Commit 6ae51d90 authored by Neil Armstrong's avatar Neil Armstrong

arm64: dts: amlogic: meson-g12b-odroid-n2: fix usb hub hog name

This fixes the following dtschema check error:
arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2-plus.dtb: pinctrl@40: bank@40: Unevaluated properties are not allowed ('hog-0' was unexpected)

Link: https://lore.kernel.org/r/20230706-topic-amlogic-upstream-dt-fixes-take3-v1-1-63ed070eeab2@linaro.orgSigned-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 3eced2a2
...@@ -240,7 +240,7 @@ &gpio { ...@@ -240,7 +240,7 @@ &gpio {
* This signal should be handled by a USB specific power sequence * This signal should be handled by a USB specific power sequence
* in order to reset the Hub when USB bus is powered down. * in order to reset the Hub when USB bus is powered down.
*/ */
hog-0 { usb-hub-hog {
gpio-hog; gpio-hog;
gpios = <GPIOH_4 GPIO_ACTIVE_HIGH>; gpios = <GPIOH_4 GPIO_ACTIVE_HIGH>;
output-high; output-high;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment