Skip to content

Commit fb6de59

Browse files
khayash1dlezcano
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]>
1 parent 5041e63 commit fb6de59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/thermal/uniphier_thermal.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@ static const struct of_device_id uniphier_tm_dt_ids[] = {
358358
.compatible = "socionext,uniphier-pxs3-thermal",
359359
.data = &uniphier_ld20_tm_data,
360360
},
361+
{
362+
.compatible = "socionext,uniphier-nx1-thermal",
363+
.data = &uniphier_ld20_tm_data,
364+
},
361365
{ /* sentinel */ }
362366
};
363367
MODULE_DEVICE_TABLE(of, uniphier_tm_dt_ids);

0 commit comments

Comments
 (0)