Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
[deliverable/linux.git] / arch / arm / boot / dts / dra62x-clocks.dtsi
1 /*
2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License version 2 as
4 * published by the Free Software Foundation.
5 */
6
7 #include "dm814x-clocks.dtsi"
8
9 /* Compared to dm814x, dra62x does not have hdic, l3 or dss PLLs */
10 &adpll_hdvic_ck {
11 status = "disabled";
12 };
13
14 &adpll_l3_ck {
15 status = "disabled";
16 };
17
18 &adpll_dss_ck {
19 status = "disabled";
20 };
21
22 /* Compared to dm814x, dra62x has interconnect clocks on isp PLL */
23 &sysclk4_ck {
24 clocks = <&adpll_isp_ck 1>;
25 };
26
27 &sysclk5_ck {
28 clocks = <&adpll_isp_ck 1>;
29 };
30
31 &sysclk6_ck {
32 clocks = <&adpll_isp_ck 1>;
33 };
34
35 /*
36 * Compared to dm814x, dra62x has different shifts and more mux options.
37 * Please add the extra options for ysclk_14 and 16 if really needed.
38 */
39 &timer1_fck {
40 clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
41 &aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
42 ti,bit-shift = <4>;
43 };
44
45 &timer2_fck {
46 clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
47 &aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
48 ti,bit-shift = <8>;
49 };
This page took 0.031628 seconds and 5 git commands to generate.