|
@@ -296,6 +296,10 @@ static const struct udevice_id uniphier_clk_match[] = {
|
|
.compatible = "socionext,uniphier-ld20-clock",
|
|
.compatible = "socionext,uniphier-ld20-clock",
|
|
.data = (ulong)uniphier_ld20_sys_clk_data,
|
|
.data = (ulong)uniphier_ld20_sys_clk_data,
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ .compatible = "socionext,uniphier-pxs3-clock",
|
|
|
|
+ .data = (ulong)uniphier_pxs3_sys_clk_data,
|
|
|
|
+ },
|
|
/* Media I/O clock */
|
|
/* Media I/O clock */
|
|
{
|
|
{
|
|
.compatible = "socionext,uniphier-ld4-mio-clock",
|
|
.compatible = "socionext,uniphier-ld4-mio-clock",
|
|
@@ -325,6 +329,10 @@ static const struct udevice_id uniphier_clk_match[] = {
|
|
.compatible = "socionext,uniphier-ld20-sd-clock",
|
|
.compatible = "socionext,uniphier-ld20-sd-clock",
|
|
.data = (ulong)uniphier_mio_clk_data,
|
|
.data = (ulong)uniphier_mio_clk_data,
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ .compatible = "socionext,uniphier-pxs3-sd-clock",
|
|
|
|
+ .data = (ulong)uniphier_mio_clk_data,
|
|
|
|
+ },
|
|
{ /* sentinel */ }
|
|
{ /* sentinel */ }
|
|
};
|
|
};
|
|
|
|
|