Browse Source

ARM: dts: imx: imx53-qsb.dts: enable usbotg and usbh1

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Michael Grzeschik 12 years ago
parent
commit
502d26a26a
1 changed files with 8 additions and 0 deletions
  1. 8 0
      arch/arm/boot/dts/imx53-qsb.dts

+ 8 - 0
arch/arm/boot/dts/imx53-qsb.dts

@@ -268,3 +268,11 @@
 	phy-reset-gpios = <&gpio7 6 0>;
 	status = "okay";
 };
+
+&usbh1 {
+       status = "okay";
+};
+
+&usbotg {
+       status = "okay";
+};