From: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> This patch was adapted from the thread named "USB Host support for mx25" on linux-usb@xxxxxxxxxxxxxxx Signed-off-by: Denis Carikli <denis@xxxxxxxxxx> --- arch/arm/boot/dts/imx25.dtsi | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi index 77bb743..ab5c282 100644 --- a/arch/arm/boot/dts/imx25.dtsi +++ b/arch/arm/boot/dts/imx25.dtsi @@ -483,13 +483,11 @@ }; usbphy1: usbphy@1 { - compatible = "nop-usbphy"; - status = "disabled"; + compatible = "usb-nop-xceiv"; }; usbphy2: usbphy@2 { - compatible = "nop-usbphy"; - status = "disabled"; + compatible = "usb-nop-xceiv"; }; usbotg: usb@53ff4000 { @@ -499,6 +497,7 @@ clocks = <&clks 9>, <&clks 70>, <&clks 8>; clock-names = "ipg", "ahb", "per"; fsl,usbmisc = <&usbmisc 0>; + fsl,usbphy = <&usbphy1>; status = "disabled"; }; @@ -509,6 +508,7 @@ clocks = <&clks 9>, <&clks 70>, <&clks 8>; clock-names = "ipg", "ahb", "per"; fsl,usbmisc = <&usbmisc 1>; + fsl,usbphy = <&usbphy2>; status = "disabled"; }; @@ -518,7 +518,6 @@ clocks = <&clks 9>, <&clks 70>, <&clks 8>; clock-names = "ipg", "ahb", "per"; reg = <0x53ff4600 0x00f>; - status = "disabled"; }; dryice@53ffc000 { -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html