]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: Use - instead of @ for DT OPP entries for TI SoCs
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 20 Apr 2017 10:55:06 +0000 (16:25 +0530)
committerTony Lindgren <tony@atomide.com>
Tue, 16 May 2017 15:18:55 +0000 (08:18 -0700)
commitdaf13cee487d366b4dd1e8497a793df06e4ab839
tree4b8919373e715053ba231941765629e6058596b5
parentfdd6374c4f36b9363968f6a6e592664513ce07b4
ARM: dts: Use - instead of @ for DT OPP entries for TI SoCs

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: Krzysztof Kozlowski <krzk@kernel.org>
Reported-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Suggested-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Documentation/devicetree/bindings/cpufreq/ti-cpufreq.txt
arch/arm/boot/dts/am335x-boneblack.dts
arch/arm/boot/dts/am33xx.dtsi
arch/arm/boot/dts/am4372.dtsi
arch/arm/boot/dts/dra7.dtsi