Skip to content

Commit ea89926

Browse files
Fabio Estevammmind
authored andcommitted
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: b33a22a ("arm64: dts: rockchip: add basic dts for Pine64 Quartz64-A") Signed-off-by: Fabio Estevam <festevam@denx.de> Link: https://lore.kernel.org/r/20220827175140.1696699-2-festevam@denx.de Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent a994b34 commit ea89926

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@
189189

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

0 commit comments

Comments
 (0)