Commit 91db1670 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo

arm64: dts: freescale: imx8mq-librem5: align operating-points table name with dtschema

Align the name of operating-points node to dtschema to fix warnings like:

  ddrc-opp-table: $nodename:0: 'ddrc-opp-table' does not match '^opp-table(-[a-z0-9]+)?$'
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c6fe862a
...@@ -225,7 +225,7 @@ &A53_3 { ...@@ -225,7 +225,7 @@ &A53_3 {
&ddrc { &ddrc {
operating-points-v2 = <&ddrc_opp_table>; operating-points-v2 = <&ddrc_opp_table>;
ddrc_opp_table: ddrc-opp-table { ddrc_opp_table: opp-table {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-25M { opp-25M {
......
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