From patchwork Mon Aug 14 16:06:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13353057 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7166FC001B0 for ; Mon, 14 Aug 2023 16:06:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 4792CC433CA; Mon, 14 Aug 2023 16:06:41 +0000 (UTC) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id AA043C433C8; Mon, 14 Aug 2023 16:06:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org AA043C433C8 Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=ti.com Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 37EG6XiI027678; Mon, 14 Aug 2023 11:06:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1692029193; bh=ZNQJo806xcMlqEDUrZ0eN5yXZDBMlZETHefxKr8T9e4=; h=Date:From:To:CC:Subject; b=tCG7OaUznYM/NXFrl9BBSlUKyYpQGjLyODUAY+YnVVLMsAw4Ae4Oz/8IPEYQaDoU3 k/DbimvpIG7h9/tIQLRbVUzkMYEhTSzhe3kSU/VRRcvqUhOzr1+XcW68tm2SV9ECjl R3GiCO1LVyrYwteWbrQwLpxYbNFzIhWZxJPP1JNM= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 37EG6XJU077070 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 14 Aug 2023 11:06:33 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 14 Aug 2023 11:06:33 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE103.ent.ti.com (10.64.6.24) 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; Mon, 14 Aug 2023 11:06:33 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 37EG6Xdb001740; Mon, 14 Aug 2023 11:06:33 -0500 Date: Mon, 14 Aug 2023 11:06:33 -0500 From: Nishanth Menon List-Id: To: Arnd , Olof , SoC CC: , , , Santosh Shilimkar , Tony Lindgren Subject: [GIT PULL 1/4] soc: ti: Driver updates for v6.6 Message-ID: <20230814160633.my3xbk5k2pxkvjyi@degrease> MIME-Version: 1.0 Content-Disposition: inline X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi, Please pull: The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-for-v6.6 for you to fetch changes up to 443012dd31e5939cb53bc9c5713d32d87321b0d8: soc: ti: k3-socinfo.c: Add JTAG ID for AM62PX (2023-08-11 16:01:09 -0500) ---------------------------------------------------------------- TI SoC driver updates for v6.6 - Generic fixups: Explicitly include correct DT include. - omap_prm: Cosmetic fixups for using devm_ api for ioremap_resource - ti_sci: Documentation fixups, Using system_state to determine if polling is needed. - k3-ringcc: Documentation fixups, cleanup of log messages, using devm_ to handle ioremap_resource. - k3-socinfo: Add AM62PX detection. ---------------------------------------------------------------- Jayesh Choudhary (1): soc: ti: k3-ringacc: remove non-fatal probe deferral log Nishanth Menon (3): firmware: ti_sci: Use system_state to determine polling firmware: ti_sci: Fixup documentation errors soc: ti: k3-ringacc: Fixup documentation errors Rob Herring (1): soc: ti: Explicitly include correct DT includes Vignesh Raghavendra (1): soc: ti: k3-socinfo.c: Add JTAG ID for AM62PX Yangtao Li (1): soc: ti: omap-prm: Use devm_platform_get_and_ioremap_resource() Zhang Zekun (1): soc: ti: Use devm_platform_ioremap_resource_byname simplify logic drivers/firmware/ti_sci.c | 49 ++++++++-------------------------------- drivers/soc/ti/k3-ringacc.c | 31 +++++++++---------------- drivers/soc/ti/k3-socinfo.c | 1 + drivers/soc/ti/omap_prm.c | 13 ++++------- drivers/soc/ti/pruss.c | 4 +++- drivers/soc/ti/ti_sci_inta_msi.c | 3 ++- 6 files changed, 30 insertions(+), 71 deletions(-) From patchwork Mon Aug 14 16:06:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13353058 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BE60BC04A94 for ; Mon, 14 Aug 2023 16:06:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 8A187C433C7; Mon, 14 Aug 2023 16:06:46 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 4E207C433C9; Mon, 14 Aug 2023 16:06:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 4E207C433C9 Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=ti.com Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 37EG6fsB100334; Mon, 14 Aug 2023 11:06:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1692029201; bh=uqF9OqR3R8LvOfHh/ymJRQ9sXW7fcIv46wNvEuG77Oc=; h=Date:From:To:CC:Subject; b=lGBmU/DEHk9qdLFXKYTZyElyDokKuqyaWpCOo6xGJV5GsKWzHqmP71dT8uTGxSXDj lEszObQs7OKYxLX7LnEew5+OlU0piyYYP4iL4Acz6PVT8FW8s3MJBsxJ8WzW/WAp5c opm4jTEemhS5vfleD6qqP0cdmgCaHCoQGTXh4DsU= Received: from DFLE107.ent.ti.com (dfle107.ent.ti.com [10.64.6.28]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 37EG6f5A016669 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 14 Aug 2023 11:06:41 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 14 Aug 2023 11:06:41 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE105.ent.ti.com (10.64.6.26) 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; Mon, 14 Aug 2023 11:06:41 -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 37EG6f3w107889; Mon, 14 Aug 2023 11:06:41 -0500 Date: Mon, 14 Aug 2023 11:06:41 -0500 From: Nishanth Menon List-Id: To: Olof Johansson , Arnd Bergmann , , CC: Tero Kristo , , , Vignesh Raghavendra , Nishanth Menon , Shawn Guo Subject: [GIT PULL 2/4] arm64: defconfig: TI K3 updates for v6.6 Message-ID: <20230814160641.p2h42vaeqff4r3br@cyclist> MIME-Version: 1.0 Content-Disposition: inline X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi, There is a potential merge conflict with imx-ms tree that Stephen caught during linux-next integration (depending on order of merge). Please see Stephen's resolution here: https://lore.kernel.org/linux-next/20230803092245.4c0fc299@canb.auug.org.au/ With that, please pull: The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-k3-config-for-v6.6 for you to fetch changes up to d5c988b43746de250bed33c17116e879f032ff12: arm64: defconfig: Enable ITE_IT66121 HDMI transmitter (2023-08-11 15:47:15 -0500) ---------------------------------------------------------------- TI K3 defconfig updates for v6.6 - Various configs for K3 boards including ECAP, Thermal, RTI watchdog, mailbox, sound, MCAN, UFS. - Enable PRUSS for am64/am65x boards such as IOT2050. - Enable IT66121 for BeaglePlay HDMI. ---------------------------------------------------------------- Aradhya Bhatia (1): arm64: defconfig: Enable ITE_IT66121 HDMI transmitter MD Danish Anwar (1): arm64: defconfig: Enable TI PRUSS Udit Kumar (1): arm64: defconfig: Enable various configs for TI K3 platforms arch/arm64/configs/defconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) From patchwork Mon Aug 14 16:06:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13353059 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BB8BAC001E0 for ; Mon, 14 Aug 2023 16:06:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id A505DC433CA; Mon, 14 Aug 2023 16:06:56 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id A5801C433C7; Mon, 14 Aug 2023 16:06:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org A5801C433C7 Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=ti.com Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 37EG6qR6100357; Mon, 14 Aug 2023 11:06:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1692029212; bh=aQGUe+efl7KtjGZRJpZUB7p1aALvrKDgZfW82fI9+n8=; h=Date:From:To:CC:Subject; b=W5LN5M+Z7ow+Vppww3ZWNMDlgNkQ5+tM2k2e6eoD63f350CiS8ALpj+cjOqJclJAO pHA/v5r7wVZY2fKP3pzvwde0NG3DtSBJRfm1LOqC81ZpUQeFFh79pcEOTKXKU41px/ rsiPaliqhzGtQoQ8Jd1eONmuX8nPTGCDiGI3WlLw= Received: from DLEE102.ent.ti.com (dlee102.ent.ti.com [157.170.170.32]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 37EG6qPK016729 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 14 Aug 2023 11:06:52 -0500 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 14 Aug 2023 11:06:51 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE111.ent.ti.com (157.170.170.22) 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; Mon, 14 Aug 2023 11:06:51 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 37EG6pcX087277; Mon, 14 Aug 2023 11:06:51 -0500 Date: Mon, 14 Aug 2023 11:06:51 -0500 From: Nishanth Menon List-Id: To: Olof Johansson , Arnd Bergmann , , CC: Tero Kristo , , , Vignesh Raghavendra , Nishanth Menon Subject: [GIT PULL 3/4] arm64: dts: ti: Updates for v6.6 Message-ID: <20230814160651.frxohyshd2evp2k4@expenses> MIME-Version: 1.0 Content-Disposition: inline X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi, Please pull: The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-k3-dt-for-v6.6 for you to fetch changes up to 9e77200356badfda6cec99e37be55fa940f83c7d: arm64: dts: ti: verdin-am62: Add DSI display support (2023-08-13 07:58:55 -0500) ---------------------------------------------------------------- TI K3 device tree updates for v6.6 New Boards: - TQ group's TQMaX4XxL AM64 SOM and MBaX4XxL carrier board - TI's AM62P5 Starter Kit (SK) New features: AM625: - Support for Display (parallel only) - hdmi+audio support for AM625-SK/BeaglePlay, TC358778 DPI to MIPI-DSI bridge support for verdin. - MCU MCAN support and enable of Toradex Verdin - Toradex Verdin Dahlia audio support AM62A7: - MCU MCAN support - Enable USB Dual Role Device(DRD) support for AM62A7 Starter Kit(SK). AM64: - TQ group's tqma64xxl: Overlays for SD-card and wlan. J721E: - Main domain CPSW9G and correponding gateway/ethernet switch expansion - GESI board. J721S2/AM68: - New CAN instances, ehrpwm, Display (DSS) and am68-sk HDMI support - Main domain CPSW2G and correponding gateway/ethernet switch expansion - GESI board. J784S4/AM69: - Boot phase tag marking in device tree - UFS support Cleanups and non-urgent fixes: - Cosmetic style fixups around "=" and "{" whitespace usage. - Fixups across multiple SoCs/boards for pwm-tbclk to matchup with bindings - Serdes header file include/dt-bindings/mux/ti-serdes.h is now deprecated, use k3-serdes.h in soc dtsi folder. - All SoCs: Enable GPIO/SDHCI/OSPI/TSADC/C6/C7 DSP nodes at the board level. - Fixups for AM62: Crypto powerdomains are conditional to better represent control of the crypto engines by security controller. - Fixups for j721e: Duplicate wakeup_i2c node dropped for SoM board. - Fixups for j721s2/am68: pimux offsets for OSPI. - Fixups for j784s4/am69: Fixups for pinmux for ospi/adc interrupt ranges for wkup/main gpios ---------------------------------------------------------------- Andrew Davis (19): arm64: dts: ti: k3-am62a: Remove syscon compatible from epwm_tbclk arm64: dts: ti: k3-am64: Merge the two main_conf nodes arm64: dts: ti: k3: Fix epwm_tbclk node name to generic name arm64: dts: ti: k3-j721e: Enable SDHCI nodes at the board level arm64: dts: ti: k3-j7200: Enable SDHCI nodes at the board level arm64: dts: ti: k3-j721s2: Enable SDHCI nodes at the board level arm64: dts: ti: k3-am65: Enable OSPI nodes at the board level arm64: dts: ti: k3-j721e: Enable OSPI nodes at the board level arm64: dts: ti: k3-j7200: Enable OSPI nodes at the board level arm64: dts: ti: k3-am64: Enable OSPI nodes at the board level arm64: dts: ti: k3-j721e: Enable GPIO nodes at the board level arm64: dts: ti: k3-j721s2: Enable GPIO nodes at the board level arm64: dts: ti: k3-j7200: Enable GPIO nodes at the board level arm64: dts: ti: k3-j721e: Enable TSCADC nodes at the board level arm64: dts: ti: k3-am65: Enable TSCADC nodes at the board level arm64: dts: ti: k3-am64: Enable TSCADC nodes at the board level arm64: dts: ti: k3-j721e: Enable C7x DSP nodes at the board level arm64: dts: ti: k3-j784s4: Enable C7x DSP nodes at the board level arm64: dts: ti: k3-j721e: Enable C6x DSP nodes at the board level Apelete Seketeli (1): arm64: dts: ti: k3-j784s4: Fix interrupt ranges for wkup & main gpio Apurva Nandan (3): arm64: dts: ti: k3-j784s4: Add phase tags marking arm64: dts: ti: k3-j784s4-evm: Add phase tags marking arm64: dts: ti: k3-am69-sk: Add phase tags marking Aradhya Bhatia (3): arm64: dts: ti: k3-am62x-sk-common: Update main-i2c1 frequency arm64: dts: ti: k3-am62-main: Add node for DSS arm64: dts: ti: k3-am62x-sk-common: Add HDMI support Bhavya Kapoor (1): arm64: dts: ti: k3-j721s2: Add support for CAN instances 3 and 5 in main domain Bryan Brattlof (3): dt-bindings: arm: ti: Add bindings for AM62P5 SoCs arm64: dts: ti: Introduce AM62P5 family of SoCs arm64: dts: ti: Add support for the AM62P5 Starter Kit Dhruva Gole (1): arm64: dts: ti: k3-*: fix fss node dtbs check warnings Francesco Dolcini (4): arm64: dts: ti: verdin-am62: Set I2S_1 MCLK rate arm64: dts: ti: verdin-am62: dev: add sound card arm64: dts: ti: verdin-am62: dahlia: add sound card arm64: dts: ti: verdin-am62: Add DSI display support Hiago De Franco (1): arm64: dts: ti: k3-am625-verdin: enable CAN_2 Jai Luthra (2): arm64: dts: ti: k3-am62: Enable AUDIO_REFCLKx arm64: dts: ti: am62x-sk: Add overlay for HDMI audio Jayesh Choudhary (4): arm64: dts: ti: Use local header for SERDES MUX idle-state values dt-bindings: ti-serdes-mux: Deprecate header with constants arm64: dts: ti: k3-j721s2-main: Add DSS node arm64: dts: ti: k3-am68-sk-base-board: Add HDMI support Judith Mendez (2): arm64: dts: ti: k3-am62: Add MCU MCAN nodes arm64: dts: ti: k3-am62a7: Add MCU MCAN nodes Kamlesh Gurudasani (2): dt-bindings: crypto: ti,sa2ul: make power-domains conditional arm64: dts: ti: k3-am62-main: Remove power-domains from crypto node Kishon Vijay Abraham I (2): arm64: dts: ti: k3-j721s2-main: Add main CPSW2G devicetree node arm64: dts: ti: k3-j721s2: Add overlay to enable main CPSW2G with GESI Krzysztof Kozlowski (2): arm64: dts: ti: minor whitespace cleanup around '=' arm64: dts: ti: add missing space before { Matthias Schiffer (3): dt-bindings: arm: ti: Add compatible for AM642-based TQMaX4XxL SOM family and carrier board arm64: dts: ti: Add TQ-Systems TQMa64XxL SoM and MBaX4XxL carrier board Device Trees arm64: dts: ti: k3-am64-tqma64xxl-mbax4xxl: add SD-card and WLAN overlays Nishanth Menon (4): arm64: dts: ti: Fix compatible of ti,*-ehrpwm-tbclk arm64: dts: ti: k3-pinctrl: Introduce debounce select mux macros arm64: dts: ti: k3: Fixup remaining pin group node names for make dtbs checks arm64: dts: ti: k3-am625-beagleplay: Add HDMI support Ravi Gunasekaran (1): arm64: dts: ti: k3-am62a7-sk: Enable dual role support for Type-C port Siddharth Vadapalli (1): arm64: dts: ti: k3-j721e: Add overlay to enable CPSW9G ports with GESI Sinthu Raja (1): arm64: dts: ti: k3-j721s2-main: Add dts nodes for EHRPWMs Udit Kumar (6): arm64: dts: ti: k3-j721e-som-p0: Remove Duplicated wkup_i2c0 node arm64: dts: ti: k3-j784s4-main: Add DT node for UFS arm64: dts: ti: k3-j784s4-evm: Add Support for UFS peripheral arm64: dts: ti: k3-j784s4-evm: Correct Pin mux offset for ospi arm64: dts: ti: k3-j721s2: correct pinmux offset for ospi arm64: dts: ti: k3-j784s4-evm: Correct Pin mux offset for ADC Vignesh Raghavendra (2): dt-bindings: soc: ti: k3-ringacc: Describe cfg reg region arm64: dts: ti: k3: Add cfg reg region to ringacc node Documentation/devicetree/bindings/arm/ti/k3.yaml | 13 + .../devicetree/bindings/crypto/ti,sa2ul.yaml | 14 +- .../devicetree/bindings/soc/ti/k3-ringacc.yaml | 9 +- arch/arm64/boot/dts/ti/Makefile | 19 + arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 52 +- arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi | 24 + arch/arm64/boot/dts/ti/k3-am62-verdin-dahlia.dtsi | 58 ++ arch/arm64/boot/dts/ti/k3-am62-verdin-dev.dtsi | 50 ++ arch/arm64/boot/dts/ti/k3-am62-verdin-yavia.dtsi | 5 + arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi | 45 +- arch/arm64/boot/dts/ti/k3-am62.dtsi | 8 + arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts | 154 +++- arch/arm64/boot/dts/ti/k3-am625-sk.dts | 2 +- arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 10 +- arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi | 24 + arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 35 +- arch/arm64/boot/dts/ti/k3-am62p-main.dtsi | 136 ++++ arch/arm64/boot/dts/ti/k3-am62p-mcu.dtsi | 15 + arch/arm64/boot/dts/ti/k3-am62p-wakeup.dtsi | 32 + arch/arm64/boot/dts/ti/k3-am62p.dtsi | 122 +++ arch/arm64/boot/dts/ti/k3-am62p5-sk.dts | 116 +++ arch/arm64/boot/dts/ti/k3-am62p5.dtsi | 107 +++ arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 93 ++- arch/arm64/boot/dts/ti/k3-am62x-sk-hdmi-audio.dtso | 40 + arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 48 +- arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi | 1 + .../dts/ti/k3-am64-tqma64xxl-mbax4xxl-sdcard.dtso | 22 + .../dts/ti/k3-am64-tqma64xxl-mbax4xxl-wlan.dtso | 22 + arch/arm64/boot/dts/ti/k3-am642-evm.dts | 4 +- .../boot/dts/ti/k3-am642-phyboard-electra-rdk.dts | 3 +- arch/arm64/boot/dts/ti/k3-am642-sk.dts | 8 +- .../boot/dts/ti/k3-am642-tqma64xxl-mbax4xxl.dts | 872 +++++++++++++++++++++ arch/arm64/boot/dts/ti/k3-am642-tqma64xxl.dtsi | 253 ++++++ .../boot/dts/ti/k3-am65-iot2050-common-pg2.dtsi | 2 +- arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | 6 +- arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 35 +- arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 24 +- arch/arm64/boot/dts/ti/k3-am654-base-board.dts | 5 +- .../boot/dts/ti/k3-am6548-iot2050-advanced-m2.dts | 4 +- arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts | 165 +++- arch/arm64/boot/dts/ti/k3-am69-sk.dts | 12 + .../boot/dts/ti/k3-j7200-common-proc-board.dts | 22 +- .../dts/ti/k3-j7200-evm-quad-port-eth-exp.dtso | 2 +- arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 23 +- arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 21 +- arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi | 1 + arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts | 63 +- .../boot/dts/ti/k3-j721e-common-proc-board.dts | 42 +- .../boot/dts/ti/k3-j721e-evm-gesi-exp-board.dtso | 196 +++++ .../dts/ti/k3-j721e-evm-quad-port-eth-exp.dtso | 2 +- arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 48 +- arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 25 +- arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 60 +- arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi | 17 +- .../boot/dts/ti/k3-j721s2-common-proc-board.dts | 88 ++- .../boot/dts/ti/k3-j721s2-evm-gesi-exp-board.dtso | 85 ++ arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 192 ++++- arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 9 +- arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi | 15 +- arch/arm64/boot/dts/ti/k3-j784s4-evm.dts | 91 ++- arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 41 +- arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | 18 +- arch/arm64/boot/dts/ti/k3-j784s4.dtsi | 2 + arch/arm64/boot/dts/ti/k3-pinctrl.h | 12 + arch/arm64/boot/dts/ti/k3-serdes.h | 204 +++++ include/dt-bindings/mux/ti-serdes.h | 8 + 66 files changed, 3575 insertions(+), 381 deletions(-) create mode 100644 arch/arm64/boot/dts/ti/k3-am62p-main.dtsi create mode 100644 arch/arm64/boot/dts/ti/k3-am62p-mcu.dtsi create mode 100644 arch/arm64/boot/dts/ti/k3-am62p-wakeup.dtsi create mode 100644 arch/arm64/boot/dts/ti/k3-am62p.dtsi create mode 100644 arch/arm64/boot/dts/ti/k3-am62p5-sk.dts create mode 100644 arch/arm64/boot/dts/ti/k3-am62p5.dtsi create mode 100644 arch/arm64/boot/dts/ti/k3-am62x-sk-hdmi-audio.dtso create mode 100644 arch/arm64/boot/dts/ti/k3-am64-tqma64xxl-mbax4xxl-sdcard.dtso create mode 100644 arch/arm64/boot/dts/ti/k3-am64-tqma64xxl-mbax4xxl-wlan.dtso create mode 100644 arch/arm64/boot/dts/ti/k3-am642-tqma64xxl-mbax4xxl.dts create mode 100644 arch/arm64/boot/dts/ti/k3-am642-tqma64xxl.dtsi create mode 100644 arch/arm64/boot/dts/ti/k3-j721e-evm-gesi-exp-board.dtso create mode 100644 arch/arm64/boot/dts/ti/k3-j721s2-evm-gesi-exp-board.dtso create mode 100644 arch/arm64/boot/dts/ti/k3-serdes.h From patchwork Mon Aug 14 16:07:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13353060 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7A145C04A94 for ; Mon, 14 Aug 2023 16:07:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 61173C433C9; Mon, 14 Aug 2023 16:07:09 +0000 (UTC) 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 smtp.kernel.org (Postfix) with ESMTPS id 0EB0EC433C8; Mon, 14 Aug 2023 16:07:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 0EB0EC433C8 Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=ti.com Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 37EG72Vh112542; Mon, 14 Aug 2023 11:07:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1692029222; bh=XZyfSo6ohHY/EdWolmJW9TZ8Zh+ZSk+CarVutBuRzfo=; h=Date:From:To:CC:Subject; b=trPXEE4ljPDurE0Xp3csbtu1nWK1k4Y0MEFmKBnH62c2kl0HvUi8n0KuiuZl1Xlpa Hz4bnlFhSPkQj+QDQJ6N31i0KFS1g+AI/lt0qGK3KuTSb1lYu8R1P2cb8RiZN3+j/+ Z7bH6W/2DJ8Frlj96T6k0jp4ugTZwQ0PFNP+lfeo= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 37EG729B077395 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 14 Aug 2023 11:07:02 -0500 Received: from DFLE108.ent.ti.com (10.64.6.29) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 14 Aug 2023 11:07:02 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE108.ent.ti.com (10.64.6.29) 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; Mon, 14 Aug 2023 11:07:02 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 37EG72NV002219; Mon, 14 Aug 2023 11:07:02 -0500 Date: Mon, 14 Aug 2023 11:07:02 -0500 From: Nishanth Menon List-Id: To: Arnd , Olof , SoC CC: , , , Santosh Shilimkar , Tony Lindgren Subject: [GIT PULL 4/4] ARM: keystone: Updates for v6.6 Message-ID: <20230814160702.6l2fcujbx33eogap@junction> MIME-Version: 1.0 Content-Disposition: inline X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi, Please pull: The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-keystone-soc-for-v6.6 for you to fetch changes up to d33dbddf43a055f69bda7f3488bb1e136d1b6bbc: ARM: keystone: Merge PM function into main support file (2023-08-01 23:57:28 -0500) ---------------------------------------------------------------- TI keystone SoC updates for v6.6 Updates: - Consolidation of files and drop pm_domain.c and keystone.h ---------------------------------------------------------------- Andrew Davis (2): ARM: keystone: Merge memory.h into the only file that uses it ARM: keystone: Merge PM function into main support file Rob Herring (1): ARM: keystone: Drop unused includes arch/arm/mach-keystone/Makefile | 3 --- arch/arm/mach-keystone/keystone.c | 50 ++++++++++++++++++++++++++++++++++---- arch/arm/mach-keystone/keystone.h | 16 ------------ arch/arm/mach-keystone/memory.h | 18 -------------- arch/arm/mach-keystone/pm_domain.c | 50 -------------------------------------- 5 files changed, 45 insertions(+), 92 deletions(-) delete mode 100644 arch/arm/mach-keystone/keystone.h delete mode 100644 arch/arm/mach-keystone/memory.h delete mode 100644 arch/arm/mach-keystone/pm_domain.c