We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d4151b + 11daf32 commit f991db1Copy full SHA for f991db1
arch/powerpc/boot/dts/mpc5125twr.dts
@@ -58,7 +58,6 @@
58
compatible = "fsl,mpc5121-immr";
59
#address-cells = <1>;
60
#size-cells = <1>;
61
- #interrupt-cells = <2>;
62
ranges = <0x0 0x80000000 0x400000>;
63
reg = <0x80000000 0x400000>;
64
bus-frequency = <66000000>; // 66 MHz ips bus
@@ -189,6 +188,10 @@
189
188
reg = <0xA000 0x1000>;
190
};
191
+ // disable USB1 port
192
+ // TODO:
193
+ // correct pinmux config and fix USB3320 ulpi dependency
194
+ // before re-enabling it
195
usb@3000 {
196
compatible = "fsl,mpc5121-usb2-dr";
197
reg = <0x3000 0x400>;
@@ -197,6 +200,7 @@
200
interrupts = <43 0x8>;
198
201
dr_mode = "host";
199
202
phy_type = "ulpi";
203
+ status = "disabled";
204
205
206
// 5125 PSCs are not 52xx or 5121 PSC compatible
0 commit comments