Skip to content

Commit

Permalink
arm64: dts: meson-sm1-odroid: add 5v regulator gpio
Browse files Browse the repository at this point in the history
As described in the Odroid-C4 & Odroid-HC4 schematics, the 5V regulator is controlled
by GPIOH_8 and in Open Drain since this GPIO doesn't support Push-Pull.

Signed-off-by: Neil Armstrong <[email protected]>
Acked-by: Martin Blumenstingl <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
superna9999 committed Jun 14, 2021
1 parent 7881df5 commit 45d736a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
regulator-max-microvolt = <5000000>;
regulator-always-on;
vin-supply = <&main_12v>;
gpio = <&gpio GPIOH_8 GPIO_OPEN_DRAIN>;
enable-active-high;
};

vcc_1v8: regulator-vcc_1v8 {
Expand Down

0 comments on commit 45d736a

Please sign in to comment.