projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4331b4
)
ARM: dts: rockchip: disable gmac by default in rk3288.dtsi
author
Alexandru M Stan
<amstan@chromium.org>
Sat, 14 Mar 2015 00:55:32 +0000
(17:55 -0700)
committer
Heiko 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/rk3288.dtsi
b/arch/arm/boot/dts/rk3288.dtsi
index d771f687a13b50abad6f87ad6fb476e1d4377da9..eccc78d3220ba2e59e2994dfb4f5f20d3d3f7a91 100644
(file)
--- 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 {