Commit 502d26a2 authored by Michael Grzeschik's avatar Michael Grzeschik Committed by Shawn Guo
Browse files

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

parent a79025c4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -268,3 +268,11 @@ &fec {
	phy-reset-gpios = <&gpio7 6 0>;
	status = "okay";
};

&usbh1 {
       status = "okay";
};

&usbotg {
       status = "okay";
};