diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-15 11:22:22 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-23 19:28:46 +0300 |
commit | 9cd7d03f2085c7f2e11d2f97812d1955bc0dc4df (patch) | |
tree | 4a4d56764f8ec8ecc967c292527763cf6c0909df /arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | |
parent | ae4cce878885f5e04a9119576882b122a86dad39 (diff) | |
download | linux-9cd7d03f2085c7f2e11d2f97812d1955bc0dc4df.tar.xz |
arm64: dts: uniphier: fix W=2 build warnings
Fix warnings like follows:
Warning (node_name_chars_strict): Character '_' not recommended in ...
Commit 8654cb8d0371 ("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: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi index 42242d5b7b2c..12a88ca6a5ed 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi @@ -49,7 +49,7 @@ }; }; - cluster0_opp: opp_table { + cluster0_opp: opp-table { compatible = "operating-points-v2"; opp-shared; |