Skip to content
Snippets Groups Projects
Commit 1fd7ebf4 authored by Frieder Schrempf's avatar Frieder Schrempf
Browse files

arm64: dts: kontron-mx8mm: Remove incorrect regulator 'regulator-boot-on' properties


Remove the 'regulator-boot-on' on flags. They mean that the reulator
was turned on in the bootloader/firmware, which in these cases is
either not true, or not applicable for regulators without on/off
control.

Signed-off-by: default avatarFrieder Schrempf <frieder.schrempf@kontron.de>
parent 189c99b4
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,6 @@ vdd_24v: regulator-24v { ...@@ -71,7 +71,6 @@ vdd_24v: regulator-24v {
regulator-name = "vdd_24v"; regulator-name = "vdd_24v";
regulator-min-microvolt = <24000000>; regulator-min-microvolt = <24000000>;
regulator-max-microvolt = <24000000>; regulator-max-microvolt = <24000000>;
regulator-boot-on;
regulator-always-on; regulator-always-on;
status = "okay"; status = "okay";
}; };
...@@ -81,7 +80,6 @@ vdd_5v: regulator-5v { ...@@ -81,7 +80,6 @@ vdd_5v: regulator-5v {
regulator-name = "vdd_5v"; regulator-name = "vdd_5v";
regulator-min-microvolt = <5000000>; regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>; regulator-max-microvolt = <5000000>;
regulator-boot-on;
regulator-always-on; regulator-always-on;
status = "okay"; status = "okay";
}; };
...@@ -101,7 +99,6 @@ reg_dsi_oe: regulator-dsi-oe { ...@@ -101,7 +99,6 @@ reg_dsi_oe: regulator-dsi-oe {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_dsi_oe>; pinctrl-0 = <&pinctrl_dsi_oe>;
gpio = <&gpio4 15 GPIO_ACTIVE_LOW>; gpio = <&gpio4 15 GPIO_ACTIVE_LOW>;
regulator-boot-on;
regulator-always-on; regulator-always-on;
status = "okay"; status = "okay";
}; };
......
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