diff options
author | Fabrizio Castro <fabrizio.castro@bp.renesas.com> | 2018-08-17 15:53:03 +0100 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2018-08-24 16:34:50 -0700 |
commit | 1d9e6cf3c8537c14ad979a9c02ce4e674e5f50e8 (patch) | |
tree | d106d18de4dca9e9e172a521794b36720bc495d7 /drivers/thermal | |
parent | a92bab8919e3fb0dfb58e79d9a452507b389fd77 (diff) | |
download | linux-1d9e6cf3c8537c14ad979a9c02ce4e674e5f50e8.tar.gz linux-1d9e6cf3c8537c14ad979a9c02ce4e674e5f50e8.tar.bz2 linux-1d9e6cf3c8537c14ad979a9c02ce4e674e5f50e8.zip |
thermal: rcar_gen3_thermal: Add r8a774a1 support
Add r8a774a1 specific compatible string.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/rcar_gen3_thermal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/rcar_gen3_thermal.c b/drivers/thermal/rcar_gen3_thermal.c index 766521eb7071..53904fbc66c6 100644 --- a/drivers/thermal/rcar_gen3_thermal.c +++ b/drivers/thermal/rcar_gen3_thermal.c @@ -327,6 +327,7 @@ static void rcar_gen3_thermal_init(struct rcar_gen3_thermal_tsc *tsc) } static const struct of_device_id rcar_gen3_thermal_dt_ids[] = { + { .compatible = "renesas,r8a774a1-thermal", }, { .compatible = "renesas,r8a7795-thermal", }, { .compatible = "renesas,r8a7796-thermal", }, { .compatible = "renesas,r8a77965-thermal", }, |