diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2017-04-20 16:25:06 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-05-16 08:18:55 -0700 |
commit | b9cb2ba7184841ecddaaacfea2ee7d38e1eefd7c (patch) | |
tree | 4b8919373e715053ba231941765629e6058596b5 /arch/arm/boot/dts/am335x-boneblack.dts | |
parent | 49b2c1305e69da4df1457ce3970f7258c3998460 (diff) | |
download | blackbird-obmc-linux-b9cb2ba7184841ecddaaacfea2ee7d38e1eefd7c.tar.gz blackbird-obmc-linux-b9cb2ba7184841ecddaaacfea2ee7d38e1eefd7c.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/am335x-boneblack.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-boneblack.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-boneblack.dts b/arch/arm/boot/dts/am335x-boneblack.dts index 935ed17d22e4..d154d3133c16 100644 --- a/arch/arm/boot/dts/am335x-boneblack.dts +++ b/arch/arm/boot/dts/am335x-boneblack.dts @@ -22,7 +22,7 @@ * BeagleBone Blacks have PG 2.0 silicon which is guaranteed * to support 1GHz OPP so enable it for PG 2.0 on this board. */ - oppnitro@1000000000 { + oppnitro-1000000000 { opp-supported-hw = <0x06 0x0100>; }; }; |