On 05/19/11 14:18, Thomas Abraham wrote:
Add clkdev support for Samsung's Exynos4 platform. Signed-off-by: Thomas Abraham<thomas.ab@xxxxxxxxxxx> --- arch/arm/Kconfig | 1 + arch/arm/mach-exynos4/clock.c | 63 +++++++++++++++++++++++++-- arch/arm/mach-exynos4/include/mach/clkdev.h | 7 +++ arch/arm/mach-exynos4/time.c | 2 + 4 files changed, 69 insertions(+), 4 deletions(-) create mode 100644 arch/arm/mach-exynos4/include/mach/clkdev.h
(snip)
- .name = "hsmmc", - .id = 4, + .name = "dwmmc", + .id = -1,
This change should be split :) (snip)
@@ -1072,8 +1127,8 @@ static struct clksrc_clk clksrcs[] = { .reg_div = { .reg = S5P_CLKDIV_FSYS2, .shift = 24, .size = 8 }, }, { .clk = { - .name = "sclk_mmc", - .id = 4, + .name = "sclk_dwmmc", + .id = -1,
Same as above. Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html