projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
667dbcd
)
clk: uniphier: add Media I/O clock driver support for PH1-LD11
author
Masahiro Yamada
<
[email protected]
>
Tue, 24 May 2016 12:14:02 +0000
(21:14 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Wed, 25 May 2016 15:37:13 +0000
(
00:37
+0900)
Signed-off-by: Masahiro Yamada <
[email protected]
>
drivers/clk/uniphier/clk-uniphier-mio.c
patch
|
blob
|
history
diff --git
a/drivers/clk/uniphier/clk-uniphier-mio.c
b/drivers/clk/uniphier/clk-uniphier-mio.c
index a2b0e80a33948eb65bec6342f756d83205877622..c6ecd119bd6f1496e0a8bb2520d1aba5895dce2e 100644
(file)
--- a/
drivers/clk/uniphier/clk-uniphier-mio.c
+++ b/
drivers/clk/uniphier/clk-uniphier-mio.c
@@
-164,6
+164,10
@@
static const struct udevice_id uniphier_mio_clk_match[] = {
.compatible = "socionext,proxstream2-mioctrl",
.data = (ulong)&uniphier_mio_clk_data,
},
+ {
+ .compatible = "socionext,ph1-ld11-mioctrl",
+ .data = (ulong)&uniphier_mio_clk_data,
+ },
{
.compatible = "socionext,ph1-ld20-mioctrl",
.data = (ulong)&uniphier_mio_clk_data,