aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8379_mds.dts
diff options
context:
space:
mode:
authorLi Yang <leoli@freescale.com>2008-03-06 05:42:26 -0500
committerKumar Gala <galak@kernel.crashing.org>2008-03-07 09:42:11 -0500
commit28b958859206b7010d03129611c2e444898e3ee4 (patch)
tree849cde693a5ced4c89605ba768f7d5fe6cc61aa8 /arch/powerpc/boot/dts/mpc8379_mds.dts
parentce4796d1e16cf3761dc2a02b8d588667d05b3078 (diff)
[POWERPC] 83xx: Fix wrong USB phy type in mpc837xmds dts
Due to chip constraint MPC837x USB DR module can only use ULPI and serial PHY interfaces. The patch fixes the wrong type in dts. Signed-off-by: Li Yang <leoli@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8379_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8379_mds.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8379_mds.dts b/arch/powerpc/boot/dts/mpc8379_mds.dts
index c270685bbde4..36c1c13f0517 100644
--- a/arch/powerpc/boot/dts/mpc8379_mds.dts
+++ b/arch/powerpc/boot/dts/mpc8379_mds.dts
@@ -91,7 +91,6 @@
91 mode = "cpu"; 91 mode = "cpu";
92 }; 92 };
93 93
94 /* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
95 usb@23000 { 94 usb@23000 {
96 compatible = "fsl-usb2-dr"; 95 compatible = "fsl-usb2-dr";
97 reg = <0x23000 0x1000>; 96 reg = <0x23000 0x1000>;
@@ -99,7 +98,8 @@
99 #size-cells = <0>; 98 #size-cells = <0>;
100 interrupt-parent = <&ipic>; 99 interrupt-parent = <&ipic>;
101 interrupts = <38 0x8>; 100 interrupts = <38 0x8>;
102 phy_type = "utmi_wide"; 101 dr_mode = "host";
102 phy_type = "ulpi";
103 }; 103 };
104 104
105 mdio@24520 { 105 mdio@24520 {