]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: sun8i-s3: impetus: Fix the USB PHY ID detect GPIO properties
authorMaxime Ripard <maxime@cerno.tech>
Thu, 14 Jan 2021 11:35:31 +0000 (12:35 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Sun, 31 Jan 2021 18:49:19 +0000 (19:49 +0100)
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.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Jernej Skrabec <jernej.skrabec@siol.net>
Link: https://lore.kernel.org/r/20210114113538.1233933-12-maxime@cerno.tech
arch/arm/boot/dts/sun8i-s3-elimo-impetus.dtsi

index 24d507cdbcf9116d01684738cbeee6781c39524f..052b010a5607a6e1649e5e0e3b5d953f91edf1c5 100644 (file)
@@ -39,6 +39,6 @@
 };
 
 &usbphy {
-       usb0_id_det-gpio = <&pio 5 6 GPIO_ACTIVE_HIGH>;
+       usb0_id_det-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;
        status = "okay";
 };