diff options
author | 2010-05-13 09:27:09 +0900 | |
---|---|---|
committer | 2010-05-13 10:42:46 +0900 | |
commit | e4f44f82691e927a2f5eb582793454e052b920c7 (patch) | |
tree | 4ce5d7ec1cb887da2d7429b52512b603a06dfa22 /lib/bug.c | |
parent | ARM: S5P6440: Remove usage of clk_arm and add clk_armclk clock (diff) | |
download | wireguard-linux-e4f44f82691e927a2f5eb582793454e052b920c7.tar.xz wireguard-linux-e4f44f82691e927a2f5eb582793454e052b920c7.zip |
ARM: S5P6440: Remove usage of clk_h and add clk_hclk clock
The clk_h clock is of type 'struct clk' whereas on S5P6440,
the hclk is more suitable to be of type 'struct clksrc_clk'
(since hclk clock is divided version of armclk)
This patch modifies the following.
1. Adds the 'clk_hclk' clock which is of type 'struct clksrc_clk'.
2. Removes all references to the clk_h clock.
3. Addes clk_hclk into the list of sysclks.
4. The clock rate 'hclk' is modified to be derived from clk_hclk.
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 'lib/bug.c')
0 files changed, 0 insertions, 0 deletions