Commit ea89926d authored by Fabio Estevam's avatar Fabio Estevam Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Remove 'enable-active-low' from rk3566-quartz64-a



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.

Fixes: b33a22a1 ("arm64: dts: rockchip: add basic dts for Pine64 Quartz64-A")
Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Link: https://lore.kernel.org/r/20220827175140.1696699-2-festevam@denx.de


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent a994b34b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -189,7 +189,6 @@

	vcc3v3_sd: vcc3v3_sd {
		compatible = "regulator-fixed";
		enable-active-low;
		gpio = <&gpio0 RK_PA5 GPIO_ACTIVE_LOW>;
		pinctrl-names = "default";
		pinctrl-0 = <&vcc_sd_h>;