projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1001354
)
clk: uniphier: add system clock support for sLD3 SoC
author
Masahiro Yamada
<
[email protected]
>
Sun, 16 Oct 2016 15:11:14 +0000
(
00:11
+0900)
committer
Stephen Boyd
<
[email protected]
>
Mon, 17 Oct 2016 22:20:50 +0000
(15:20 -0700)
I do not know why, but I missed to add this compatible string in
the initial commit of this driver.
Signed-off-by: Masahiro Yamada <
[email protected]
>
Signed-off-by: Stephen Boyd <
[email protected]
>
drivers/clk/uniphier/clk-uniphier-core.c
patch
|
blob
|
history
diff --git
a/drivers/clk/uniphier/clk-uniphier-core.c
b/drivers/clk/uniphier/clk-uniphier-core.c
index 5ffb898d0839df896ac7a82b266c46202bbdf0e9..f4e0f6be5f33ae6098616619ecc57e91a79a2e3d 100644
(file)
--- a/
drivers/clk/uniphier/clk-uniphier-core.c
+++ b/
drivers/clk/uniphier/clk-uniphier-core.c
@@
-110,6
+110,10
@@
static int uniphier_clk_remove(struct platform_device *pdev)
static const struct of_device_id uniphier_clk_match[] = {
/* System clock */
+ {
+ .compatible = "socionext,uniphier-sld3-clock",
+ .data = uniphier_sld3_sys_clk_data,
+ },
{
.compatible = "socionext,uniphier-ld4-clock",
.data = uniphier_ld4_sys_clk_data,