ARM: dts: omap3: Remove 'enable-active-low' property

Property 'enable-active-low' does not exist. Only 'enable-active-high' is
valid, and when this property is absent the gpio regulator will act as
active low by default.

So remove the unexisting 'enable-active-low' property.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Fabio Estevam 2017-05-17 13:44:19 -03:00 коммит произвёл Tony Lindgren
Родитель 27a8133136
Коммит 5c73cdf2bd
3 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -76,7 +76,6 @@
&lcd_3v3 {
gpio = <&gpio5 25 GPIO_ACTIVE_LOW>; /* gpio153 */
enable-active-low;
};
&lcd0 {

Просмотреть файл

@ -50,7 +50,6 @@
pinctrl-names = "default";
pinctrl-0 = <&sb_t35_audio_amp>;
gpio = <&gpio2 29 GPIO_ACTIVE_LOW>; /* gpio_61 */
enable-active-low;
regulator-always-on;
};
};

Просмотреть файл

@ -63,7 +63,6 @@
regulator-min-microvolt = <3150000>;
regulator-max-microvolt = <3150000>;
gpio = <&gpio5 29 GPIO_ACTIVE_LOW>; /* gpio_157 */
enable-active-low;
startup-delay-us = <10000>;
};
};