summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon M. Busch-George2024-11-02 11:28:51 +0000
committerRobert Marko2024-11-04 09:36:50 +0000
commit0d428857d5014b49b827aec13103947e0d3bf23f (patch)
treeb576428d65e253d65991126838f33b32eeacee76
parent4f0e2817758df7a5e8b4ce1588ec87c7be0b3a21 (diff)
downloadopenwrt-0d428857d5014b49b827aec13103947e0d3bf23f.tar.gz
mediatek: YunCore AX835: fix voltage regulator
Specifying GPIO_ACTIVE_HIGH on the GPIO for the voltage regulator doesn't suffice. The regulator itself requires enable-active-high to be set. Fixes: #16292 Signed-off-by: Leon M. Busch-George <leon@georgemail.eu> Link: https://github.com/openwrt/openwrt/pull/16839 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/mediatek/dts/mt7981b-yuncore-ax835.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mediatek/dts/mt7981b-yuncore-ax835.dts b/target/linux/mediatek/dts/mt7981b-yuncore-ax835.dts
index b3ca5bfa2c..54bb04353e 100644
--- a/target/linux/mediatek/dts/mt7981b-yuncore-ax835.dts
+++ b/target/linux/mediatek/dts/mt7981b-yuncore-ax835.dts
@@ -36,6 +36,7 @@
regulator-name = "led_vbus";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
+ enable-active-high;
regulator-always-on;
gpio = <&pio 5 GPIO_ACTIVE_HIGH>;
};