|
@@ -365,6 +365,10 @@ static const struct of_device_id uniphier_tm_dt_ids[] = {
|
|
|
.compatible = "socionext,uniphier-ld20-thermal",
|
|
|
.data = &uniphier_ld20_tm_data,
|
|
|
},
|
|
|
+ {
|
|
|
+ .compatible = "socionext,uniphier-pxs3-thermal",
|
|
|
+ .data = &uniphier_ld20_tm_data,
|
|
|
+ },
|
|
|
{ /* sentinel */ }
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, uniphier_tm_dt_ids);
|