Skip to content

Commit

Permalink
clk: samsung: add more aliases for s3c24xx
Browse files Browse the repository at this point in the history
Without these aliases clock lookup fails in s3c2410fb,
s3cmci, s3c2410-nand, s3c24xx-i2s, and i2c-s3c2410 drivers.

Signed-off-by: Vasily Khoruzhick <[email protected]>
Reviewed-by: Heiko Stuebner <[email protected]>
Signed-off-by: Tomasz Figa <[email protected]>
  • Loading branch information
anarsoul authored and Tomasz Figa committed Jun 30, 2014
1 parent cec1cde commit 34ece9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/clk/samsung/clk-s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ struct samsung_clock_alias s3c2410_common_aliases[] __initdata = {
ALIAS(HCLK, NULL, "hclk"),
ALIAS(MPLL, NULL, "mpll"),
ALIAS(FCLK, NULL, "fclk"),
ALIAS(PCLK, NULL, "watchdog"),
ALIAS(PCLK_SDI, NULL, "sdi"),
ALIAS(HCLK_NAND, NULL, "nand"),
ALIAS(PCLK_I2S, NULL, "iis"),
ALIAS(PCLK_I2C, NULL, "i2c"),
};

/* S3C2410 specific clocks */
Expand Down

0 comments on commit 34ece9e

Please sign in to comment.