Message ID | 20220827175011.1696398-2-festevam@denx.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] arm64: dts: meson-g12a: Remove 'enable-active-low' | expand |
On Sat, Aug 27, 2022 at 7:50 PM Fabio Estevam <festevam@denx.de> wrote: > > 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>
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 @@ vddao_3v3_t: regulator-vddao_3v3_t { regulator-max-microvolt = <3300000>; vin-supply = <&vddao_3v3>; gpio = <&gpio GPIOH_8 GPIO_OPEN_DRAIN>; - enable-active-low; regulator-always-on; };
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> --- arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 1 - 1 file changed, 1 deletion(-)