[PATCH] ARM: dts: imx53: Add USB support for M53EVK
Shawn Guo
shawn.guo at linaro.org
Sun Nov 17 21:34:08 EST 2013
On Sun, Nov 17, 2013 at 04:04:50AM +0100, Marek Vasut wrote:
> @@ -332,3 +343,14 @@
> pinctrl-0 = <&pinctrl_uart3>;
> status = "okay";
> };
> +
> +&usbotg {
> + dr_mode = "peripheral";
> + status = "okay";
> +};
> +
> +&usbh1 {
> + vbus-supply = <®_usbh1_vbus>;
> + phy_type = "utmi";
> + status = "okay";
> +};
To maintain the alphabetical order, 'usbh1' should be put before
'usbotg'. I just fixed it up and applied the patch.
Shawn
More information about the linux-arm-kernel
mailing list