From: Kunihiko Hayashi Date: Fri, 30 Mar 2018 03:51:20 +0000 (+0900) Subject: thermal: uniphier: add UniPhier PXs3 support X-Git-Tag: v4.18-rc1~39^2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d3c4cfd56d8629bde279492d462f2167eafad5f;p=thirdparty%2Fkernel%2Flinux.git thermal: uniphier: add UniPhier PXs3 support Add support for UniPhier PXs3 SoC. It is equivalent to LD20. Signed-off-by: Kunihiko Hayashi Signed-off-by: Eduardo Valentin --- diff --git a/drivers/thermal/uniphier_thermal.c b/drivers/thermal/uniphier_thermal.c index 95704732f7605..55477d74d5911 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);