arm64: dts: meson-g12a: Remove 'enable-active-low'
authorFabio Estevam <festevam@denx.de>
Sat, 27 Aug 2022 20:38:12 +0000 (17:38 -0300)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 29 Aug 2022 07:47:52 +0000 (09:47 +0200)
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
arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts

index b4e8619..b2bb949 100644 (file)
                vin-supply = <&dc_in>;
 
                gpio = <&gpio GPIOH_8 GPIO_OPEN_DRAIN>;
-               enable-active-low;
        };
 
        vddao_1v8: regulator-vddao_1v8 {