]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: renesas: rcar-gen2: Switch HS-USB to renesas,enable-gpios
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 2 Oct 2024 07:35:13 +0000 (09:35 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 7 Oct 2024 08:43:50 +0000 (10:43 +0200)
Commit 2071d0968e564b4b ("Documentation: gpio: guidelines for bindings")
deprecated the "gpio" suffix for GPIO consumers in favor of the "gpios"
suffix.  Hence replace the "renesas,enable-gpio" property by
"renesas,enable-gpios" in HS-USB device nodes.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/c88724ce1e0d755302659cd790c0869ff579684e.1727853953.git.geert+renesas@glider.be
arch/arm/boot/dts/renesas/r8a7790-lager.dts
arch/arm/boot/dts/renesas/r8a7791-koelsch.dts

index d4e8140a762af738b9a6d24861fcff27cc943f1b..2672ffec93e55accaf427d5c4170604c06cb2dd1 100644 (file)
        status = "okay";
        pinctrl-0 = <&hsusb_pins>;
        pinctrl-names = "default";
-       renesas,enable-gpio = <&gpio5 18 GPIO_ACTIVE_HIGH>;
+       renesas,enable-gpios = <&gpio5 18 GPIO_ACTIVE_HIGH>;
 };
 
 &usbphy {
index 0efd9f98c75aced03009396d1c6e6ac023d84c4a..0a8eac57135f2e81d6beb1598d9ea9fa677f774f 100644 (file)
        status = "okay";
        pinctrl-0 = <&usb0_pins>;
        pinctrl-names = "default";
-       renesas,enable-gpio = <&gpio5 31 GPIO_ACTIVE_HIGH>;
+       renesas,enable-gpios = <&gpio5 31 GPIO_ACTIVE_HIGH>;
 };
 
 &usbphy {