From patchwork Wed May 31 21:32:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 687961 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 E7547C7EE23 for ; Wed, 31 May 2023 22:48:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229489AbjEaWs4 (ORCPT ); Wed, 31 May 2023 18:48:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229915AbjEaWsy (ORCPT ); Wed, 31 May 2023 18:48:54 -0400 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54A3B121; Wed, 31 May 2023 15:48:46 -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 34VLWMfK068354; Wed, 31 May 2023 16:32:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1685568742; bh=mvrqv5sj2sxCtu4TaCGy4a9IkYJAZkzFsgPjVhpkiPo=; h=From:To:CC:Subject:Date; b=XUtZ5jWgodW2jRdyRREB8vjenpA3izi5GoYujqkmKtRF+5bvlIAxdEuNvJ0AQgL5Y XQEPIKivVSvNo7EgtngJQGnKatdExlxJa8p40f7JoPh32oI6/4g93SJ4e2UhlyNqm/ HLcEOy7c62aBXc0hpMlzVyEHVmxS/eSw0DuP+qds= Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 34VLWMY4047060 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 31 May 2023 16:32:22 -0500 Received: from DFLE111.ent.ti.com (10.64.6.32) 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; Wed, 31 May 2023 16:32:21 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE111.ent.ti.com (10.64.6.32) 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, 31 May 2023 16:32:21 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 34VLWLfV105102; Wed, 31 May 2023 16:32:21 -0500 From: Nishanth Menon To: Conor Dooley , Krzysztof Kozlowski , Rob Herring CC: , , , Tero Kristo , Vignesh Raghavendra , Nishanth Menon , Udit Kumar , Nitin Yadav , Neha Malcom Francis , Tony Lindgren Subject: [PATCH 0/6] arm64: dts: ti: k3-j7*: Add general purpose timers Date: Wed, 31 May 2023 16:32:09 -0500 Message-ID: <20230531213215.602395-1-nm@ti.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add pending general purpose timer support for various J7 family Full list of K3 SoCs: * AM625: already merged * AM62A7: https://lore.kernel.org/all/20230418012717.1230882-2-nm@ti.com/ * AM64: https://lore.kernel.org/all/20230414073328.381336-2-nm@ti.com/ * AM65: already merged * J7200: https://lore.kernel.org/all/20230426103219.1565266-1-u-kumar1@ti.com/ (needs a respin) And the timers for remaining J7 platforms (J721e, J721s2, J784s4) are addressed in this series. Nishanth Menon (6): arm64: dts: ti: k3-j721e: Add general purpose timers arm64: dts: ti: k3-j721e: Configure pinctrl for timer IO arm64: dts: ti: k3-j721s2: Add general purpose timers arm64: dts: ti: k3-j721s2: Configure pinctrl for timer IO arm64: dts: ti: k3-j784s4: Add general purpose timers arm64: dts: ti: k3-j784s4: Configure pinctrl for timer IO arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 258 ++++++++++++++++++ .../boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 161 +++++++++++ arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 258 ++++++++++++++++++ .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 162 +++++++++++ arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 258 ++++++++++++++++++ .../boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | 162 +++++++++++ 6 files changed, 1259 insertions(+)