Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f952371 authored by Tero Kristo's avatar Tero Kristo Committed by Tony Lindgren
Browse files

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: default avatarTero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 1bb5fcb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
+2 −2
Original line number Diff line number Diff line
@@ -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>;
+158 −158

File changed.

Preview size limit exceeded, changes collapsed.