Commit 9cd7d03f authored by Masahiro Yamada's avatar Masahiro Yamada

arm64: dts: uniphier: fix W=2 build warnings

Fix warnings like follows:

Warning (node_name_chars_strict): Character '_' not recommended in ...

Commit 8654cb8d ("dtc: update warning settings for new bus and
node/property name checks") says these checks are a bit subjective,
but Rob also says to not add new W=2 warnings.

The exising warnings should be fixed in order to catch new ones
easily.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent ae4cce87
......@@ -49,7 +49,7 @@ cpu1: cpu@1 {
};
};
cluster0_opp: opp_table {
cluster0_opp: opp-table {
compatible = "operating-points-v2";
opp-shared;
......
......@@ -80,7 +80,7 @@ cpu3: cpu@101 {
};
};
cluster0_opp: opp_table0 {
cluster0_opp: opp-table0 {
compatible = "operating-points-v2";
opp-shared;
......@@ -118,7 +118,7 @@ opp-1100000000 {
};
};
cluster1_opp: opp_table1 {
cluster1_opp: opp-table1 {
compatible = "operating-points-v2";
opp-shared;
......
......@@ -73,7 +73,7 @@ cpu3: cpu@3 {
};
};
cluster0_opp: opp_table {
cluster0_opp: opp-table {
compatible = "operating-points-v2";
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