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>
This commit is contained in:
Krzysztof Kozlowski
2023-01-20 08:21:08 +01:00
committed by Neil Armstrong
parent 46f73c1c03
commit 5f4416849f
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ opp-1992000000 {
};
};
gpu_opp_table: gpu-opp-table {
gpu_opp_table: opp-table-gpu {
compatible = "operating-points-v2";
opp-182142857 {

View File

@@ -125,7 +125,7 @@ opp-1536000000 {
};
};
gpu_opp_table: gpu-opp-table {
gpu_opp_table: opp-table-gpu {
compatible = "operating-points-v2";
opp-255000000 {