From: Peter Chen Date: Thu, 28 Nov 2019 06:30:56 +0000 (+0800) Subject: LF-220-2 ARM64: dts: imx8dxl-phantom-mek.dtsi: change pinctrl for vbus regulator X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~577^2~2^2~597 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=b3d298e2beafc0576f217296ad60d6dcabbc8ea8;p=linux.git LF-220-2 ARM64: dts: imx8dxl-phantom-mek.dtsi: change pinctrl for vbus regulator The vbus regulator should be put under its node, not but at usb controller node. Reviewed-by: Dong Aisheng Signed-off-by: Peter Chen --- diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-phantom-mek.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl-phantom-mek.dtsi index afcf4ffb32dd..2063408f43ec 100755 --- a/arch/arm64/boot/dts/freescale/imx8dxl-phantom-mek.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8dxl-phantom-mek.dtsi @@ -158,6 +158,8 @@ reg_usb_otg1_vbus: regulator@0 { compatible = "regulator-fixed"; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_reg_usb_vbus>; reg = <0>; regulator-name = "usb_otg1_vbus"; regulator-min-microvolt = <5000000>; @@ -375,7 +377,7 @@ IMX8QXP_EMMC0_STROBE_CONN_EMMC0_STROBE 0x00000041 >; }; - pinctrl_usb_otg1: usbotg1grp { + pinctrl_reg_usb_vbus: regusbvbusgrp { fsl,pins = < IMX8QXP_USB_SS3_TC0_LSIO_GPIO4_IO03 0x06000021 >; @@ -607,8 +609,6 @@ &usbotg1 { vbus-supply = <®_usb_otg1_vbus>; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_usb_otg1>; srp-disable; hnp-disable; adp-disable;