From patchwork Sun Oct 8 04:46:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "J, KEERTHY" X-Patchwork-Id: 730700 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E698A630 for ; Sun, 8 Oct 2023 04:47:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="hR72oZnM" Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8086EBF; Sat, 7 Oct 2023 21:47:22 -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 3984l6Tv034223; Sat, 7 Oct 2023 23:47:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1696740426; bh=Z91aWPEs0JbRzPNR/R8xiBA+gKuuggRpUgxU41qSXg4=; h=From:To:CC:Subject:Date; b=hR72oZnMuIHM6QP7xAAO6pHnM8BMiokI033YALoIGOLjqTYxH9eo1/gdj6uB0GOTm 0xcuAtLQoHD3MBxyg8VS/TVR/ymQ2DuNQhnpruwehstdG+slJSLMnwm6ajDX92Ks1i 1C9VtNWgTpbnNGwqV6papWfoiExeLFd003jF7x4M= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 3984l6qq050459 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 7 Oct 2023 23:47:06 -0500 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Sat, 7 Oct 2023 23:47:05 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE100.ent.ti.com (157.170.170.30) 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; Sat, 7 Oct 2023 23:47:05 -0500 Received: from localhost.localdomain (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3984l1Cl032705; Sat, 7 Oct 2023 23:47:02 -0500 From: Keerthy To: , , , , , CC: , , , , Subject: [PATCH v8 0/7] arm64: ti: k3-j7: Add the ESM & main domain watchdog nodes Date: Sun, 8 Oct 2023 10:16:50 +0530 Message-ID: <20231008044657.25788-1-j-keerthy@ti.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, RCVD_IN_DNSWL_BLOCKED,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_NONE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net The series add the ESM & main domain watchdog nodes for j721s2, j784s4 SOCs. Changes in v8: * Changed the status of non-MPU nodes from disabled to reserved * Added inline comments to the reserved RTI nodes Changes in v7: * Rebased on top of ti-next branch * Reordered the watchdog nodes based on the addresses. * Changed the watchdog numbering. Changes in v5/v6: * Updated commit log and added comments for MCU & non-A72 watchdog instances disabling. Changes in v4: * Added bootph-pre-ram for all the ESM instances needed for SPL. Changes in v3: * Added all the RTI events for MAIN_ESM for j784s4 as 8 instances are enabled. * Rebased on top of 6.6-rc1 * Tested for the watchdog reset RESEND series - corrected krzysztof.kozlowski+dt@linaro.org ID Changes in v2: * Added all the instances of watchdog on j784s4/j721s2 * Fixed all 0x0 in dts to 0x00 * Fixed couple of ESM event numbers for j721s2 * Rebased to linux-next branch Keerthy (7): arm64: dts: ti: k3-j721s2: Add ESM instances arm64: dts: ti: k3-j784s4: Add ESM instances arm64: dts: ti: k3-j7200: Add MCU domain ESM instance arm64: dts: ti: k3-j784s4-main: Add the main domain watchdog instances arm64: dts: ti: k3-j784s4-mcu: Add the mcu domain watchdog instances arm64: dts: ti: k3-j721s2-main: Add the main domain watchdog instances arm64: dts: ti: k3-j712s2-mcu: Add the mcu domain watchdog instances .../boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 7 + arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 107 +++++++++ .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 40 ++++ arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 206 ++++++++++++++++++ .../boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | 40 ++++ 5 files changed, 400 insertions(+)