]> git.itanic.dy.fi Git - linux-stable/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)
commitb9cb2ba7184841ecddaaacfea2ee7d38e1eefd7c
tree4b8919373e715053ba231941765629e6058596b5
parent49b2c1305e69da4df1457ce3970f7258c3998460
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