summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/uniphier_thermal.c
diff options
context:
space:
mode:
authorKunihiko Hayashi2018-03-30 05:51:20 +0200
committerEduardo Valentin2018-05-06 23:46:08 +0200
commit2d3c4cfd56d8629bde279492d462f2167eafad5f (patch)
treeb2e5cef1571db6831784735876ee879173a4d717 /drivers/thermal/uniphier_thermal.c
parentdt-bindings: thermal: uniphier: add a compatible string for PXs3 (diff)
downloadkernel-qcow2-linux-2d3c4cfd56d8629bde279492d462f2167eafad5f.tar.gz
kernel-qcow2-linux-2d3c4cfd56d8629bde279492d462f2167eafad5f.tar.xz
kernel-qcow2-linux-2d3c4cfd56d8629bde279492d462f2167eafad5f.zip
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>
Diffstat (limited to 'drivers/thermal/uniphier_thermal.c')
-rw-r--r--drivers/thermal/uniphier_thermal.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/thermal/uniphier_thermal.c b/drivers/thermal/uniphier_thermal.c
index 95704732f760..55477d74d591 100644
--- a/drivers/thermal/uniphier_thermal.c
+++ b/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);