diff mbox series

[2/2] thermal: uniphier: add UniPhier PXs3 support

Message ID 1522381880-18892-3-git-send-email-hayashi.kunihiko@socionext.com
State Accepted
Commit 2d3c4cfd56d8629bde279492d462f2167eafad5f
Headers show
Series [1/2] dt-bindings: thermal: uniphier: add a compatible string for PXs3 | expand

Commit Message

Kunihiko Hayashi March 30, 2018, 3:51 a.m. UTC
Add support for UniPhier PXs3 SoC. It is equivalent to LD20.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>

---
 drivers/thermal/uniphier_thermal.c | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.7.4
diff mbox series

Patch

diff --git a/drivers/thermal/uniphier_thermal.c b/drivers/thermal/uniphier_thermal.c
index 9570473..55477d7 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);