forked from luck/tmp_suning_uos_patched
thermal: rcar_thermal: add R8A77990 support
Add support for R-Car E3 (R8A77990) thermal support. Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
This commit is contained in:
parent
6471a52dee
commit
e36e13003e
|
@ -120,6 +120,10 @@ static const struct of_device_id rcar_thermal_dt_ids[] = {
|
|||
.compatible = "renesas,thermal-r8a77970",
|
||||
.data = &rcar_gen3_thermal,
|
||||
},
|
||||
{
|
||||
.compatible = "renesas,thermal-r8a77990",
|
||||
.data = &rcar_gen3_thermal,
|
||||
},
|
||||
{
|
||||
.compatible = "renesas,thermal-r8a77995",
|
||||
.data = &rcar_gen3_thermal,
|
||||
|
|
Loading…
Reference in New Issue
Block a user