Skip to content

Commit

Permalink
mediatek: YunCore AX835: fix voltage regulator
Browse files Browse the repository at this point in the history
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: openwrt#16292
Signed-off-by: Leon M. Busch-George <[email protected]>
Link: openwrt#16839
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
yogo1212 authored and robimarko committed Nov 3, 2024
1 parent e99b583 commit d64e1ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/mediatek/dts/mt7981b-yuncore-ax835.dts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
regulator-name = "led_vbus";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
enable-active-high;
regulator-always-on;
gpios = <&pio 5 GPIO_ACTIVE_HIGH>;
};
Expand Down

0 comments on commit d64e1ed

Please sign in to comment.