arm: dts: k3-am654: Update power-domains property for each node
[oweals/u-boot.git] / drivers / clk / uniphier / clk-uniphier-core.c
index 3d1d411e79201361a51f0a1908824e815707c8bd..1da63819e7db62f86b95d8ce3d4561dac8dad7bb 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2016-2017 Socionext Inc.
  *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -296,6 +295,10 @@ static const struct udevice_id uniphier_clk_match[] = {
                .compatible = "socionext,uniphier-ld20-clock",
                .data = (ulong)uniphier_ld20_sys_clk_data,
        },
+       {
+               .compatible = "socionext,uniphier-pxs3-clock",
+               .data = (ulong)uniphier_pxs3_sys_clk_data,
+       },
        /* Media I/O clock */
        {
                .compatible = "socionext,uniphier-ld4-mio-clock",
@@ -325,6 +328,10 @@ static const struct udevice_id uniphier_clk_match[] = {
                .compatible = "socionext,uniphier-ld20-sd-clock",
                .data = (ulong)uniphier_mio_clk_data,
        },
+       {
+               .compatible = "socionext,uniphier-pxs3-sd-clock",
+               .data = (ulong)uniphier_mio_clk_data,
+       },
        { /* sentinel */ }
 };