From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Yoshihiro Kaneko Subject: [PATCH/RFT 2/2] thermal: rcar_thermal: add R8A77990 support Date: Mon, 15 Oct 2018 23:11:59 +0900 Message-Id: <1539612719-9650-3-git-send-email-ykaneko0929@gmail.com> In-Reply-To: <1539612719-9650-1-git-send-email-ykaneko0929@gmail.com> References: <1539612719-9650-1-git-send-email-ykaneko0929@gmail.com> To: linux-pm@vger.kernel.org Cc: Zhang Rui , Eduardo Valentin , Rob Herring , Simon Horman , Magnus Damm , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org List-ID: Add support for R-Car E3 (R8A77990) thermal support. Signed-off-by: Yoshihiro Kaneko --- drivers/thermal/rcar_thermal.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c index 78f9328..b1bc5c1 100644 --- a/drivers/thermal/rcar_thermal.c +++ b/drivers/thermal/rcar_thermal.c @@ -113,6 +113,10 @@ struct rcar_thermal_priv { .data = &rcar_gen2_thermal, }, { + .compatible = "renesas,thermal-r8a77990", + .data = &rcar_gen3_thermal, + }, + { .compatible = "renesas,thermal-r8a77995", .data = &rcar_gen3_thermal, }, -- 1.9.1