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. Or does it mean that the first phy is deactivated and we add
phyhandle 0 (which is the root node) to skip it?

I assume that now since we don't have a cells property (like
#gpio-cells for the gpio lookup).

So ignore it pleaseā€¦

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

Reply via email to