Skip to content
Snippets Groups Projects
Commit ae932cf6 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

clk: uniphier: add Media I/O clock driver support for PH1-LD11

parent 667dbcd0
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment