linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: rk3399-puma: Remove 'enable-active-low'
@ 2022-08-27 17:51 Fabio Estevam
  2022-08-27 17:51 ` [PATCH 2/2] arm64: dts: rk3566-quartz64-a: " Fabio Estevam
  2022-09-05 10:19 ` [PATCH 1/2] arm64: dts: rk3399-puma: " Heiko Stuebner
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2022-08-27 17:51 UTC (permalink / raw)
  To: heiko; +Cc: linux-arm-kernel, Fabio Estevam

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>
---
 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
index b1ac3a89f259..aa3e21bd6c8f 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
@@ -62,7 +62,6 @@ vcc3v3_sys: vcc3v3-sys {
 	vcc5v0_host: vcc5v0-host-regulator {
 		compatible = "regulator-fixed";
 		gpio = <&gpio4 RK_PA3 GPIO_ACTIVE_LOW>;
-		enable-active-low;
 		pinctrl-names = "default";
 		pinctrl-0 = <&vcc5v0_host_en>;
 		regulator-name = "vcc5v0_host";
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-05 11:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-27 17:51 [PATCH 1/2] arm64: dts: rk3399-puma: Remove 'enable-active-low' Fabio Estevam
2022-08-27 17:51 ` [PATCH 2/2] arm64: dts: rk3566-quartz64-a: " Fabio Estevam
2022-09-05 10:19 ` [PATCH 1/2] arm64: dts: rk3399-puma: " Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).