diff options
author | Diederik de Haas <didi.debian@cknow.org> | 2024-10-08 12:48:02 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-10-22 16:09:26 +0200 |
commit | cdb98af8c23cf525f08375365e6eb743866586a8 (patch) | |
tree | faabac9ca96af6f834e7916fef2f2b4a1dfdd104 /arch/arm64/boot/dts/rockchip/rk3328-a1.dts | |
parent | c84fe61583d77cafa9a59fb0825bfd71692e6a1f (diff) | |
download | lwn-cdb98af8c23cf525f08375365e6eb743866586a8.tar.gz lwn-cdb98af8c23cf525f08375365e6eb743866586a8.zip |
arm64: dts: rockchip: Drop rockchip prefix of s-p-c PMIC prop from rk3328
Property 'rockchip,system-power-controller' was deprecated in commit
961748bb1555 ("dt-bindings: mfd: rk8xx: Deprecate rockchip,system-power-controller")
in the "rockchip,rk{805,808,809,817,818}.yaml" mtd bindings and its
replacement is (just) 'system-power-controller'.
Update the rk3328 DT files which still used the deprecated variant.
Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Link: https://lore.kernel.org/r/20241008105450.20648-3-didi.debian@cknow.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3328-a1.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328-a1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-a1.dts b/arch/arm64/boot/dts/rockchip/rk3328-a1.dts index 824183e515da..9406a887652d 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-a1.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-a1.dts @@ -159,7 +159,7 @@ interrupts = <RK_PA6 IRQ_TYPE_LEVEL_LOW>; pinctrl-names = "default"; pinctrl-0 = <&pmic_int_l>; - rockchip,system-power-controller; + system-power-controller; wakeup-source; #clock-cells = <0>; |