From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AAC86C7EE37 for ; Wed, 7 Jun 2023 02:04:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240078AbjFGCEx convert rfc822-to-8bit (ORCPT ); Tue, 6 Jun 2023 22:04:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233998AbjFGCEw (ORCPT ); Tue, 6 Jun 2023 22:04:52 -0400 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C27AD3; Tue, 6 Jun 2023 19:04:49 -0700 (PDT) Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id 6610C24E254; Wed, 7 Jun 2023 10:04:38 +0800 (CST) Received: from EXMBX068.cuchost.com (172.16.6.68) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 7 Jun 2023 10:04:38 +0800 Received: from EXMBX067.cuchost.com (172.16.6.67) by EXMBX068.cuchost.com (172.16.6.68) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 7 Jun 2023 10:04:37 +0800 Received: from EXMBX067.cuchost.com ([fe80::a825:bd30:18ff:b2f8]) by EXMBX067.cuchost.com ([fe80::a825:bd30:18ff:b2f8%16]) with mapi id 15.00.1497.044; Wed, 7 Jun 2023 10:04:37 +0800 From: Mason Huo To: Conor Dooley , Viresh Kumar CC: "Rafael J. Wysocki" , Emil Renner Berthing , Rob Herring , Krzysztof Kozlowski , Conor Dooley , "Paul Walmsley" , Palmer Dabbelt , Albert Ou , Shengyu Qu , "linux-pm@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-riscv@lists.infradead.org" Subject: Re: [PATCH v4 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist Thread-Topic: [PATCH v4 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist Thread-Index: AdmY3zKiK3gdrfFbSMGgpG/WG54SYA== Date: Wed, 7 Jun 2023 02:04:37 +0000 Message-ID: References: <20230606105656.124355-1-mason.huo@starfivetech.com> <20230606105656.124355-3-mason.huo@starfivetech.com> <20230606110804.qns4rolrrj2gku6w@vireshk-i7> <20230606-unsmooth-slip-c80fab59c9b4@wendy> In-Reply-To: <20230606-unsmooth-slip-c80fab59c9b4@wendy> Accept-Language: en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [183.27.98.122] x-yovoleruleagent: yovoleflag Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Viresh & Conor, Sorry for the confusion. Should I re-send the patch series and remove this patch? Or you can just ignore it? Thanks Mason > On Tue, Jun 06, 2023 at 04:38:04PM +0530, Viresh Kumar wrote: > > On 06-06-23, 18:56, Mason Huo wrote: > > > Add the compatible strings for supporting the generic cpufreq driver > > > on the StarFive JH7110 SoC. > > > > > > Signed-off-by: Mason Huo > > > --- > > > drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++ > > > 1 file changed, 2 insertions(+) > > > > > > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c > > > b/drivers/cpufreq/cpufreq-dt-platdev.c > > > index 338cf6cc6596..14aa8281c7f4 100644 > > > --- a/drivers/cpufreq/cpufreq-dt-platdev.c > > > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c > > > @@ -85,6 +85,8 @@ static const struct of_device_id allowlist[] __initconst = { > > > { .compatible = "st-ericsson,u9500", }, > > > { .compatible = "st-ericsson,u9540", }, > > > > > > + { .compatible = "starfive,jh7110", }, > > > + > > > { .compatible = "ti,omap2", }, > > > { .compatible = "ti,omap4", }, > > > { .compatible = "ti,omap5", }, > > > > I thought I already merged it ? > > You did, 4b4c0d37164c ("cpufreq: dt-platdev: Add JH7110 SOC to the allowlist").