[PATCH 4/4] ARM: dts: imx: imx53-qsb.dts: enable usbotg and usbh1
Shawn Guo
shawn.guo at linaro.org
Fri Apr 12 00:02:08 EDT 2013
On Thu, Apr 11, 2013 at 12:13:17PM +0200, Michael Grzeschik wrote:
> Signed-off-by: Michael Grzeschik <m.grzeschik at pengutronix.de>
> ---
> arch/arm/boot/dts/imx53-qsb.dts | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx53-qsb.dts b/arch/arm/boot/dts/imx53-qsb.dts
> index 05cc562..953b2d4 100644
> --- a/arch/arm/boot/dts/imx53-qsb.dts
> +++ b/arch/arm/boot/dts/imx53-qsb.dts
> @@ -83,6 +83,14 @@
> };
> };
>
> +&usbotg {
> + status = "okay";
> +};
> +
> +&usbh1 {
> + status = "okay";
> +};
> +
It's my fault that those existing nodes did not get sorted well from day
one. But let's do for new added ones.
I just put these two at the end of the file in the following order.
&usbh1
&usbotg
Shawn
More information about the linux-arm-kernel
mailing list