diff options
author | Alexandru M Stan <amstan@chromium.org> | 2015-03-13 17:55:32 -0700 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-03-14 19:35:26 +0100 |
commit | 54b0bc602541fcc2dd9f2480623c00552e0b220e (patch) | |
tree | 166b8924b994d52ea0438c7fd073ca300e4354f4 /arch/arm | |
parent | b4331b433a2860389c9e35a523f0127788248500 (diff) | |
download | talos-obmc-linux-54b0bc602541fcc2dd9f2480623c00552e0b220e.tar.gz talos-obmc-linux-54b0bc602541fcc2dd9f2480623c00552e0b220e.zip |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index d771f687a13b..eccc78d3220b 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -411,6 +411,7 @@ "mac_clk_rx", "mac_clk_tx", "clk_mac_ref", "clk_mac_refout", "aclk_mac", "pclk_mac"; + status = "disabled"; }; usb_host0_ehci: usb@ff500000 { |