Commit bb98a6fd authored by Alexander Stein's avatar Alexander Stein Committed by Neil Armstrong

arm64: dts: amlogic: meson-g12: Fix GPU operating point table node name

Starting with commit 94274f20 ("dt-bindings: opp: Convert to DT
schema") the opp node name has a mandatory pattern. This change
fixes the dtbs_check warning:
gpu-opp-table: $nodename:0: 'gpu-opp-table' does not match
'^opp-table(-[a-z0-9]+)?$'
Put the 'gpu' part at the end to match the pattern.

Fixes: 916a0edc ("arm64: dts: amlogic: meson-g12: add the Mali OPP table and use DVFS")
Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarAlexander Stein <alexander.stein@mailbox.org>
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20211026182813.900775-2-alexander.stein@mailbox.org
parent cdc50916
...@@ -58,7 +58,7 @@ efuse: efuse { ...@@ -58,7 +58,7 @@ efuse: efuse {
secure-monitor = <&sm>; secure-monitor = <&sm>;
}; };
gpu_opp_table: gpu-opp-table { gpu_opp_table: opp-table-gpu {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-124999998 { opp-124999998 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment