]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: imx: imx53-qsb.dts: enable usbotg and usbh1
authorMichael Grzeschik <m.grzeschik@pengutronix.de>
Thu, 11 Apr 2013 10:13:17 +0000 (12:13 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 08:04:12 +0000 (16:04 +0800)
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx53-qsb.dts

index 8f0e9ae0e3e606d149b61722b9a9c5e7fe0e2a10..160d1bcab2be0d30b5d21eb8af11030afd72afce 100644 (file)
        phy-reset-gpios = <&gpio7 6 0>;
        status = "okay";
 };
+
+&usbh1 {
+       status = "okay";
+};
+
+&usbotg {
+       status = "okay";
+};