Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

thermal/drivers/uniphier: Add compatible string for NX1 SoC

Add basic support for UniPhier NX1 SoC. This includes a compatible string
and the same SoC-dependent data as LD20 SoC.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/1634520891-16801-3-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Kunihiko Hayashi and committed by
Daniel Lezcano
fb6de59d 5041e63a

+4
+4
drivers/thermal/uniphier_thermal.c
··· 358 358 .compatible = "socionext,uniphier-pxs3-thermal", 359 359 .data = &uniphier_ld20_tm_data, 360 360 }, 361 + { 362 + .compatible = "socionext,uniphier-nx1-thermal", 363 + .data = &uniphier_ld20_tm_data, 364 + }, 361 365 { /* sentinel */ } 362 366 }; 363 367 MODULE_DEVICE_TABLE(of, uniphier_tm_dt_ids);