aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun5i-gr8-evb.dts
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2019-03-25 14:52:40 +0100
committerMaxime Ripard <maxime.ripard@bootlin.com>2019-03-25 21:26:27 +0100
commit033914f877e8d1febf802242174a62ce566a5901 (patch)
treee373381d6b4c5d77bc99b5fca7df1f3510883ddf /arch/arm/boot/dts/sun5i-gr8-evb.dts
parentARM: sunxi: Fix the USB PHY ID detect GPIO properties (diff)
downloadlinux-dev-033914f877e8d1febf802242174a62ce566a5901.tar.xz
linux-dev-033914f877e8d1febf802242174a62ce566a5901.zip
ARM: sunxi: Fix the USB PHY VBUS detect GPIO properties
While the USB PHY Device Tree mandates that the name of the VBUS detect pin should be usb0_vbus_det-gpios, a significant number of device tree use usb0_vbus_det-gpio instead. This was functional because the GPIO framework falls back to the gpio suffix that is legacy, but we should fix this. Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-gr8-evb.dts')
-rw-r--r--arch/arm/boot/dts/sun5i-gr8-evb.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i-gr8-evb.dts b/arch/arm/boot/dts/sun5i-gr8-evb.dts
index 29cadd9576d1..d003b895a696 100644
--- a/arch/arm/boot/dts/sun5i-gr8-evb.dts
+++ b/arch/arm/boot/dts/sun5i-gr8-evb.dts
@@ -326,7 +326,7 @@
&usbphy {
usb0_id_det-gpios = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */
- usb0_vbus_det-gpio = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */
+ usb0_vbus_det-gpios = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */
usb0_vbus_power-supply = <&usb_power_supply>;
usb1_vbus-supply = <&reg_usb1_vbus>;
status = "okay";