diff options
author | Fabio Estevam <festevam@denx.de> | 2022-08-27 17:38:13 -0300 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2022-08-29 09:47:52 +0200 |
commit | fdfaefa831728110f591764c1dc274fb3739e5c1 (patch) | |
tree | c8e7eecabf950589440d8f51ddf29251592561d5 | |
parent | 6b2592f087bb7e35fd0a6616bc92d87d9af63aab (diff) | |
download | linux-stable-fdfaefa831728110f591764c1dc274fb3739e5c1.tar.gz linux-stable-fdfaefa831728110f591764c1dc274fb3739e5c1.tar.bz2 linux-stable-fdfaefa831728110f591764c1dc274fb3739e5c1.zip |
arm64: dts: meson-sm1-sei610: Remove 'enable-active-low'
The 'enable-active-low' property is not a valid one.
Only 'enable-active-high' is valid, and when this property is absent
the gpio regulator will act as active low by default.
Remove the invalid 'enable-active-low' property.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20220827203813.1742715-2-festevam@denx.de
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts index 603337ca5608..9068a334ea57 100644 --- a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts @@ -171,7 +171,6 @@ regulator-max-microvolt = <3300000>; vin-supply = <&vddao_3v3>; gpio = <&gpio GPIOH_8 GPIO_OPEN_DRAIN>; - enable-active-low; regulator-always-on; }; |