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 C2A6AC7EE23 for ; Fri, 26 May 2023 14:45:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230005AbjEZOpP (ORCPT ); Fri, 26 May 2023 10:45:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243787AbjEZOpM (ORCPT ); Fri, 26 May 2023 10:45:12 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B50FBE4C; Fri, 26 May 2023 07:44:46 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 34QEhvCp030830; Fri, 26 May 2023 09:43:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1685112237; bh=USyh1C0gDQk15XJxL0gneqmA6xncI/cx+HYb+2vZD7g=; h=From:To:CC:Subject:Date; b=cvyX+szw+zkFjBZudWKP2lX2ip8vGaUUN9P0MH4UwVeWkh+qu2i+zezq+zXFVtqGP UC+dpLtoNYkqOiFntJzuyvjYZboHvmeH4hfwRHRSv2XYW4haXVNOtw12vPETOjsF4U odRMiP0MR3i1zHCMQzwGbVmNoJH3yD2p31FfLAbw= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 34QEhvAs100155 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 26 May 2023 09:43:57 -0500 Received: from DLEE112.ent.ti.com (157.170.170.23) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 26 May 2023 09:43:57 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 26 May 2023 09:43:57 -0500 Received: from udb0866455.dhcp.ti.com (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 34QEhvYD030934; Fri, 26 May 2023 09:43:57 -0500 From: Vibhore Vardhan To: , CC: , , , , Vibhore Vardhan Subject: [PATCH 0/2] cpufreq: ti-cpufreq: Enable AM62A7 CPUFreq Date: Fri, 26 May 2023 09:43:52 -0500 Message-ID: <20230526144354.38478-1-vibhore@ti.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi, This series adds cpufreq support for TI AM62A7 SoC. AM62A7 has the same A53 and efuse configuration as AM625. Thus, soc_data from AM625 is reused. This series adds compatible string for AM62A7 to ti-cpufreq and cpufreq-dt-platdev drivers respectively. Tested on am62a-sk board using manual frequency changes and then reading back frequency with k3conf, and this shows matching frequency to what was set. Link to the complete series including the DT patches: https://github.com/DhruvaG2000/v-linux/commits/am62a_cpufreq_2023 Based on patch series for AM625 by Dave Gerlach. Regards, Vibhore Vibhore Vardhan (2): cpufreq: ti-cpufreq: Add support for AM62A7 cpufreq: dt-platdev: Blacklist ti,am62a7 SoC drivers/cpufreq/cpufreq-dt-platdev.c | 1 + drivers/cpufreq/ti-cpufreq.c | 1 + 2 files changed, 2 insertions(+) -- 2.34.1