MLK-14895-1 ARM: dts: add usb otg1 ID pinctrl for i.mx6ull evk
authorLi Jun <jun.li@nxp.com>
Mon, 15 May 2017 15:00:33 +0000 (23:00 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:16 +0000 (15:22 -0500)
Add USB OTG1 port ID pin for imx6ull-14x14-evk.dts

Acked-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Li Jun <jun.li@nxp.com>
arch/arm/boot/dts/imx6ull-14x14-evk.dts

index b306f00..ffab0fd 100644 (file)
                >;
        };
 
+       pinctrl_usb_otg1_id: usbotg1idgrp {
+               fsl,pins = <
+                       MX6UL_PAD_GPIO1_IO00__ANATOP_OTG1_ID    0x17059
+               >;
+       };
+
        pinctrl_usdhc1: usdhc1grp {
                fsl,pins = <
                        MX6UL_PAD_SD1_CMD__USDHC1_CMD     0x17059
 };
 
 &usbotg1 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_usb_otg1_id>;
        dr_mode = "otg";
        srp-disable;
        hnp-disable;