diff options
author | Neil Armstrong <[email protected]> | 2023-02-07 16:07:54 +0100 |
---|---|---|
committer | Neil Armstrong <[email protected]> | 2023-03-06 09:36:01 +0100 |
commit | f88f3dcbb145a0133292d5c9d8da5935a36c8914 (patch) | |
tree | b4b8b25d04b531cbc960daff8b4bf0eb270ee5aa | |
parent | fe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff) |
arm64: dts: amlogic: meson-sm1-bananapi: correct usb-hub hog node name
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 <[email protected]>
Link: https://lore.kernel.org/r/20230207-b4-amlogic-bindings-fixups-v2-v1-1-93b7e50286e7@linaro.org
Signed-off-by: Neil Armstrong <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-sm1-bananapi.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-bananapi.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1-bananapi.dtsi index bb492581f1b7..e1683e0630b0 100644 --- a/arch/arm64/boot/dts/amlogic/meson-sm1-bananapi.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-bananapi.dtsi @@ -316,7 +316,7 @@ * 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; |