Skip to content
Snippets Groups Projects
Commit 4c573ecd authored by Jonas Höppner's avatar Jonas Höppner
Browse files

arm:dts:santvend: Remove regulator for EN_VBAT to allow access using gpiod

parent 958c8e49
No related branches found
No related tags found
1 merge request!199arm:dts:santvend: Remove regulator for EN_VBAT to allow access using gpiod
Pipeline #58715 passed with stage
in 9 seconds
...@@ -39,17 +39,6 @@ gpio_poweroff: gpio-poweroff { ...@@ -39,17 +39,6 @@ gpio_poweroff: gpio-poweroff {
gpios = <&gpio6 10 GPIO_ACTIVE_HIGH>; gpios = <&gpio6 10 GPIO_ACTIVE_HIGH>;
active-delay-ms = <5000>; active-delay-ms = <5000>;
}; };
reg_VBAT_SW: regulator_VBAT_SW {
compatible = "regulator-fixed";
regulator-name = "VBAT_SW";
regulator-min-microvolt = <3800000>;
regulator-max-microvolt = <3800000>;
gpio = <&gpio5 2 GPIO_ACTIVE_HIGH>;
vin-supply = <&reg_VIN>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_vbat_sw>;
};
}; };
&backlight2 { &backlight2 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment