diff options
author | Tero Kristo <t-kristo@ti.com> | 2016-04-04 17:16:08 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-11 20:57:36 +0200 |
commit | 8f952371accb46d38287956c0f348f205bb7963a (patch) | |
tree | a7227c7125a7dfcfb771df3caf4cbbcdcfb25800 /arch/arm/boot/dts/omap446x-clocks.dtsi | |
parent | ARM: dts: omap2: fix clock node definitions to avoid build warnings (diff) | |
download | linux-8f952371accb46d38287956c0f348f205bb7963a.tar.xz linux-8f952371accb46d38287956c0f348f205bb7963a.zip |
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/omap446x-clocks.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap446x-clocks.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap446x-clocks.dtsi b/arch/arm/boot/dts/omap446x-clocks.dtsi index be033e9803e9..fb5929b742d4 100644 --- a/arch/arm/boot/dts/omap446x-clocks.dtsi +++ b/arch/arm/boot/dts/omap446x-clocks.dtsi @@ -8,7 +8,7 @@ * published by the Free Software Foundation. */ &prm_clocks { - div_ts_ck: div_ts_ck { + div_ts_ck: div_ts_ck@1888 { #clock-cells = <0>; compatible = "ti,divider-clock"; clocks = <&l4_wkup_clk_mux_ck>; @@ -17,7 +17,7 @@ ti,dividers = <8>, <16>, <32>; }; - bandgap_ts_fclk: bandgap_ts_fclk { + bandgap_ts_fclk: bandgap_ts_fclk@1888 { #clock-cells = <0>; compatible = "ti,gate-clock"; clocks = <&div_ts_ck>; |