From patchwork Wed Aug 30 07:26:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "J, KEERTHY" X-Patchwork-Id: 718703 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 6963EC6FA8F for ; Wed, 30 Aug 2023 18:35:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236510AbjH3Sfm (ORCPT ); Wed, 30 Aug 2023 14:35:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242208AbjH3H1W (ORCPT ); Wed, 30 Aug 2023 03:27:22 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8EC2F1BF; Wed, 30 Aug 2023 00:27:19 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 37U7R2wl101360; Wed, 30 Aug 2023 02:27:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1693380422; bh=vZYrKA8E6u7MiwASVjo//7NydImhu/0GTBcbqBTEWqk=; h=From:To:CC:Subject:Date; b=Vfyvl4cRn6DVh6mweYIdQ0q3Pwz3dObdwx70VdO/vzQidkA4mLhTQUFj9FgxxQ6mA e0+hNrorIeBEVwq1hKe4ffDIzxdV68ZfsNtGHKbq9iZJQ2Nl7u07Hpp9bM0wDo1Km7 nX9gQtN6SePKtk1+3PAlLy4cpmAAVR2FW8Rtlm+s= 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 37U7R2wj021266 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 30 Aug 2023 02:27:02 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) 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; Wed, 30 Aug 2023 02:27:01 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE112.ent.ti.com (10.64.6.33) 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; Wed, 30 Aug 2023 02:27:01 -0500 Received: from localhost.localdomain (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 37U7QuLH125116; Wed, 30 Aug 2023 02:26:57 -0500 From: Keerthy To: , , , , , CC: , , , Subject: [PATCH 0/5] arm64: ti: k3-j7: Add the ESM & main domain watchdog nodes Date: Wed, 30 Aug 2023 12:56:17 +0530 Message-ID: <20230830072622.19539-1-j-keerthy@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The series add the ESM & main domain watchdog nodes for j721s2, j784s4 SOCs. Keerthy (5): 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-j721s2-main: Add main domain watchdog entries arm64: dts: ti: k3-j784s4-main: Add main domain watchdog entries .../boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 6 +++++ arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 24 +++++++++++++++++++ .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 12 ++++++++++ arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 24 +++++++++++++++++++ .../boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | 12 ++++++++++ 5 files changed, 78 insertions(+)