Skip to content

Commit f991db1

Browse files
committed
Merge remote-tracking branch 'agust/merge' into merge
Anatolij writes: Please pull two DTS fixes for MPC5125 tower board. Without them the v3.13-rcX kernels do not boot.
2 parents 7d4151b + 11daf32 commit f991db1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

arch/powerpc/boot/dts/mpc5125twr.dts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
compatible = "fsl,mpc5121-immr";
5959
#address-cells = <1>;
6060
#size-cells = <1>;
61-
#interrupt-cells = <2>;
6261
ranges = <0x0 0x80000000 0x400000>;
6362
reg = <0x80000000 0x400000>;
6463
bus-frequency = <66000000>; // 66 MHz ips bus
@@ -189,6 +188,10 @@
189188
reg = <0xA000 0x1000>;
190189
};
191190

191+
// disable USB1 port
192+
// TODO:
193+
// correct pinmux config and fix USB3320 ulpi dependency
194+
// before re-enabling it
192195
usb@3000 {
193196
compatible = "fsl,mpc5121-usb2-dr";
194197
reg = <0x3000 0x400>;
@@ -197,6 +200,7 @@
197200
interrupts = <43 0x8>;
198201
dr_mode = "host";
199202
phy_type = "ulpi";
203+
status = "disabled";
200204
};
201205

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

0 commit comments

Comments
 (0)