commit | ca8a3d4edcc37d06a3d71645e80923dd9d3c44eb | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Mon Apr 04 18:16:12 2016 +0300 |
committer | Tony Lindgren <tony@atomide.com> | Mon Apr 11 11:57:37 2016 -0700 |
tree | c4a008cadb7d864fa0e6ee595e118faa2034d011 | |
parent | 5c440a775e5cb5e5de815771589b252a2dd08e70 [diff] |
ARM: dts: dra7: 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 DRA7 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>