diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2023-07-24 12:39:09 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-11-30 13:11:27 +0100 |
commit | 3a40640ded577bd1e05c78508270f6e825463799 (patch) | |
tree | 64409c89cc8b290c570ca5f90a0386fcd2590a3a /arch/arm/boot/dts/ti/omap/dra76-evm.dts | |
parent | arm: dts: omap: Apply am57xx-idk overlays to base dtbs (diff) | |
download | linux-3a40640ded577bd1e05c78508270f6e825463799.tar.xz linux-3a40640ded577bd1e05c78508270f6e825463799.zip |
ARM: dts: ti/omap: 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>
Message-ID: <20230724103914.1779027-3-alexander.stein@ew.tq-group.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/ti/omap/dra76-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/ti/omap/dra76-evm.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/ti/omap/dra76-evm.dts b/arch/arm/boot/dts/ti/omap/dra76-evm.dts index 57868ac60d29..cf9c3d35b049 100644 --- a/arch/arm/boot/dts/ti/omap/dra76-evm.dts +++ b/arch/arm/boot/dts/ti/omap/dra76-evm.dts @@ -533,11 +533,11 @@ }; &extcon_usb1 { - vbus-gpio = <&pcf_lcd 14 GPIO_ACTIVE_HIGH>; + vbus-gpios = <&pcf_lcd 14 GPIO_ACTIVE_HIGH>; }; &extcon_usb2 { - vbus-gpio = <&pcf_lcd 15 GPIO_ACTIVE_HIGH>; + vbus-gpios = <&pcf_lcd 15 GPIO_ACTIVE_HIGH>; }; &m_can0 { |