Skip to content

Commit

Permalink
arm64: dts: rockchip: Remove 'enable-active-low' from rk3566-quartz64-a
Browse files Browse the repository at this point in the history
[ Upstream commit ea89926 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Fabio Estevam authored and gregkh committed Sep 28, 2022
1 parent efd3a3e commit 3e39beb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,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>;
Expand Down

0 comments on commit 3e39beb

Please sign in to comment.