diff options
author | Fabio Estevam <festevam@denx.de> | 2022-08-27 19:51:40 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-09-05 12:18:20 +0200 |
commit | ea89926d9690f055fd8da929f6621a760e8e0f14 (patch) | |
tree | 6262e3a0bac60b6d294dd2337764e5d69e3d9b85 /arch | |
parent | arm64: dts: rockchip: Remove 'enable-active-low' from rk3399-puma (diff) | |
download | linux-ea89926d9690f055fd8da929f6621a760e8e0f14.tar.xz linux-ea89926d9690f055fd8da929f6621a760e8e0f14.zip |
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: b33a22a1e7c4 ("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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ 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>; |