From: Maxime Ripard Date: Thu, 14 Jan 2021 11:35:31 +0000 (+0100) Subject: ARM: dts: sun8i-s3: impetus: Fix the USB PHY ID detect GPIO properties X-Git-Tag: Ubuntu-5.13.0-19.19~3972^2~36^2~10 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1231238cbb494bbe4527632a0933a901c6383243;p=mirror_ubuntu-jammy-kernel.git ARM: dts: sun8i-s3: impetus: 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. Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai Acked-by: Jernej Skrabec Link: https://lore.kernel.org/r/20210114113538.1233933-12-maxime@cerno.tech --- diff --git a/arch/arm/boot/dts/sun8i-s3-elimo-impetus.dtsi b/arch/arm/boot/dts/sun8i-s3-elimo-impetus.dtsi index 24d507cdbcf9..052b010a5607 100644 --- a/arch/arm/boot/dts/sun8i-s3-elimo-impetus.dtsi +++ b/arch/arm/boot/dts/sun8i-s3-elimo-impetus.dtsi @@ -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"; };