mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
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:
parent
e630c7b0b6
commit
5b6df373ec
|
|
@ -43,12 +43,12 @@ cpus_fixed_vproc1: regulator-vproc-buck1 {
|
|||
|
||||
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 @@ hdmi_connector_in: endpoint {
|
|||
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user