Skip to content

Commit 11daf32

Browse files
Matteo Facchinettivdsao
authored andcommitted
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>
1 parent bbca4d3 commit 11daf32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/powerpc/boot/dts/mpc5125twr.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@
188188
reg = <0xA000 0x1000>;
189189
};
190190

191+
// disable USB1 port
192+
// TODO:
193+
// correct pinmux config and fix USB3320 ulpi dependency
194+
// before re-enabling it
191195
usb@3000 {
192196
compatible = "fsl,mpc5121-usb2-dr";
193197
reg = <0x3000 0x400>;
@@ -196,6 +200,7 @@
196200
interrupts = <43 0x8>;
197201
dr_mode = "host";
198202
phy_type = "ulpi";
203+
status = "disabled";
199204
};
200205

201206
// 5125 PSCs are not 52xx or 5121 PSC compatible

0 commit comments

Comments
 (0)