arm64: dts: mediatek: 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: Matthias Brugger <matthias.bgg@gmail.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> Link: https://lore.kernel.org/r/20240215093214.796821-3-alexander.stein@ew.tq-group.com Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
committed by
AngeloGioacchino Del Regno
parent
e630c7b0b6
commit
5b6df373ec
@@ -43,12 +43,12 @@
|
||||
|
||||
extcon_usb: extcon_iddig {
|
||||
compatible = "linux,extcon-usb-gpio";
|
||||
id-gpio = <&pio 12 GPIO_ACTIVE_HIGH>;
|
||||
id-gpios = <&pio 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
extcon_usb1: extcon_iddig1 {
|
||||
compatible = "linux,extcon-usb-gpio";
|
||||
id-gpio = <&pio 14 GPIO_ACTIVE_HIGH>;
|
||||
id-gpios = <&pio 14 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
usb_p0_vbus: regulator-usb-p0-vbus {
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
extcon_usb: extcon_iddig {
|
||||
compatible = "linux,extcon-usb-gpio";
|
||||
id-gpio = <&pio 16 GPIO_ACTIVE_HIGH>;
|
||||
id-gpios = <&pio 16 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
usb_p1_vbus: regulator-usb-p1 {
|
||||
|
||||
Reference in New Issue
Block a user