Re: [PATCH 4/9] ARM: dts: imx25.dtsi: Fix USB support.

2014-03-07 Thread Fabio Estevam
Hi Denis,

On Fri, Mar 7, 2014 at 2:04 PM, Denis Carikli  wrote:
> From: Fabio Estevam 
>
> This patch was adapted from the thread named
> "USB Host support for mx25" on linux-usb@vger.kernel.org

Good job, thanks for working on this series!

I will test it next week.

Thanks,

Fabio Estevam
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 4/9] ARM: dts: imx25.dtsi: Fix USB support.

2014-03-07 Thread Denis Carikli
From: Fabio Estevam 

This patch was adapted from the thread named
"USB Host support for mx25" on linux-usb@vger.kernel.org

Signed-off-by: Denis Carikli 
---
 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html