From: Heiko Stuebner Date: Fri, 14 Oct 2011 06:35:08 +0000 (+0900) Subject: ARM: S3C24XX: Add devname for hsmmc1 pclk X-Git-Tag: next-20111025~107^2~1^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5227a54a0f2c8ff4a0a971aac03511cf5545e1fb;p=karo-tx-linux.git ARM: S3C24XX: Add devname for hsmmc1 pclk S3C2443 uses hsmmc1 as its only hsmmc device and for S3C2416/S3C2450 it's the second hsmmc channel with the same PCLKCON bit. The hsmmc-if clocks on both systems already got a devname, as did the hsmmc pclk for hsmmc0 on the S3C2416. So to make it possible to identify the hsmmc1 pclk on S3C2416 add the correct devname for it. The sclk name on S3C2443 also is s3c-sdhci.1. Signed-off-by: Heiko Stuebner Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/plat-s3c24xx/s3c2443-clock.c b/arch/arm/plat-s3c24xx/s3c2443-clock.c index d3ebbeedf6d9..5a21b15b2a97 100644 --- a/arch/arm/plat-s3c24xx/s3c2443-clock.c +++ b/arch/arm/plat-s3c24xx/s3c2443-clock.c @@ -426,6 +426,7 @@ static struct clk init_clocks[] = { .ctrlbit = S3C2443_HCLKCON_DMA5, }, { .name = "hsmmc", + .devname = "s3c-sdhci.1", .parent = &clk_h, .enable = s3c2443_clkcon_enable_h, .ctrlbit = S3C2443_HCLKCON_HSMMC,