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

Commit 268a7ef2 authored by Jingoo Han's avatar Jingoo Han Committed by Kukjin Kim
Browse files

ARM: EXYNOS4: Change devname for FIMD clkdev



According to SoC name, EXYNOS4, this patch changes devname
for FIMD from 's5pv310-fb' to 'exynos4-fb'.

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
[kgene.kim@samsung.com: removed to change wrong clock name]
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 2c0b6871
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -406,12 +406,12 @@ static struct clk init_clocks_off[] = {
		.ctrlbit	= (1 << 3),
		.ctrlbit	= (1 << 3),
	}, {
	}, {
		.name		= "fimd",
		.name		= "fimd",
		.devname	= "s5pv310-fb.0",
		.devname	= "exynos4-fb.0",
		.enable		= exynos4_clk_ip_lcd0_ctrl,
		.enable		= exynos4_clk_ip_lcd0_ctrl,
		.ctrlbit	= (1 << 0),
		.ctrlbit	= (1 << 0),
	}, {
	}, {
		.name		= "fimd",
		.name		= "fimd",
		.devname	= "s5pv310-fb.1",
		.devname	= "exynos4-fb.1",
		.enable		= exynos4_clk_ip_lcd1_ctrl,
		.enable		= exynos4_clk_ip_lcd1_ctrl,
		.ctrlbit	= (1 << 0),
		.ctrlbit	= (1 << 0),
	}, {
	}, {
@@ -909,7 +909,7 @@ static struct clksrc_clk clksrcs[] = {
	}, {
	}, {
		.clk		= {
		.clk		= {
			.name		= "sclk_fimd",
			.name		= "sclk_fimd",
			.devname	= "s5pv310-fb.0",
			.devname	= "exynos4-fb.0",
			.enable		= exynos4_clksrc_mask_lcd0_ctrl,
			.enable		= exynos4_clksrc_mask_lcd0_ctrl,
			.ctrlbit	= (1 << 0),
			.ctrlbit	= (1 << 0),
		},
		},
@@ -919,7 +919,7 @@ static struct clksrc_clk clksrcs[] = {
	}, {
	}, {
		.clk		= {
		.clk		= {
			.name		= "sclk_fimd",
			.name		= "sclk_fimd",
			.devname	= "s5pv310-fb.1",
			.devname	= "exynos4-fb.1",
			.enable		= exynos4_clksrc_mask_lcd1_ctrl,
			.enable		= exynos4_clksrc_mask_lcd1_ctrl,
			.ctrlbit	= (1 << 0),
			.ctrlbit	= (1 << 0),
		},
		},