[PATCH] ARM: dts: omap3-beagle: fix the USB phy node

2013-06-17 Thread Sebastian Andrzej Siewior
I haven't tested this but it should not work the way it is now. The format for of_parse_phandle() is usuall phandle index not the other way around. Cc: BenoƮt Cousson b-cous...@ti.com Cc: Roger Quadros rog...@ti.com Signed-off-by: Sebastian Andrzej Siewior bige...@linutronix.de ---

Re: [PATCH] ARM: dts: omap3-beagle: fix the USB phy node

2013-06-17 Thread Sebastian Andrzej Siewior
On 06/17/2013 03:27 PM, Sebastian Andrzej Siewior wrote: index 6eec699..a12e9b0 100644 --- a/arch/arm/boot/dts/omap3-beagle.dts +++ b/arch/arm/boot/dts/omap3-beagle.dts @@ -128,7 +128,7 @@ }; usbhsehci { - phys = 0 hsusb2_phy; + phys = hsusb2_phy 0; }; twl_gpio { Wait.

Re: [PATCH] ARM: dts: omap3-beagle: fix the USB phy node

2013-06-17 Thread Roger Quadros
On 06/17/2013 04:54 PM, Sebastian Andrzej Siewior wrote: On 06/17/2013 03:27 PM, Sebastian Andrzej Siewior wrote: index 6eec699..a12e9b0 100644 --- a/arch/arm/boot/dts/omap3-beagle.dts +++ b/arch/arm/boot/dts/omap3-beagle.dts @@ -128,7 +128,7 @@ }; usbhsehci { -phys = 0