From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f42.google.com ([209.85.220.42]:33173 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751730AbcEJFHu (ORCPT ); Tue, 10 May 2016 01:07:50 -0400 Received: by mail-pa0-f42.google.com with SMTP id xk12so1237118pac.0 for ; Mon, 09 May 2016 22:07:50 -0700 (PDT) Date: Tue, 10 May 2016 10:37:46 +0530 From: Viresh Kumar To: Khiem Nguyen Cc: Geert Uytterhoeven , "Rafael J. Wysocki" , Simon Horman , Magnus Damm , Laurent Pinchart , "linux-clk@vger.kernel.org" , "linux-renesas-soc@vger.kernel.org" , Toru Oishi , "linux-pm@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 2/2] cpufreq: rcar: Add support for R8A7796 SoC Message-ID: <20160510050746.GD2790@vireshk-i7> References: <1462372543-31835-1-git-send-email-geert+renesas@glider.be> <5731664D.1030909@rvc.renesas.com> <573169CD.8050607@rvc.renesas.com> <57316A4E.7040100@rvc.renesas.com> <57316AB0.5040004@rvc.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <57316AB0.5040004@rvc.renesas.com> Sender: linux-clk-owner@vger.kernel.org List-ID: On 10-05-16, 11:59, Khiem Nguyen wrote: > Signed-off-by: Khiem Nguyen > --- > drivers/cpufreq/cpufreq-dt-platdev.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c > b/drivers/cpufreq/cpufreq-dt-platdev.c > index 32f6dda..7d038fd 100644 > --- a/drivers/cpufreq/cpufreq-dt-platdev.c > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c > @@ -54,6 +54,7 @@ static const struct of_device_id machines[] __initconst = > { > { .compatible = "renesas,r8a7793", }, > { .compatible = "renesas,r8a7794", }, > { .compatible = "renesas,r8a7795", }, > + { .compatible = "renesas,r8a7796", }, > { .compatible = "renesas,sh73a0", }, > > { .compatible = "rockchip,rk2928", }, Well, you could have done that in the same patch. But I don't mind two patches now. Acked-by: Viresh Kumar -- viresh