dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/clk/spear
Vipul Kumar Samar d4f513ff12 Clk: SPEAr1340: Update sys clock parent array
sys_clk has multiple parents and selection of parent depends on sys_clk_ctrl
register bit no. 23:25, with following possibilities

   0XX: pll1_clk
   10X: sys_synth_clk
   110: pll2_clk
   111: pll3_clk

Out of several possibilities (h/w wise) to select same clock parent for
sys_clk, current clock implementation was considering just one value.

When bootloader programmed different (valid) value to select a clock
parent then Linux breaks.

Here, we try to include all possibilities which can lead to same
clock selection thus making Linux independent of bootloader selection
values.

Signed-off-by: Vipul Kumar Samar <vipulkumar.samar@st.com>
Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
2012-07-18 10:04:53 +05:30
..
Makefile SPEAr13xx: Add common clock framework support 2012-05-14 17:34:05 +02:00
clk-aux-synth.c Viresh has moved 2012-06-20 14:39:36 -07:00
clk-frac-synth.c Viresh has moved 2012-06-20 14:39:36 -07:00
clk-gpt-synth.c Viresh has moved 2012-06-20 14:39:36 -07:00
clk-vco-pll.c Viresh has moved 2012-06-20 14:39:36 -07:00
clk.c Viresh has moved 2012-06-20 14:39:36 -07:00
clk.h Viresh has moved 2012-06-20 14:39:36 -07:00
spear3xx_clock.c Clk:spear3xx:Fix: Rename clk ids within predefined limit 2012-07-18 10:04:39 +05:30
spear6xx_clock.c Clk:spear6xx:Fix: Rename clk ids within predefined limit 2012-07-18 10:04:42 +05:30
spear1310_clock.c clk:spear1310:Fix: Rename clk ids within predefined limit 2012-07-18 10:04:36 +05:30
spear1340_clock.c Clk: SPEAr1340: Update sys clock parent array 2012-07-18 10:04:53 +05:30