mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: rk3588: fix fec reg config
fec aclk and core >= 3 * hclk core min is 300M, and aclk 750M default, so set hclk to 100M Change-Id: Ic218b3c692060d92a7b77e4e5933c6ed22e0c812 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -3553,6 +3553,8 @@
|
||||
clocks = <&cru ACLK_FISHEYE0>, <&cru HCLK_FISHEYE0>,
|
||||
<&cru CLK_FISHEYE0_CORE>;
|
||||
clock-names = "aclk_ispp", "hclk_ispp", "clk_ispp";
|
||||
assigned-clocks = <&cru HCLK_FISHEYE0>;
|
||||
assigned-clock-rates = <100000000>;
|
||||
power-domains = <&power RK3588_PD_FEC>;
|
||||
iommus = <&fec0_mmu>;
|
||||
status = "disabled";
|
||||
@@ -3579,6 +3581,8 @@
|
||||
clocks = <&cru ACLK_FISHEYE1>, <&cru HCLK_FISHEYE1>,
|
||||
<&cru CLK_FISHEYE1_CORE>;
|
||||
clock-names = "aclk_ispp", "hclk_ispp", "clk_ispp";
|
||||
assigned-clocks = <&cru HCLK_FISHEYE1>;
|
||||
assigned-clock-rates = <100000000>;
|
||||
power-domains = <&power RK3588_PD_FEC>;
|
||||
iommus = <&fec1_mmu>;
|
||||
status = "disabled";
|
||||
|
||||
Reference in New Issue
Block a user