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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent a994b34 commit ea89926

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)