Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6ul-14x14-evk.dtsi: configure USBOTG1 ID pinctrl

Without configuring this pinctrl, the ID value can't be got correctly,
then, the dual-role switch can't work well.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
Reviewed-by: Jun Li <jun.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Peter Chen and committed by
Shawn Guo
b780317d 0f3a1068

+8
+8
arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
··· 266 266 267 267 &usbotg1 { 268 268 dr_mode = "otg"; 269 + pinctrl-names = "default"; 270 + pinctrl-0 = <&pinctrl_usb_otg1>; 269 271 status = "okay"; 270 272 }; 271 273 ··· 498 496 MX6UL_PAD_UART2_RX_DATA__UART2_DCE_RX 0x1b0b1 499 497 MX6UL_PAD_UART3_RX_DATA__UART2_DCE_RTS 0x1b0b1 500 498 MX6UL_PAD_UART3_TX_DATA__UART2_DCE_CTS 0x1b0b1 499 + >; 500 + }; 501 + 502 + pinctrl_usb_otg1: usbotg1grp { 503 + fsl,pins = < 504 + MX6UL_PAD_GPIO1_IO00__ANATOP_OTG1_ID 0x17059 501 505 >; 502 506 }; 503 507