Skip to content

Commit 1f80a5c

Browse files
committed
arm64: dts: meson-sm1-odroid: add missing enable gpio and supply for tf_io regulator
As described in the schematics of Odroid-C4 and Odroid-HC4, the TF_IO regulator is enabled by the GPIOE_2 GPIO and gets it's supply from VCC_5V. Signed-off-by: Neil Armstrong <[email protected]> Acked-by: Martin Blumenstingl <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a270a2b commit 1f80a5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
regulator-name = "TF_IO";
4747
regulator-min-microvolt = <1800000>;
4848
regulator-max-microvolt = <3300000>;
49+
vin-supply = <&vcc_5v>;
50+
51+
enable-gpio = <&gpio GPIOE_2 GPIO_ACTIVE_HIGH>;
52+
enable-active-high;
53+
regulator-always-on;
4954

5055
gpios = <&gpio_ao GPIOAO_6 GPIO_ACTIVE_HIGH>;
5156
gpios-states = <0>;

0 commit comments

Comments
 (0)