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

ARM: dts: meson8: align OPP table names with DT schema

DT schema expects names of operating points tables to match certain
pattern:

meson8-minix-neo-x8.dtb: gpu-opp-table: $nodename:0: 'gpu-opp-table' does not match '^opp-table(-[a-z0-9]+)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230120072108.138598-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>

authored by

Krzysztof Kozlowski and committed by
Neil Armstrong
5f441684 46f73c1c

+2 -2
+1 -1
arch/arm/boot/dts/meson8.dtsi
··· 133 133 }; 134 134 }; 135 135 136 - gpu_opp_table: gpu-opp-table { 136 + gpu_opp_table: opp-table-gpu { 137 137 compatible = "operating-points-v2"; 138 138 139 139 opp-182142857 {
+1 -1
arch/arm/boot/dts/meson8b.dtsi
··· 125 125 }; 126 126 }; 127 127 128 - gpu_opp_table: gpu-opp-table { 128 + gpu_opp_table: opp-table-gpu { 129 129 compatible = "operating-points-v2"; 130 130 131 131 opp-255000000 {