]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: amlogic: meson8b-odroidc1: fix invalid reset-gpio
authorNeil Armstrong <neil.armstrong@linaro.org>
Mon, 16 Sep 2024 08:08:34 +0000 (10:08 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 30 Sep 2024 07:31:34 +0000 (09:31 +0200)
Use the proper "-gpios" property name, fixing:
hub@1: 'reset-gpio' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/usb/genesys,gl850g.yaml#

Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20240916-topic-amlogic-arm32-upstream-bindings-fixes-v2-5-0b20ed4f0571@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm/boot/dts/amlogic/meson8b-odroidc1.dts

index 941682844faf459f814762d16984c5fcfc713c4d..962bbe3337dbb41ca10a2c8754fbc849de6f7efe 100644 (file)
                compatible = "usb5e3,610";
                reg = <1>;
                vdd-supply = <&p5v0>;
-               reset-gpio = <&gpio_ao GPIOAO_4 GPIO_ACTIVE_LOW>;
+               reset-gpios = <&gpio_ao GPIOAO_4 GPIO_ACTIVE_LOW>;
        };
 };