From patchwork Mon Jul 31 12:44:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jai Luthra X-Patchwork-Id: 13334565 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 54DBFC00528 for ; Mon, 31 Jul 2023 12:46:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:CC:To:In-Reply-To:References:Message-ID :MIME-Version:Subject:Date:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=z+ZeFBfvbza1unlaJGhyiNVJIuqe3K5Qh2XyF+C7f78=; b=XfClYoqQ5dGjPK gKPjkv25AbbBX5gvRiMOS2zR5/BP8Ozxus4v18oGLju2xyZS8e5A6rRJL+s5p79CJEFH3gIHpdQ2U nLjklG6fUs6F4EJjQzICnHSZBchCRAeMo+8tKxee26HbL1TatbcLun3XfN1Jopom2K35pSea03BPN weA2I2bXuQ4pekUGG/nI/mvd5Z6OQj2Vl/sATLCKgW3HZ8tvOyE+r9Ip8N65rh2ZhHCavE3B68BoA TND9ERJAiM181lS0mR4G+rDWSpg7aKkvbK6LzDRSQB1N/aEKWFul9s5bwO0g9h9DjRwn+XNq6OETC i/LEUkDDBIGCs9npTaTg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qQSHK-00Fblg-2u; Mon, 31 Jul 2023 12:45:38 +0000 Received: from lelv0143.ext.ti.com ([198.47.23.248]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qQSHC-00FbiF-0S for linux-arm-kernel@lists.infradead.org; Mon, 31 Jul 2023 12:45:31 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 36VCjLVG052749; Mon, 31 Jul 2023 07:45:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1690807521; bh=0SPxnqfcfXqJPJHs3ZuUuj1K0BeWP3lEXqx31mscRxs=; h=From:Date:Subject:References:In-Reply-To:To:CC; b=NWHNiKj0EA7uEIJz3quLOuXfpVBFR2EkLXL+PMM8ysxheJYi/g4MJTuR4ZCgx9cZN IHZGPw05uQfn84/PQhmXq0iteslspKCm0xu5TLMLBt0kV+sOjgrlSot432mX5pFh3X 9xKjzj2y6U2Br3NvyM/66dce6lvzXoTEs7JEpSz8= Received: from DLEE102.ent.ti.com (dlee102.ent.ti.com [157.170.170.32]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 36VCjLuP129524 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 31 Jul 2023 07:45:21 -0500 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 31 Jul 2023 07:45:20 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE114.ent.ti.com (157.170.170.25) 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; Mon, 31 Jul 2023 07:45:20 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 36VCjJLZ053839; Mon, 31 Jul 2023 07:45:19 -0500 From: Jai Luthra Date: Mon, 31 Jul 2023 18:14:42 +0530 Subject: [PATCH 5/5] arm64: defconfig: Enable TPS6593 PMIC for SK-AM62A MIME-Version: 1.0 Message-ID: <20230731-mcasp_am62a-v1-5-8bd137ffa8f1@ti.com> References: <20230731-mcasp_am62a-v1-0-8bd137ffa8f1@ti.com> In-Reply-To: <20230731-mcasp_am62a-v1-0-8bd137ffa8f1@ti.com> To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Catalin Marinas , Will Deacon CC: , , , Jai Luthra X-Mailer: b4 0.12.3 X-Developer-Signature: v=1; a=openpgp-sha256; l=819; i=j-luthra@ti.com; h=from:subject:message-id; bh=0ijyOKlC5ndUpjhAONPKbgHmRC/lYyw8qmoHFT7gdmc=; b=owEBbQKS/ZANAwAIAUPekfkkmnFFAcsmYgBkx6zaQrBUCUwdQO74KzDtYXrr5YpgT68L0VR/J v0FSy7sMzOJAjMEAAEIAB0WIQRN4NgY5dV16NRar8VD3pH5JJpxRQUCZMes2gAKCRBD3pH5JJpx RS0eD/0QjulXmCkUghLeoQFqcpKeHNiDXqjyJ7oULO4akslP8vI1WvxjVyzt+7wvYsbNcqlJDEe lMdPSLO1A2NM3R6LQ0BvA5baX8qGvfeAuPV+k3GA/lnbzwPz62TABPU4s7CzrP425vdGvso529z /AjBA+tAh/HioHc957AatgMDJKUPtImLIFh6X2YPKmn6rpXnjq9nyyIJn2mqiUEo8heazSyIprG 2gR/Fhe4sN96CyBhpifckYcvb2zLLZUOZnuzi5nHq37jT/Y/ExP7/AbguGjmtLrbzPiTbDaflBx t15EySsAL4JMdSJDY6htUm2bP58HXNWKbPUlymec86N7s8+vDUzv4cN1x7Rq61ByDyXVP+JwC/8 NhoBRjbYfRypxsUHVSTR2TV5s/3ORC9zdRylISpYZXKuvZNFahExeJfM9Nn+6PqnocWcv8bptqP COUNLgdKijt+zzJnLr7NepMbj16CHUmrx8h72ZBQkNSe8cQTjJZCwmwxjQmL29LguUuv6j4xGDu zU1ph4x6YxZ3efvvz2GI1uKnSUv/VZyymhYLQoib4PrVj+0ZU002RxW6sDBT+CLSD6p7ZUR0Hri yCIwyoTKnf9jMsTDIjmUAWBEgfX2DiPFLH5eFIi7ys+mgd/o++kojGYyU/qRe9lCQQSNJgN4HHN 2Qr2w3WALwCNHpQ== X-Developer-Key: i=j-luthra@ti.com; a=openpgp; fpr=4DE0D818E5D575E8D45AAFC543DE91F9249A7145 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230731_054530_266083_1B62FEFC X-CRM114-Status: UNSURE ( 9.85 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org SK-AM62A-LP uses TPS6593x PMIC (interfaced over I2C) to power the SoC and various other peripherals on the board [1]. Specifically, the audio codec (TLV320AIC3106) on the board relies on the PMIC for the DVDD (1.8V) supply. [1]: https://www.ti.com/lit/zip/sprr459 Signed-off-by: Jai Luthra Reviewed-by: Devarsh Thakkar --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 03fce1752521..9bcfa9b50876 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -714,6 +714,7 @@ CONFIG_MFD_SEC_CORE=y CONFIG_MFD_SL28CPLD=y CONFIG_RZ_MTU3=y CONFIG_MFD_TPS65219=y +CONFIG_MFD_TPS6594_I2C=m CONFIG_MFD_TI_AM335X_TSCADC=m CONFIG_MFD_ROHM_BD718XX=y CONFIG_MFD_WCD934X=m