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 4D980E92FCD for ; Fri, 6 Oct 2023 04:29:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230017AbjJFE3b (ORCPT ); Fri, 6 Oct 2023 00:29:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229953AbjJFE31 (ORCPT ); Fri, 6 Oct 2023 00:29:27 -0400 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8F1CDB; Thu, 5 Oct 2023 21:29:25 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 3964THXe088548; Thu, 5 Oct 2023 23:29:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1696566557; bh=pwnkMwR2tBSt3HzKqa4HG5flSqFzYm6NFU7RMvCJbrU=; h=From:To:CC:Subject:Date; b=otr9iFNHCALv+FzVkoDGQ2rSO00cUpX1of9LOebf5VCuUpHs2TSfyOY9z9x7A/66k h/qjCgLOAN6esj5MUdz4Z/IOtT06KA4JgGfOD+nC+EYX8+nJKGAnKM2nxV6Mh5QnZN 7oXT8mD6Wh5W4/tdVWcgcUq3lV/jk0OdlmZ33HFM= Received: from DFLE101.ent.ti.com (dfle101.ent.ti.com [10.64.6.22]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 3964THcw029585 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 5 Oct 2023 23:29:17 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 5 Oct 2023 23:29:17 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE109.ent.ti.com (10.64.6.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; Thu, 5 Oct 2023 23:29:17 -0500 Received: from keerthy.dhcp.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3964TDH5074236; Thu, 5 Oct 2023 23:29:14 -0500 From: Keerthy To: , , , , , CC: , , , , Subject: [PATCH v7 0/7] arm64: ti: k3-j7: Add the ESM & main domain watchdog nodes Date: Fri, 6 Oct 2023 09:58:54 +0530 Message-ID: <20231006042901.6474-1-j-keerthy@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The series add the ESM & main domain watchdog nodes for j721s2, j784s4 SOCs. 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 | 100 +++++++++ .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 38 ++++ arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 195 ++++++++++++++++++ .../boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | 38 ++++ 5 files changed, 378 insertions(+) -- 2.17.1