Skip to content

Commit f73a282

Browse files
Johan Jonkermmind
authored andcommitted
arm64: dts: rockchip: remove extra assigned-clocks property from &gmac2phy node in rk3328-evb.dts
There are 2 'assigned-clocks' properties in the '&gmac2phy' node in 'rk3328-evb.dts', so remove one of them. Info from clk-rk3328.c: MUXGRF(SCLK_MAC2PHY, "clk_mac2phy", mux_mac2phy_src_p, CLK_SET_RATE_NO_REPARENT, RK3328_GRF_MAC_CON2, 10, 1, MFLAGS), Signed-off-by: Johan Jonker <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 621c8d0 commit f73a282

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3328-evb.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
&gmac2phy {
8383
phy-supply = <&vcc_phy>;
8484
clock_in_out = "output";
85-
assigned-clocks = <&cru SCLK_MAC2PHY_SRC>;
8685
assigned-clock-rate = <50000000>;
8786
assigned-clocks = <&cru SCLK_MAC2PHY>;
8887
assigned-clock-parents = <&cru SCLK_MAC2PHY_SRC>;

0 commit comments

Comments
 (0)