Skip to content

Commit c617ed8

Browse files
Johan Jonkermmind
authored andcommitted
arm64: dts: rockchip: fix status for &gmac2phy in rk3328-evb.dts
The status was removed of the '&gmac2phy' node with the apply of a patch long time ago, so fix status for '&gmac2phy' in 'rk3328-evb.dts'. Signed-off-by: Johan Jonker <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent f73a282 commit c617ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
assigned-clock-rate = <50000000>;
8686
assigned-clocks = <&cru SCLK_MAC2PHY>;
8787
assigned-clock-parents = <&cru SCLK_MAC2PHY_SRC>;
88-
88+
status = "okay";
8989
};
9090

9191
&i2c1 {

0 commit comments

Comments
 (0)