commit | ca6fd1c9cf0320946f3e303dba8e8d19fa6c6659 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Mon Apr 04 18:16:13 2016 +0300 |
committer | Tony Lindgren <tony@atomide.com> | Mon Apr 11 11:57:37 2016 -0700 |
tree | 92955838265eafa9a9ddb8d345d6828aa15aab75 | |
parent | ca8a3d4edcc37d06a3d71645e80923dd9d3c44eb [diff] |
ARM: dts: omap5: 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 OMAP5 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>