diff options
author | Fabio Estevam <festevam@denx.de> | 2022-08-27 23:38:12 +0300 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2022-08-29 10:47:52 +0300 |
commit | 6b2592f087bb7e35fd0a6616bc92d87d9af63aab (patch) | |
tree | 01bbe301f502c98190ec2aec5363dd20d0f9e9ed /arch/arm64/boot/dts/amlogic | |
parent | a80c60359a42cf146872b9442cf847e7c2452a23 (diff) | |
download | linux-6b2592f087bb7e35fd0a6616bc92d87d9af63aab.tar.xz |
arm64: dts: meson-g12a: 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-1-festevam@denx.de
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts index b4e86196e346..b2bb94981838 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts +++ b/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts @@ -111,7 +111,6 @@ vin-supply = <&dc_in>; gpio = <&gpio GPIOH_8 GPIO_OPEN_DRAIN>; - enable-active-low; }; vddao_1v8: regulator-vddao_1v8 { |