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

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

ARM: dts: omap5: add fref_xtal_ck support



The clock is directly sourced from sys_clkin, and provides an external
output clock for (typically) TWL6040 chip.

Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Tested-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 0b75c042
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1179,3 +1179,13 @@
		};
	};
};

&scm_wkup_pad_conf_clocks {
	fref_xtal_ck: fref_xtal_ck {
		#clock-cells = <0>;
		compatible = "ti,gate-clock";
		clocks = <&sys_clkin>;
		ti,bit-shift = <28>;
		reg = <0x14>;
	};
};