From patchwork Tue Aug 6 21:46:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Judith Mendez X-Patchwork-Id: 13755358 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 E84A9C52D6F for ; Tue, 6 Aug 2024 21:47:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=F29SuFOs4OQfOAOJ4YsJ6xYZwxPOwouKUX/XoB9AI3I=; b=Ddg6vpqecoPqSdCVa4q+UWZYFc H9ae7OgAXFLBgELxaa0QPnNeb5cLMSewkHD1hY8f3gxmenA2kJhv66b+yWOPT5vkfJXobwdId0hyP LYkb9Ws96odDwcUgLoGTlU79rk5DN+rEnVAchRb8E7I3q5zQf7d+1t7gRFc/r0k7+wZBdCgtnech9 JZIEly+r9dLv/zHtf+K1LmTxc973EcspDnA5CKqfEqXDOVZ2XpBQyBPbZDZ3w3K34e1rZDsq1nMQn l6vsVEAmdVfVz1KUwTNpLwdwjPFUtoHkcXuXCi31dwtLsHgHiGj9o2z+GHSnD3FX0t8uD8+sJnGh2 TpzlDNew==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sbS1Y-000000031zD-02LU; Tue, 06 Aug 2024 21:47:20 +0000 Received: from fllv0016.ext.ti.com ([198.47.19.142]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sbS0P-000000031WH-2tIH for linux-arm-kernel@lists.infradead.org; Tue, 06 Aug 2024 21:46:11 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 476Lk5c4028458; Tue, 6 Aug 2024 16:46:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1722980765; bh=F29SuFOs4OQfOAOJ4YsJ6xYZwxPOwouKUX/XoB9AI3I=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=c/5RBt5IwLC1Xl8ADP+AqWd4qRvBBMEJaLKgX3y9u8fHHcED0UT31PG78VjwBPq0J 8DNXgS8pPFEkkcY0ISvMAN7VWxGGPFYm8Ysqee/k8OggWH9ZOjmw3FgJelT+bIjTUC cFKArzo0D8/5uVoKZ0iMRi96Y4f1iKIG4INaO1rs= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 476Lk57o024473 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 6 Aug 2024 16:46:05 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 6 Aug 2024 16:46:05 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE114.ent.ti.com (10.64.6.35) 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; Tue, 6 Aug 2024 16:46:05 -0500 Received: from judy-hp.dhcp.ti.com (judy-hp.dhcp.ti.com [128.247.81.105]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 476Lk5Qr100327; Tue, 6 Aug 2024 16:46:05 -0500 From: Judith Mendez To: Nishanth Menon , Vignesh Raghavendra CC: Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley , , , , Santhosh Kumar , Bryan Brattlof Subject: [PATCH 2/5] arm64: dts: ti: k3-am62p: Fix ESM interrupt sources Date: Tue, 6 Aug 2024 16:46:01 -0500 Message-ID: <20240806214605.3379881-3-jm@ti.com> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240806214605.3379881-1-jm@ti.com> References: <20240806214605.3379881-1-jm@ti.com> MIME-Version: 1.0 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-20240806_144609_821603_B61A23B1 X-CRM114-Status: GOOD ( 10.63 ) 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 Fix interrupt sources routed to the ESM0 as per [0], in 10.4.7 ESM0_INTERRUPT_MAP. [0] https://www.ti.com/lit/ug/spruj83/spruj83.pdf Fixes: b5080c7c1f7e ("arm64: dts: ti: k3-am62p: Add nodes for more IPs") Signed-off-by: Judith Mendez --- arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi index 9701fc69aed94..dc401290f13dd 100644 --- a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi @@ -260,7 +260,7 @@ main_pmx0: pinctrl@f4000 { main_esm: esm@420000 { compatible = "ti,j721e-esm"; reg = <0x00 0x420000 0x00 0x1000>; - ti,esm-pins = <160>, <161>, <162>, <163>, <177>, <178>; + ti,esm-pins = <224>, <225>, <227>, <241>, <242>, <248>; bootph-pre-ram; };