We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a270a2b commit 1f80a5cCopy full SHA for 1f80a5c
arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi
@@ -46,6 +46,11 @@
46
regulator-name = "TF_IO";
47
regulator-min-microvolt = <1800000>;
48
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;
54
55
gpios = <&gpio_ao GPIOAO_6 GPIO_ACTIVE_HIGH>;
56
gpios-states = <0>;
0 commit comments