* [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
* [PATCH 2/2] arm64: dts: rk3566-quartz64-a: Remove 'enable-active-low'
2022-08-27 17:51 [PATCH 1/2] arm64: dts: rk3399-puma: Remove 'enable-active-low' Fabio Estevam
@ 2022-08-27 17:51 ` Fabio Estevam
2022-09-05 10:19 ` [PATCH 1/2] arm64: dts: rk3399-puma: " Heiko Stuebner
1 sibling, 0 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/rk3566-quartz64-a.dts | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
index d943559b157c..a05460b92415 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
@@ -189,7 +189,6 @@ vcc5v0_usb20_otg: vcc5v0_usb20_otg {
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>;
--
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
* Re: [PATCH 1/2] arm64: dts: rk3399-puma: Remove 'enable-active-low'
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 ` Heiko Stuebner
1 sibling, 0 replies; 3+ messages in thread
From: Heiko Stuebner @ 2022-09-05 10:19 UTC (permalink / raw)
To: Fabio Estevam; +Cc: Heiko Stuebner, linux-arm-kernel
On Sat, 27 Aug 2022 14:51:39 -0300, Fabio Estevam wrote:
> 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.
Applied, thanks!
[1/2] arm64: dts: rk3399-puma: Remove 'enable-active-low'
commit: a994b34b9abb9c08ee09e835b4027ff2147f9d94
[2/2] arm64: dts: rk3566-quartz64-a: Remove 'enable-active-low'
commit: ea89926d9690f055fd8da929f6621a760e8e0f14
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [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).