Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[oweals/u-boot.git] / drivers / clk / uniphier / clk-uniphier-mio.c
index d91ae34da1cf1c3b3a8b31c7f6a5aa640e1d2056..2eea5ebc2ae2a0684d58c0b04175f8e1cfeeb4f8 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * Copyright (C) 2016 Masahiro Yamada <yamada.masahiro@socionext.com>
+ * Copyright (C) 2016 Socionext Inc.
+ *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include <clk.h>
 #include <dm/device.h>
 
 #include "clk-uniphier.h"
@@ -164,6 +164,14 @@ 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,
+       },
        { /* sentinel */ }
 };
 
@@ -172,7 +180,6 @@ U_BOOT_DRIVER(uniphier_mio_clk) = {
        .id = UCLASS_CLK,
        .of_match = uniphier_mio_clk_match,
        .probe = uniphier_clk_probe,
-       .remove = uniphier_clk_remove,
        .priv_auto_alloc_size = sizeof(struct uniphier_clk_priv),
        .ops = &uniphier_clk_ops,
 };