diff options
author | Thomas Abraham <thomas.ab@samsung.com> | 2010-05-17 09:38:50 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-17 10:37:37 +0900 |
commit | f44cf78b6b475116a4d3c98576f8697dd4ca7e79 (patch) | |
tree | fc1cb821372cff55883d4e7a373d5b32e87ac662 /arch/arm/plat-s5p | |
parent | 58772cd34479ca50e90eea25288d2021dd2e6ff6 (diff) | |
download | linux-stable-f44cf78b6b475116a4d3c98576f8697dd4ca7e79.tar.gz linux-stable-f44cf78b6b475116a4d3c98576f8697dd4ca7e79.tar.bz2 linux-stable-f44cf78b6b475116a4d3c98576f8697dd4ca7e79.zip |
ARM: S5PV210: Remove usage of clk_p66 and add clk_pclk_psys clock
The clk_p83 clock, which is the PCLK clock for PSYS domain, is of
type 'struct clk' whereas on S5PV210, this clock is suitable to be
of type clksrc_clk clock (since it has a clock divider). So this
patch replaces the 'struct clk' type clock to 'struct clksrc_clk'
type clock for the PCLK PSYS clock.
This patch modifies the following.
1. Removes definitions and usage of 'clk_p66' clock.
2. Adds 'clk_pclk_psys' clock which is of type 'struct clksrc_clk'.
3. Replaces all usage of clk_p66 with clk_pclk_psys clock.
4. Adds clk_pclk_psys into list of clocks to be registered.
5. Removes the sys_clks array since it is no longer required.
Also the registration of clocks in sys_clks is also removed.
6. Remove the 'GET_DIV' as it is no longer required.
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s5p')
0 files changed, 0 insertions, 0 deletions