clk: ti: Fix some errors found by static checkers
[linux-2.6-block.git] / arch / arm / boot / dts / dra62x-clocks.dtsi
CommitLineData
c46ab061
TL
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/*
10 * Compared to dm814x, dra62x has different shifts and more mux options.
11 * Please add the extra options for ysclk_14 and 16 if really needed.
12 */
13&timer1_fck {
14 clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
15 &aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
16 ti,bit-shift = <4>;
17};
18
19&timer2_fck {
20 clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
21 &aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
22 ti,bit-shift = <8>;
23};