Commit 3fc9a121 authored by Viresh Kumar's avatar Viresh Kumar Committed by Masahiro Yamada

arm64: dts: uniphier: Use - instead of @ for DT OPP entries

Compiling the DT file with W=1, DTC warns like follows:

Warning (unit_address_vs_reg): Node /opp_table0/opp@1000000000 has a
unit name, but no reg property

Fix this by replacing '@' with '-' as the OPP nodes will never have a
"reg" property.
Reported-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Reported-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Suggested-by: default avatarMark Rutland <mark.rutland@arm.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent e345eded
...@@ -89,31 +89,31 @@ cluster0_opp: opp_table { ...@@ -89,31 +89,31 @@ cluster0_opp: opp_table {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-shared; opp-shared;
opp@245000000 { opp-245000000 {
opp-hz = /bits/ 64 <245000000>; opp-hz = /bits/ 64 <245000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@250000000 { opp-250000000 {
opp-hz = /bits/ 64 <250000000>; opp-hz = /bits/ 64 <250000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@490000000 { opp-490000000 {
opp-hz = /bits/ 64 <490000000>; opp-hz = /bits/ 64 <490000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@500000000 { opp-500000000 {
opp-hz = /bits/ 64 <500000000>; opp-hz = /bits/ 64 <500000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@653334000 { opp-653334000 {
opp-hz = /bits/ 64 <653334000>; opp-hz = /bits/ 64 <653334000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@666667000 { opp-666667000 {
opp-hz = /bits/ 64 <666667000>; opp-hz = /bits/ 64 <666667000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@980000000 { opp-980000000 {
opp-hz = /bits/ 64 <980000000>; opp-hz = /bits/ 64 <980000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
......
...@@ -116,35 +116,35 @@ cluster0_opp: opp_table0 { ...@@ -116,35 +116,35 @@ cluster0_opp: opp_table0 {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-shared; opp-shared;
opp@250000000 { opp-250000000 {
opp-hz = /bits/ 64 <250000000>; opp-hz = /bits/ 64 <250000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@275000000 { opp-275000000 {
opp-hz = /bits/ 64 <275000000>; opp-hz = /bits/ 64 <275000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@500000000 { opp-500000000 {
opp-hz = /bits/ 64 <500000000>; opp-hz = /bits/ 64 <500000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@550000000 { opp-550000000 {
opp-hz = /bits/ 64 <550000000>; opp-hz = /bits/ 64 <550000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@666667000 { opp-666667000 {
opp-hz = /bits/ 64 <666667000>; opp-hz = /bits/ 64 <666667000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@733334000 { opp-733334000 {
opp-hz = /bits/ 64 <733334000>; opp-hz = /bits/ 64 <733334000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@1000000000 { opp-1000000000 {
opp-hz = /bits/ 64 <1000000000>; opp-hz = /bits/ 64 <1000000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@1100000000 { opp-1100000000 {
opp-hz = /bits/ 64 <1100000000>; opp-hz = /bits/ 64 <1100000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
...@@ -154,35 +154,35 @@ cluster1_opp: opp_table1 { ...@@ -154,35 +154,35 @@ cluster1_opp: opp_table1 {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-shared; opp-shared;
opp@250000000 { opp-250000000 {
opp-hz = /bits/ 64 <250000000>; opp-hz = /bits/ 64 <250000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@275000000 { opp-275000000 {
opp-hz = /bits/ 64 <275000000>; opp-hz = /bits/ 64 <275000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@500000000 { opp-500000000 {
opp-hz = /bits/ 64 <500000000>; opp-hz = /bits/ 64 <500000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@550000000 { opp-550000000 {
opp-hz = /bits/ 64 <550000000>; opp-hz = /bits/ 64 <550000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@666667000 { opp-666667000 {
opp-hz = /bits/ 64 <666667000>; opp-hz = /bits/ 64 <666667000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@733334000 { opp-733334000 {
opp-hz = /bits/ 64 <733334000>; opp-hz = /bits/ 64 <733334000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@1000000000 { opp-1000000000 {
opp-hz = /bits/ 64 <1000000000>; opp-hz = /bits/ 64 <1000000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
opp@1100000000 { opp-1100000000 {
opp-hz = /bits/ 64 <1100000000>; opp-hz = /bits/ 64 <1100000000>;
clock-latency-ns = <300>; clock-latency-ns = <300>;
}; };
......
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