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 37A1BC77B73 for ; Tue, 6 Jun 2023 11:31:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235855AbjFFLbv (ORCPT ); Tue, 6 Jun 2023 07:31:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55218 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229879AbjFFLbv (ORCPT ); Tue, 6 Jun 2023 07:31:51 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50239B1; Tue, 6 Jun 2023 04:31:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1686051110; x=1717587110; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=PX4wIJsd0NfghjQ/uFE2ySZMqtdfL0c7FgIDmxAuXAg=; b=EmefW5k/qjg0vop9SHsOkiZslyAtKTM+KimyR5Z8oqx2HJ1ABOcHh8O+ WfcyHXJt9sgqRPSA4xP2EOYPdgxrIaeAQ67FfrJfJqBofA7OZS2ypjF34 VdTgrRxds2jsZG79n5a6LssD1ZeHUrSqD23ILIE6FLvTezyvxtYTGRf5A 6NioUXYC5oW5PJwhpi5sRe9BCLzisTxLZsVW6vqyfUEN8bSpj/rg8musF IKF5SwR9LiG9bRet6CDWMSY8pi3ssRyJKEtdEK07OMXyaRskrj24yNeVK lvw64o67qi78LsjuLheib3UlduLFxwx5OluY+E/Rv2KewconKbUDEJzq7 A==; X-IronPort-AV: E=Sophos;i="6.00,221,1681196400"; d="asc'?scan'208";a="155753414" X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 06 Jun 2023 04:31:49 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Tue, 6 Jun 2023 04:31:47 -0700 Received: from wendy (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21 via Frontend Transport; Tue, 6 Jun 2023 04:31:45 -0700 Date: Tue, 6 Jun 2023 12:31:21 +0100 From: Conor Dooley To: Viresh Kumar CC: Mason Huo , "Rafael J. Wysocki" , Emil Renner Berthing , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Shengyu Qu , , , , Subject: Re: [PATCH v4 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist Message-ID: <20230606-unsmooth-slip-c80fab59c9b4@wendy> References: <20230606105656.124355-1-mason.huo@starfivetech.com> <20230606105656.124355-3-mason.huo@starfivetech.com> <20230606110804.qns4rolrrj2gku6w@vireshk-i7> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="PVnj5Dy2DGpzU6zM" Content-Disposition: inline In-Reply-To: <20230606110804.qns4rolrrj2gku6w@vireshk-i7> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org --PVnj5Dy2DGpzU6zM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. > >=20 > > Signed-off-by: Mason Huo > > --- > > drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++ > > 1 file changed, 2 insertions(+) > >=20 > > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpu= freq-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[] __initco= nst =3D { > > { .compatible =3D "st-ericsson,u9500", }, > > { .compatible =3D "st-ericsson,u9540", }, > > =20 > > + { .compatible =3D "starfive,jh7110", }, > > + > > { .compatible =3D "ti,omap2", }, > > { .compatible =3D "ti,omap4", }, > > { .compatible =3D "ti,omap5", }, >=20 > I thought I already merged it ? You did, 4b4c0d37164c ("cpufreq: dt-platdev: Add JH7110 SOC to the allowlist"). --PVnj5Dy2DGpzU6zM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZH8ZCQAKCRB4tDGHoIJi 0rJnAQDaPUiev8/jv4DVEX6KPrP+2lQ61lVWp7MZRr2EUXwcuwD/RmDLMvupVtZR NAUW47q4A9h7saZRU5kbxp63KRZKOAQ= =RJ+E -----END PGP SIGNATURE----- --PVnj5Dy2DGpzU6zM--