Skip to content

Commit f6b7f74

Browse files
committed
dt: arm64: Add CLK_ETH to RP1 ethernet MAC
clk_eth is set up by the firmware and is required for the MAC to work, but the kernel knew nothing about it. Add the relevant link so the kernel matches reality. Signed-off-by: Dave Stevenson <[email protected]>
1 parent 04361c2 commit f6b7f74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

arch/arm64/boot/dts/broadcom/rp1.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -972,8 +972,10 @@
972972
#address-cells = <1>;
973973
#size-cells = <0>;
974974
interrupts = <RP1_INT_ETH IRQ_TYPE_LEVEL_HIGH>;
975-
clocks = <&macb_pclk &macb_hclk &rp1_clocks RP1_CLK_ETH_TSU>;
976-
clock-names = "pclk", "hclk", "tsu_clk";
975+
clocks = <&macb_pclk &macb_hclk
976+
&rp1_clocks RP1_CLK_ETH_TSU
977+
&rp1_clocks RP1_CLK_ETH>;
978+
clock-names = "pclk", "hclk", "tsu_clk", "tx_clk";
977979
phy-mode = "rgmii-id";
978980
cdns,aw2w-max-pipe = /bits/ 8 <8>;
979981
cdns,ar2r-max-pipe = /bits/ 8 <8>;

0 commit comments

Comments
 (0)