mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 07:10:27 +00:00
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>
This commit is contained in:
parent
e855ec0845
commit
2d3c4cfd56
@ -365,6 +365,10 @@ static const struct of_device_id uniphier_tm_dt_ids[] = {
|
|||||||
.compatible = "socionext,uniphier-ld20-thermal",
|
.compatible = "socionext,uniphier-ld20-thermal",
|
||||||
.data = &uniphier_ld20_tm_data,
|
.data = &uniphier_ld20_tm_data,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.compatible = "socionext,uniphier-pxs3-thermal",
|
||||||
|
.data = &uniphier_ld20_tm_data,
|
||||||
|
},
|
||||||
{ /* sentinel */ }
|
{ /* sentinel */ }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, uniphier_tm_dt_ids);
|
MODULE_DEVICE_TABLE(of, uniphier_tm_dt_ids);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user