arm64: dts: freescale: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio properties
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Mon, 24 Jul 2023 10:39:11 +0000 (12:39 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 30 Jul 2023 13:21:31 +0000 (21:21 +0800)
Use id-gpios and vbus-gpios instead.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: Shawn Guo <shawnguo@kernel.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-msc-sm2s.dtsi
arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts

index 5dbec71747c3bd080c08f38acec8da319c384696..61c2a63efc6dbfa4bc2f81d7264392fe8178279d 100644 (file)
                compatible = "linux,extcon-usb-gpio";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_usb0_extcon>;
-               id-gpio = <&gpio1 3 GPIO_ACTIVE_HIGH>;
+               id-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
        };
 };
 
index afb3ceb0675179933cb946e81aff61cf424d77d0..0d8def2766f50e5e37d65a5715aff9bd1e0bca76 100644 (file)
@@ -24,7 +24,7 @@
                compatible = "linux,extcon-usb-gpio";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_usbcon0>;
-               id-gpio = <&gpio1 10 GPIO_ACTIVE_HIGH>;
+               id-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
        };
 
        pcie0_refclk: pcie0-refclk {