提交 2d3c4cfd 编写于 作者: K Kunihiko Hayashi 提交者: Eduardo Valentin

thermal: uniphier: add UniPhier PXs3 support

Add support for UniPhier PXs3 SoC. It is equivalent to LD20.
Signed-off-by: NKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: NEduardo Valentin <edubezval@gmail.com>
上级 e855ec08
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册