diff options
author | Tero Kristo <t-kristo@ti.com> | 2016-04-04 18:16:08 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-11 21:57:36 +0300 |
commit | 8f952371accb46d38287956c0f348f205bb7963a (patch) | |
tree | a7227c7125a7dfcfb771df3caf4cbbcdcfb25800 /arch/arm/boot/dts/omap443x-clocks.dtsi | |
parent | 1bb5fcb1e2456dc9ae9ffbf82142b3052675b0e9 (diff) | |
download | linux-8f952371accb46d38287956c0f348f205bb7963a.tar.xz |
ARM: dts: omap4: fix clock node definitions to avoid build warnings
Upcoming change to DT compiler is going to complain about nodes
which have a reg property, but have not defined the address in their
name. This patch fixes following type of warnings for OMAP4 clock nodes:
Warning (unit_address_vs_reg): Node /ocp/cm@48004000/clocks/dpll3_m2_ck
has a reg or ranges property, but no unit name
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap443x-clocks.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap443x-clocks.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap443x-clocks.dtsi b/arch/arm/boot/dts/omap443x-clocks.dtsi index 2bd2166f88d3..f370d96a87e5 100644 --- a/arch/arm/boot/dts/omap443x-clocks.dtsi +++ b/arch/arm/boot/dts/omap443x-clocks.dtsi @@ -8,7 +8,7 @@ * published by the Free Software Foundation. */ &prm_clocks { - bandgap_fclk: bandgap_fclk { + bandgap_fclk: bandgap_fclk@1888 { #clock-cells = <0>; compatible = "ti,gate-clock"; clocks = <&sys_32k_ck>; |