Commit b99ac7e2 authored by Diederik de Haas's avatar Diederik de Haas Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Drop rockchip prefix of s-p-c PMIC prop from rk356x



Property 'rockchip,system-power-controller' was deprecated in commit
961748bb ("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 rk356x DT files which still used the deprecated variant.

Signed-off-by: default avatarDiederik de Haas <didi.debian@cknow.org>
Reviewed-by: default avatarDragan Simic <dsimic@manjaro.org>
Link: https://lore.kernel.org/r/20241008105450.20648-6-didi.debian@cknow.org


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 5a49e05b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ rk809: pmic@20 {
		interrupts = <RK_PA3 IRQ_TYPE_LEVEL_LOW>;
		pinctrl-names = "default";
		pinctrl-0 = <&pmic_int>, <&i2s1m0_mclk>;
		rockchip,system-power-controller;
		system-power-controller;
		#sound-dai-cells = <0>;
		wakeup-source;

+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ rk809: pmic@20 {

		pinctrl-names = "default";
		pinctrl-0 = <&pmic_int>;
		rockchip,system-power-controller;
		system-power-controller;
		wakeup-source;
		#clock-cells = <1>;

+1 −1
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ rk817: pmic@20 {
		#clock-cells = <1>;
		pinctrl-0 = <&i2s1m0_mclk>, <&pmic_int_l>, <&pmic_sleep>;
		pinctrl-names = "default";
		rockchip,system-power-controller;
		system-power-controller;
		#sound-dai-cells = <0>;
		wakeup-source;

+1 −1
Original line number Diff line number Diff line
@@ -370,7 +370,7 @@ rk817: pmic@20 {
		#clock-cells = <1>;
		pinctrl-names = "default";
		pinctrl-0 = <&pmic_int_l>, <&i2s1m0_mclk>;
		rockchip,system-power-controller;
		system-power-controller;
		#sound-dai-cells = <0>;
		wakeup-source;

+1 −1
Original line number Diff line number Diff line
@@ -347,7 +347,7 @@ rk817: pmic@20 {
		#clock-cells = <1>;
		pinctrl-names = "default";
		pinctrl-0 = <&pmic_int_l>, <&i2s1m0_mclk>;
		rockchip,system-power-controller;
		system-power-controller;
		#sound-dai-cells = <0>;
		wakeup-source;

Loading