summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2019-03-25 14:52:39 +0100
committerMaxime Ripard <maxime.ripard@bootlin.com>2019-03-25 21:26:27 +0100
commit2c515b0d05a9894af288a71aa6e6ed7d1d8ef32f (patch)
tree73cc04b254285c6c96cd497205928e77ef530f1a /arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts
parent0c64f75d89cb57eb4b9e956251dd87ee8e080563 (diff)
ARM: sunxi: Fix the USB PHY ID detect GPIO properties
While the USB PHY Device Tree mandates that the name of the ID detect pin should be usb0_id_det-gpios, a significant number of device tree use usb0_id_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/sun8i-v3s-licheepi-zero.dts')
-rw-r--r--arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts b/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts
index 99c8cf7bb86c..2e4587d26ce5 100644
--- a/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts
+++ b/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts
@@ -96,6 +96,6 @@
};
&usbphy {
- usb0_id_det-gpio = <&pio 5 6 GPIO_ACTIVE_HIGH>;
+ usb0_id_det-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;
status = "okay";
};