Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b069b77 authored by Heiko Stuebner's avatar Heiko Stuebner Committed by Kukjin Kim
Browse files

ARM: S3C2443: Add hsspi-clock from pclk and rename S3C2443 hsspi sclk



This clock is common to S3C2443/2416/2450.

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 4a43c666
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+5 −0
Original line number Diff line number Diff line
@@ -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,