[POWERPC] 83xx: Fix wrong USB phy type in mpc837xrdb 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.
This patch fixes USB malfunctioning on the MPC837xE-RDB boards.
Similar patch has been already applied for the MDS boards:
commit 28b9588592
Author: Li Yang <leoli@freescale.com>
Date: Thu Mar 6 18:42:26 2008 +0800
[POWERPC] 83xx: Fix wrong USB phy type in mpc837xmds dts
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
Родитель
a9edadbf79
Коммит
8e8ff3a309
|
@ -143,7 +143,6 @@
|
||||||
mode = "cpu";
|
mode = "cpu";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
|
|
||||||
usb@23000 {
|
usb@23000 {
|
||||||
compatible = "fsl-usb2-dr";
|
compatible = "fsl-usb2-dr";
|
||||||
reg = <0x23000 0x1000>;
|
reg = <0x23000 0x1000>;
|
||||||
|
@ -151,7 +150,7 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
interrupt-parent = <&ipic>;
|
interrupt-parent = <&ipic>;
|
||||||
interrupts = <38 0x8>;
|
interrupts = <38 0x8>;
|
||||||
phy_type = "utmi";
|
phy_type = "ulpi";
|
||||||
};
|
};
|
||||||
|
|
||||||
mdio@24520 {
|
mdio@24520 {
|
||||||
|
|
|
@ -143,7 +143,6 @@
|
||||||
mode = "cpu";
|
mode = "cpu";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
|
|
||||||
usb@23000 {
|
usb@23000 {
|
||||||
compatible = "fsl-usb2-dr";
|
compatible = "fsl-usb2-dr";
|
||||||
reg = <0x23000 0x1000>;
|
reg = <0x23000 0x1000>;
|
||||||
|
@ -151,7 +150,7 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
interrupt-parent = <&ipic>;
|
interrupt-parent = <&ipic>;
|
||||||
interrupts = <38 0x8>;
|
interrupts = <38 0x8>;
|
||||||
phy_type = "utmi";
|
phy_type = "ulpi";
|
||||||
};
|
};
|
||||||
|
|
||||||
mdio@24520 {
|
mdio@24520 {
|
||||||
|
|
|
@ -143,7 +143,6 @@
|
||||||
mode = "cpu";
|
mode = "cpu";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
|
|
||||||
usb@23000 {
|
usb@23000 {
|
||||||
compatible = "fsl-usb2-dr";
|
compatible = "fsl-usb2-dr";
|
||||||
reg = <0x23000 0x1000>;
|
reg = <0x23000 0x1000>;
|
||||||
|
@ -151,7 +150,7 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
interrupt-parent = <&ipic>;
|
interrupt-parent = <&ipic>;
|
||||||
interrupts = <38 0x8>;
|
interrupts = <38 0x8>;
|
||||||
phy_type = "utmi";
|
phy_type = "ulpi";
|
||||||
};
|
};
|
||||||
|
|
||||||
mdio@24520 {
|
mdio@24520 {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче