Commit ee3b1f97 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

arm64: dts: exynos: align operating-points table name with dtschema in Exynos5433

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

  arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml:
    opp-table2: $nodename:0: 'opp-table2' does not match '^opp-table(-[a-z0-9]+)?$'
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: default avatarAlim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20210820081458.83406-1-krzysztof.kozlowski@canonical.com
parent 6880fa6c
...@@ -87,7 +87,7 @@ bus_noc2: bus9 { ...@@ -87,7 +87,7 @@ bus_noc2: bus9 {
status = "disabled"; status = "disabled";
}; };
bus_g2d_400_opp_table: opp-table2 { bus_g2d_400_opp_table: opp-table-2 {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-shared; opp-shared;
...@@ -117,7 +117,7 @@ opp-100000000 { ...@@ -117,7 +117,7 @@ opp-100000000 {
}; };
}; };
bus_g2d_266_opp_table: opp-table3 { bus_g2d_266_opp_table: opp-table-3 {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-267000000 { opp-267000000 {
...@@ -137,7 +137,7 @@ opp-100000000 { ...@@ -137,7 +137,7 @@ opp-100000000 {
}; };
}; };
bus_gscl_opp_table: opp-table4 { bus_gscl_opp_table: opp-table-4 {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-333000000 { opp-333000000 {
...@@ -151,7 +151,7 @@ opp-166500000 { ...@@ -151,7 +151,7 @@ opp-166500000 {
}; };
}; };
bus_hevc_opp_table: opp-table5 { bus_hevc_opp_table: opp-table-5 {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-shared; opp-shared;
...@@ -175,7 +175,7 @@ opp-100000000 { ...@@ -175,7 +175,7 @@ opp-100000000 {
}; };
}; };
bus_noc2_opp_table: opp-table6 { bus_noc2_opp_table: opp-table-6 {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-400000000 { opp-400000000 {
......
...@@ -239,7 +239,7 @@ cluster_a53_l2: l2-cache1 { ...@@ -239,7 +239,7 @@ cluster_a53_l2: l2-cache1 {
}; };
}; };
cluster_a53_opp_table: opp-table0 { cluster_a53_opp_table: opp-table-0 {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-shared; opp-shared;
...@@ -285,7 +285,7 @@ opp-1300000000 { ...@@ -285,7 +285,7 @@ opp-1300000000 {
}; };
}; };
cluster_a57_opp_table: opp-table1 { cluster_a57_opp_table: opp-table-1 {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-shared; opp-shared;
......
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