From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756013AbdJJDZb (ORCPT ); Mon, 9 Oct 2017 23:25:31 -0400 Received: from mail-pf0-f170.google.com ([209.85.192.170]:52511 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755048AbdJJDZ3 (ORCPT ); Mon, 9 Oct 2017 23:25:29 -0400 X-Google-Smtp-Source: AOwi7QCx0ap6c7gH5zszRkN2flwlnMC/v5WldcuZaw3BAAvkwT+S//xwGdK4GPW1+5WHvunHmE+yKA== Date: Tue, 10 Oct 2017 08:55:25 +0530 From: Viresh Kumar To: "Rafael J . Wysocki" Cc: Masahiro Yamada , linux-pm@vger.kernel.org, "Rafael J. Wysocki" , linux-kernel@vger.kernel.org Subject: Re: [PATCH] cpufreq: dt-platdev: drop socionext,uniphier-ld6b from whitelist Message-ID: <20171010032525.GE4031@vireshk-i7> References: <1504021023-12459-1-git-send-email-yamada.masahiro@socionext.com> <20170914212655.GD11836@ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170914212655.GD11836@ubuntu> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14-09-17, 14:26, Viresh Kumar wrote: > On 30-08-17, 00:37, Masahiro Yamada wrote: > > As you see arch/arm/boot/dts/uniphier-ld6b.dtsi, it includes > > uniphier-pxs2.dtsi, which uses "operating-points-v2" property > > and whose cpufreq device is automatically created. > > > > Signed-off-by: Masahiro Yamada > > --- > > > > drivers/cpufreq/cpufreq-dt-platdev.c | 2 -- > > 1 file changed, 2 deletions(-) > > > > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c > > index a020da7940d6..c344fc1c4eb8 100644 > > --- a/drivers/cpufreq/cpufreq-dt-platdev.c > > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c > > @@ -83,8 +83,6 @@ static const struct of_device_id whitelist[] __initconst = { > > { .compatible = "rockchip,rk3368", }, > > { .compatible = "rockchip,rk3399", }, > > > > - { .compatible = "socionext,uniphier-ld6b", }, > > - > > { .compatible = "st-ericsson,u8500", }, > > { .compatible = "st-ericsson,u8540", }, > > { .compatible = "st-ericsson,u9500", }, > > Acked-by: Viresh Kumar @Rafael: You missed my Ack while applying this patch ? -- viresh