projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5958a9
)
clk: samsung: Add CLKOUT driver support for Exynos5433 SoC
author
Inha Song
<ideal.song@samsung.com>
Tue, 3 Feb 2015 00:13:57 +0000
(09:13 +0900)
committer
Sylwester Nawrocki
<s.nawrocki@samsung.com>
Thu, 5 Feb 2015 18:31:09 +0000
(19:31 +0100)
This patch add CLKOUT driver support for Exynos5433 SoC.
Signed-off-by: Inha Song <ideal.song@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/clk/samsung/clk-exynos-clkout.c
patch
|
blob
|
history
diff --git
a/drivers/clk/samsung/clk-exynos-clkout.c
b/drivers/clk/samsung/clk-exynos-clkout.c
index 3a7cb2506731c0ab04e4f3901e789588be8211af..1eb16b868421ca371cf8f412ec89deb1b94d68bf 100644
(file)
--- a/
drivers/clk/samsung/clk-exynos-clkout.c
+++ b/
drivers/clk/samsung/clk-exynos-clkout.c
@@
-151,3
+151,5
@@
CLK_OF_DECLARE(exynos5250_clkout, "samsung,exynos5250-pmu",
exynos5_clkout_init);
CLK_OF_DECLARE(exynos5420_clkout, "samsung,exynos5420-pmu",
exynos5_clkout_init);
+CLK_OF_DECLARE(exynos5433_clkout, "samsung,exynos5433-pmu",
+ exynos5_clkout_init);