Skip to content

Commit 54b0bc6

Browse files
amstanmmind
authored andcommitted
ARM: dts: rockchip: disable gmac by default in rk3288.dtsi
This block should not be enabled by default or else if the kconfig is set, it will try to load/probe even if there's no phy connected. Signed-off-by: Alexandru M Stan <amstan@chromium.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent b4331b4 commit 54b0bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@
411411
"mac_clk_rx", "mac_clk_tx",
412412
"clk_mac_ref", "clk_mac_refout",
413413
"aclk_mac", "pclk_mac";
414+
status = "disabled";
414415
};
415416

416417
usb_host0_ehci: usb@ff500000 {

0 commit comments

Comments
 (0)