arm64: dts: amlogic: meson-sm1-bananapi: correct usb-hub hog node name
authorNeil Armstrong <neil.armstrong@linaro.org>
Tue, 7 Feb 2023 15:07:54 +0000 (16:07 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 6 Mar 2023 08:36:01 +0000 (09:36 +0100)
Fixes the following bindings check error:
usb-hub: $nodename:0: 'usb-hub' does not match '^(hog-[0-9]+|.+-hog(-[0-9]+)?)$'

Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20230207-b4-amlogic-bindings-fixups-v2-v1-1-93b7e50286e7@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-sm1-bananapi.dtsi

index bb492581f1b7034773ca7df29c9e798e6f91ba4b..e1683e0630b05e0588284da00c48463da02801ca 100644 (file)
         * be handled by a USB specific power sequence to reset the Hub
         * when the USB bus is powered down.
         */
-       usb-hub {
+       usb-hub-hog {
                gpio-hog;
                gpios = <GPIOH_4 GPIO_ACTIVE_HIGH>;
                output-high;