浏览代码

thermal: uniphier: add UniPhier PXs3 support

Add support for UniPhier PXs3 SoC. It is equivalent to LD20.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Kunihiko Hayashi 7 年之前
父节点
当前提交
2d3c4cfd56
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      drivers/thermal/uniphier_thermal.c

+ 4 - 0
drivers/thermal/uniphier_thermal.c

@@ -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);