Message ID | 20220827175140.1696699-1-festevam@denx.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] arm64: dts: rk3399-puma: Remove 'enable-active-low' | expand |
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,
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";
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(-)