Skip to content

Commit

Permalink
ARM: dts: rockchip: disable gmac by default in rk3288.dtsi
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexandru M Stan authored and Heiko Stuebner committed Mar 14, 2015
1 parent b4331b4 commit 54b0bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/rk3288.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 54b0bc6

Please sign in to comment.