]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: rockchip: disable gmac by default in rk3288.dtsi
authorAlexandru M Stan <amstan@chromium.org>
Sat, 14 Mar 2015 00:55:32 +0000 (17:55 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 14 Mar 2015 18:35:26 +0000 (19:35 +0100)
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>
arch/arm/boot/dts/rk3288.dtsi

index d771f687a13b50abad6f87ad6fb476e1d4377da9..eccc78d3220ba2e59e2994dfb4f5f20d3d3f7a91 100644 (file)
@@ -411,6 +411,7 @@ gmac: ethernet@ff290000 {
                        "mac_clk_rx", "mac_clk_tx",
                        "clk_mac_ref", "clk_mac_refout",
                        "aclk_mac", "pclk_mac";
+               status = "disabled";
        };
 
        usb_host0_ehci: usb@ff500000 {