Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: rockchip: rename opp-table node names

After the conversion to YAML of the Operating Performance Points(OPP)
binding the operating-points-v2 property expects the nodename to have
the '^opp-table(-[a-z0-9]+)?$' format, so rename all Rockchip ARM dts
opp-table node names.

make ARCH=arm dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/opp/opp-v2.yaml

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210828094512.26862-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Johan Jonker and committed by
Heiko Stuebner
33a2a4b2 f0f56c11

+6 -6
+1 -1
arch/arm/boot/dts/rk3188.dtsi
··· 54 54 }; 55 55 }; 56 56 57 - cpu0_opp_table: opp_table0 { 57 + cpu0_opp_table: opp-table-0 { 58 58 compatible = "operating-points-v2"; 59 59 opp-shared; 60 60
+1 -1
arch/arm/boot/dts/rk3229.dtsi
··· 10 10 11 11 /delete-node/ opp-table0; 12 12 13 - cpu0_opp_table: opp_table0 { 13 + cpu0_opp_table: opp-table-0 { 14 14 compatible = "operating-points-v2"; 15 15 opp-shared; 16 16
+1 -1
arch/arm/boot/dts/rk322x.dtsi
··· 68 68 }; 69 69 }; 70 70 71 - cpu0_opp_table: opp_table0 { 71 + cpu0_opp_table: opp-table-0 { 72 72 compatible = "operating-points-v2"; 73 73 opp-shared; 74 74
+2 -2
arch/arm/boot/dts/rk3288.dtsi
··· 100 100 }; 101 101 }; 102 102 103 - cpu_opp_table: cpu-opp-table { 103 + cpu_opp_table: opp-table-0 { 104 104 compatible = "operating-points-v2"; 105 105 opp-shared; 106 106 ··· 1278 1278 status = "disabled"; 1279 1279 }; 1280 1280 1281 - gpu_opp_table: gpu-opp-table { 1281 + gpu_opp_table: opp-table-1 { 1282 1282 compatible = "operating-points-v2"; 1283 1283 1284 1284 opp-100000000 {
+1 -1
arch/arm/boot/dts/rv1108.dtsi
··· 40 40 }; 41 41 }; 42 42 43 - cpu_opp_table: opp_table { 43 + cpu_opp_table: opp-table-0 { 44 44 compatible = "operating-points-v2"; 45 45 46 46 opp-408000000 {