]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
clk: uniphier: add Media I/O clock driver support for PH1-LD20
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 21 Apr 2016 05:43:21 +0000 (14:43 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
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 <yamada.masahiro@socionext.com>
drivers/clk/uniphier/clk-uniphier-mio.c

index d91ae34da1cf1c3b3a8b31c7f6a5aa640e1d2056..a2b0e80a33948eb65bec6342f756d83205877622 100644 (file)
@@ -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 */ }
 };