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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 12B6FC7EE23 for ; Tue, 23 May 2023 19:45:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 740FF847BF; Tue, 23 May 2023 21:45:27 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="nK/I1Ngo"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 22357820F2; Tue, 23 May 2023 21:45:25 +0200 (CEST) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 43D208467A for ; Tue, 23 May 2023 21:45:21 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=nm@ti.com Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 34NJj2I5118950; Tue, 23 May 2023 14:45:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1684871102; bh=DcfCN2lJybcH67aBIORDVkClq5JHA7psGxVh1VDvVNM=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=nK/I1NgootNc4DnKWJXkmw4VrOiz+DnWok/YggEqTmsNqiZDUcfDd6CbtviaoJbzG MQwozub4tbC56ACBehSnRrQDmSo2OepMLbHdO8GoE86dgMmtmMcKh37vSgoEu+TzBn HDdg+0dfPq2+RCIoCHWlL+D7fX0U80X92krEaUnQ= 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 34NJj2tx009181 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 23 May 2023 14:45:02 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) 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, 23 May 2023 14:45:02 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE102.ent.ti.com (10.64.6.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; Tue, 23 May 2023 14:45:02 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 34NJj12Q055502; Tue, 23 May 2023 14:45:02 -0500 Date: Tue, 23 May 2023 14:45:01 -0500 From: Nishanth Menon To: Tom Rini CC: Neha Malcom Francis , , , , , , Subject: Re: [PATCH 0/4] ESM support for J721E and J7200 Message-ID: <20230523194501.upeeesro7ptlccvc@grinch> References: <20230523074951.176649-1-n-francis@ti.com> <20230523135629.GD3218766@bill-the-cat> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20230523135629.GD3218766@bill-the-cat> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean On 09:56-20230523, Tom Rini wrote: > On Tue, May 23, 2023 at 01:19:47PM +0530, Neha Malcom Francis wrote: > > > Add support for ESM (Error Signalling Module) in J721E and J7200. The > > ESM error pin output is routed to the PMIC (Power Management IC) which > > can reset the board. The dts nodes for SoC ESM modules are added (if > > not already) to enable them. > > > > Gowtham Tammana (2): > > arm: dts: k3-j7200: Add Main domain ESM support > > board: ti: j721e: initialize ESM support for J7200 SOM > > > > Neha Malcom Francis (2): > > arm: dts: k3-j721e: Refine MAIN domain ESM support > > configs: j7200_evm_r5: Add ESM config for J7200 > > > > arch/arm/dts/k3-j7200-main.dtsi | 7 +++++++ > > arch/arm/dts/k3-j7200.dtsi | 1 + > > arch/arm/dts/k3-j721e-main.dtsi | 7 +++++++ > > arch/arm/dts/k3-j721e-r5-common-proc-board.dts | 9 --------- > > arch/arm/dts/k3-j721e.dtsi | 1 + > > board/ti/j721e/evm.c | 3 ++- > > configs/j7200_evm_r5_defconfig | 1 + > > 7 files changed, 19 insertions(+), 10 deletions(-) > > Since we're touching the dts files, adding Nishanth. Easy NAK ;) -> K.org master first please. and then sync back and we dont need to do these piecemeal fixups. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D