mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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: Tero Kristo <t-kristo@ti.com> Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
0b75c042b5
commit
f0131c6726
1 changed files with 10 additions and 0 deletions
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue