Skip to content

Commit f43027e

Browse files
tq-steinaShawn Guo
authored andcommitted
arm64: dts: freescale: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio properties
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>
1 parent fc7ab8d commit f43027e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-msc-sm2s.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
compatible = "linux,extcon-usb-gpio";
110110
pinctrl-names = "default";
111111
pinctrl-0 = <&pinctrl_usb0_extcon>;
112-
id-gpio = <&gpio1 3 GPIO_ACTIVE_HIGH>;
112+
id-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
113113
};
114114
};
115115

arch/arm64/boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
compatible = "linux,extcon-usb-gpio";
2525
pinctrl-names = "default";
2626
pinctrl-0 = <&pinctrl_usbcon0>;
27-
id-gpio = <&gpio1 10 GPIO_ACTIVE_HIGH>;
27+
id-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
2828
};
2929

3030
pcie0_refclk: pcie0-refclk {

0 commit comments

Comments
 (0)