diff mbox

[4/4] ARM: dts: imx: imx53-qsb.dts: enable usbotg and usbh1

Message ID 1365675197-9687-5-git-send-email-m.grzeschik@pengutronix.de (mailing list archive)
State New, archived
Headers show

Commit Message

Michael Grzeschik April 11, 2013, 10:13 a.m. UTC
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
 arch/arm/boot/dts/imx53-qsb.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Shawn Guo April 12, 2013, 4:02 a.m. UTC | #1
On Thu, Apr 11, 2013 at 12:13:17PM +0200, Michael Grzeschik wrote:
> Signed-off-by: Michael Grzeschik <m.grzeschik@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
diff mbox

Patch

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";
+};
+
 &esdhc1 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_esdhc1_1>;