diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-15 10:22:46 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-15 14:10:11 +0200 |
commit | 1658b84de41b8c4bef7b2e85532249294a313cb4 (patch) | |
tree | 93aba35656f3b855e50731eaa7e9ea801f527f8c /arch/arm/boot/dts/uniphier-pxs2.dtsi | |
parent | ARM: dts: uniphier: add nodes of thermal monitor and thermal zone for PXs2 (diff) | |
download | linux-1658b84de41b8c4bef7b2e85532249294a313cb4.tar.xz linux-1658b84de41b8c4bef7b2e85532249294a313cb4.zip |
ARM: 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/arm/boot/dts/uniphier-pxs2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/uniphier-pxs2.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/uniphier-pxs2.dtsi b/arch/arm/boot/dts/uniphier-pxs2.dtsi index 995d2756dccc..d3ee451328bd 100644 --- a/arch/arm/boot/dts/uniphier-pxs2.dtsi +++ b/arch/arm/boot/dts/uniphier-pxs2.dtsi @@ -60,7 +60,7 @@ }; }; - cpu_opp: opp_table { + cpu_opp: opp-table { compatible = "operating-points-v2"; opp-shared; @@ -110,7 +110,7 @@ clock-frequency = <25000000>; }; - arm_timer_clk: arm_timer_clk { + arm_timer_clk: arm-timer { #clock-cells = <0>; compatible = "fixed-clock"; clock-frequency = <50000000>; |