Commit b67b0973 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Heiko Stuebner

arm64: dts: rockchip: align rk3399 DMC OPP table with bindings

Bindings expect certain pattern for OPP table node name and underscores
are not allowed:

  rk3399-rock-pi-4a-plus.dtb: dmc_opp_table: $nodename:0: 'dmc_opp_table' does not match '^opp-table(-[a-z0-9]+)?$'
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230119124631.91080-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent bc121b70
...@@ -111,7 +111,7 @@ opp05 { ...@@ -111,7 +111,7 @@ opp05 {
}; };
}; };
dmc_opp_table: dmc_opp_table { dmc_opp_table: opp-table-3 {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp00 { opp00 {
......
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