Hi all, The "gpio" suffix for GPIO consumers was deprecated a while ago, in favor of the "gpios" suffix. However, there are still several users of the "renesas,enable-gpio" property, in DT bindings and DT source files. Hence this series deprecates the old property in the DT bindings, and converts all users in DTS files to the new property. No driver changes are needed, as devm_gpiod_get_optional() as called from usbhs_probe() tries all suffixes. The first patch is targeted for the DT or USB tree. The second patch is targeted for the Renesas DTS tree. Thanks for your comments! Geert Uytterhoeven (2): dt-bindings: usb: renesas,usbhs: Deprecate renesas,enable-gpio ARM: dts: renesas: rcar-gen2: Switch HS-USB to renesas,enable-gpios Documentation/devicetree/bindings/usb/renesas,usbhs.yaml | 4 ++++ arch/arm/boot/dts/renesas/r8a7790-lager.dts | 2 +- arch/arm/boot/dts/renesas/r8a7791-koelsch.dts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) -- 2.34.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds