MLK-10387-2 ARM: imx7d-sdb: add USB support
authorPeter Chen <peter.chen@freescale.com>
Mon, 9 Mar 2015 06:04:09 +0000 (14:04 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:47:05 +0000 (14:47 -0500)
Add USB support for both USBOTG1 and USBOTG2.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
(cherry picked from commit 8b6ae9b5ca581dce29ccfc0640bf020bba5b55b4)

arch/arm/boot/dts/imx7d-sdb.dts

index b55ba3c..f7cbf3d 100644 (file)
        status = "okay";
 };
 
+&iomuxc_lpsr {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_hog_2>;
+
+       imx7d-sdb {
+               pinctrl_hog_2: hoggrp-2 {
+                       fsl,pins = <
+                               MX7D_PAD_GPIO1_IO05__GPIO1_IO5  0x14
+                       >;
+               };
+       };
+};
+
 &uart1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart1>;