Skip to content

Commit

Permalink
ARM: S3C2443: Add hsspi-clock from pclk and rename S3C2443 hsspi sclk
Browse files Browse the repository at this point in the history
This clock is common to S3C2443/2416/2450.

Signed-off-by: Heiko Stuebner <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
  • Loading branch information
mmind authored and kgene committed Oct 4, 2011
1 parent 4a43c66 commit 8b069b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2443/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ static struct clksrc_clk clk_arm = {

static struct clksrc_clk clk_hsspi = {
.clk = {
.name = "hsspi",
.name = "hsspi-if",
.parent = &clk_esysclk.clk,
.ctrlbit = S3C2443_SCLKCON_HSSPICLK,
.enable = s3c2443_clkcon_enable_s,
Expand Down
5 changes: 5 additions & 0 deletions arch/arm/plat-s3c24xx/s3c2443-clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,11 @@ static struct clk init_clocks_off[] = {
.parent = &clk_p,
.enable = s3c2443_clkcon_enable_p,
.ctrlbit = S3C2443_PCLKCON_IIS,
}, {
.name = "hsspi",
.parent = &clk_p,
.enable = s3c2443_clkcon_enable_p,
.ctrlbit = S3C2443_PCLKCON_HSSPI,
}, {
.name = "adc",
.parent = &clk_p,
Expand Down

0 comments on commit 8b069b7

Please sign in to comment.