Message ID | 1308744983-17550-1-git-send-email-jg1.han@samsung.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
diff --git a/arch/arm/mach-exynos4/clock.c b/arch/arm/mach-exynos4/clock.c index 871f9d5..12e6853 100644 --- a/arch/arm/mach-exynos4/clock.c +++ b/arch/arm/mach-exynos4/clock.c @@ -433,12 +433,12 @@ static struct clk init_clocks_off[] = { .enable = exynos4_clk_ip_cam_ctrl, .ctrlbit = (1 << 3), }, { - .name = "fimd", + .name = "lcd", .id = 0, .enable = exynos4_clk_ip_lcd0_ctrl, .ctrlbit = (1 << 0), }, { - .name = "fimd", + .name = "lcd", .id = 1, .enable = exynos4_clk_ip_lcd1_ctrl, .ctrlbit = (1 << 0),
This patch changes clock name for FIMD from "fimd" to "lcd". Signed-off-by: Jingoo Han <jg1.han@samsung.com> --- arch/arm/mach-exynos4/clock.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)