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:
3d97087
)
clk: uniphier: add Media I/O clock driver support for PH1-LD20
author
Masahiro Yamada
<
[email protected]
>
Thu, 21 Apr 2016 05:43:21 +0000
(14:43 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Sun, 24 Apr 2016 00:54:10 +0000
(09:54 +0900)
PH1-LD20 needs this for its SD card controller.
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 d91ae34da1cf1c3b3a8b31c7f6a5aa640e1d2056..a2b0e80a33948eb65bec6342f756d83205877622 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-ld20-mioctrl",
+ .data = (ulong)&uniphier_mio_clk_data,
+ },
{ /* sentinel */ }
};