aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorMatteo Facchinetti <matteo.facchinetti@sirius-es.it>2013-12-20 04:16:22 -0500
committerAnatolij Gustschin <agust@denx.de>2013-12-20 16:12:07 -0500
commit11daf32be9a6041a2406c2cbf76b75a9c4a6eaaa (patch)
treec328f0b920e6364374591784ddc5e144e1f80821 /arch/powerpc/boot
parentbbca4d39175a96b882def1628e8b532998750dfa (diff)
powerpc/512x: dts: disable MPC5125 usb module
At the moment the USB controller's pin muxing is not setup correctly and causes a kernel panic upon system startup, so disable the USB1 device tree node in the MPC5125 tower board dts file. The USB controller is connected to an USB3320 ULPI transceiver and the device tree should receive an update to reflect correct dependencies and required initialization data before the USB1 node can get re-enabled. Signed-off-by: Matteo Facchinetti <matteo.facchinetti@sirius-es.it> Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/mpc5125twr.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc5125twr.dts b/arch/powerpc/boot/dts/mpc5125twr.dts
index 0a0fe92216ae..a618dfc13e4c 100644
--- a/arch/powerpc/boot/dts/mpc5125twr.dts
+++ b/arch/powerpc/boot/dts/mpc5125twr.dts
@@ -188,6 +188,10 @@
188 reg = <0xA000 0x1000>; 188 reg = <0xA000 0x1000>;
189 }; 189 };
190 190
191 // disable USB1 port
192 // TODO:
193 // correct pinmux config and fix USB3320 ulpi dependency
194 // before re-enabling it
191 usb@3000 { 195 usb@3000 {
192 compatible = "fsl,mpc5121-usb2-dr"; 196 compatible = "fsl,mpc5121-usb2-dr";
193 reg = <0x3000 0x400>; 197 reg = <0x3000 0x400>;
@@ -196,6 +200,7 @@
196 interrupts = <43 0x8>; 200 interrupts = <43 0x8>;
197 dr_mode = "host"; 201 dr_mode = "host";
198 phy_type = "ulpi"; 202 phy_type = "ulpi";
203 status = "disabled";
199 }; 204 };
200 205
201 // 5125 PSCs are not 52xx or 5121 PSC compatible 206 // 5125 PSCs are not 52xx or 5121 PSC compatible