From patchwork Mon Feb 26 03:41:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 13571251 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 0BED5C54E49 for ; Mon, 26 Feb 2024 03:42:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id D3BE0C43399; Mon, 26 Feb 2024 03:42:46 +0000 (UTC) Received: from mail-177131.yeah.net (mail-177131.yeah.net [123.58.177.131]) by smtp.kernel.org (Postfix) with ESMTP id BB54BC433F1; Mon, 26 Feb 2024 03:42:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org BB54BC433F1 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=yeah.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=cqF81 qDD4N3PeSvI3Q4uAzxaYk9df0aRoAWAWMBdASo=; b=WCHeIwUBQv+Y8qZ6uEos/ MlrHfoCvnRnHZVhjR5muNsuH7Llxi7k95mElPkmj3y1ONqCtfrIaR2oXgiRZ3l70 8+Lf7QYHxGPkzEG/quFRP/SGwNum6cSnD2k+ZHX7ViqSKpMBemrdnrwlyqpvKa28 rNNQ6T430/4ThB2j0DMHUA= Received: from localhost.localdomain (unknown [183.213.196.200]) by smtp1 (Coremail) with SMTP id ClUQrACHSyCmCNxlT1hhBA--.22032S2; Mon, 26 Feb 2024 11:42:31 +0800 (CST) From: Shawn Guo List-Id: To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo , Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 1/5] i.MX SoC changes for 6.9 Date: Mon, 26 Feb 2024 11:41:42 +0800 Message-Id: <20240226034147.233993-1-shawnguo2@yeah.net> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CM-TRANSID: ClUQrACHSyCmCNxlT1hhBA--.22032S2 X-Coremail-Antispam: 1Uf129KBjvdXoWrZryrKry8Ww4rur43uw1fXrb_yoWfCrb_CF yUXa18JrWUXr1Yy345KF1rZr17tw17Jr1UGr9FgFW7Ar1xJF4DJr1kJrWFvr1DXF1fAryU Jr4UJw1rJF12kjkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IU84lk7UUUUU== X-Originating-IP: [183.213.196.200] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiGAiQZV6Nnjbw4QAAsP From: Shawn Guo The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-6.9 for you to fetch changes up to 0d04e84db74d94732821ec515365109d12a9491c: ARM: imx: Remove usage of the deprecated ida_simple_xx() API (2024-02-05 17:23:28 +0800) ---------------------------------------------------------------- i.MX SoC changes for 6.9: - Remove usage of the deprecated ida_simple_xx() API from MMDC code. ---------------------------------------------------------------- Christophe JAILLET (1): ARM: imx: Remove usage of the deprecated ida_simple_xx() API arch/arm/mach-imx/mmdc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) From patchwork Mon Feb 26 03:41:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 13571249 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 28BFFC48BF6 for ; Mon, 26 Feb 2024 03:42:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id EC106C43141; Mon, 26 Feb 2024 03:42:45 +0000 (UTC) Received: from mail-177131.yeah.net (mail-177131.yeah.net [123.58.177.131]) by smtp.kernel.org (Postfix) with ESMTP id B46D8C43399; Mon, 26 Feb 2024 03:42:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org B46D8C43399 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=yeah.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=znav7 z5Pz9k7TXnIDi7pxyWtYj0admOeRx1PN1ls78k=; b=lyZfPst5thvAC2+cfQd1b BsHGmCHOYeSfEw8aynENDWk6wztO7YJ2n2xM+hPomQktTiaKW85hYVMpfMEeLaIt ABlE0YrD+1Ka9e6bJYh+8PR2NndAI1UKijBdc/YW5rd08YfFr+wnYrLiJLiWyX7K RoJCbYOWabTTeA4auL06Wo= Received: from localhost.localdomain (unknown [183.213.196.200]) by smtp1 (Coremail) with SMTP id ClUQrACHSyCmCNxlT1hhBA--.22032S3; Mon, 26 Feb 2024 11:42:32 +0800 (CST) From: Shawn Guo List-Id: To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo , Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 2/5] i.MX dt-bindings for 6.9 Date: Mon, 26 Feb 2024 11:41:43 +0800 Message-Id: <20240226034147.233993-2-shawnguo2@yeah.net> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240226034147.233993-1-shawnguo2@yeah.net> References: <20240226034147.233993-1-shawnguo2@yeah.net> MIME-Version: 1.0 X-CM-TRANSID: ClUQrACHSyCmCNxlT1hhBA--.22032S3 X-Coremail-Antispam: 1Uf129KBjvJXoW7ur1DCFWkGr1xtFW8Xw1DWrg_yoW8WFW8pF sxGF93GryvqFy7JwnxZ3WDCr4rXr1UAF17JFZxJr10y3W5Ar1jqr1rKwn5ur9rJry7Wr4a yF18Cr1vk3WUXaUanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07jlq2NUUUUU= X-Originating-IP: [183.213.196.200] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiGAiQZV6Nnjbw4QABsO From: Shawn Guo The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-6.9 for you to fetch changes up to 65524e1453109c2f94b361274154154fa2120c85: dt-bindings: arm: add UNI-T UTi260B (2024-02-25 21:57:10 +0800) ---------------------------------------------------------------- i.MX dt-bindings for 6.9: - New compatibles for boards: TQMa8Xx, Sielaff i.MX6 Solo, Toradex Apalis imx6q-eval-v1.2, VAR-SOM-MX93, phyBOARD-Segin-i.MX93, UNI-T UTi260B. - Add vendor prefix for UNI-T. ---------------------------------------------------------------- Alexander Stein (1): dt-bindings: arm: add TQMa8Xx boards Frieder Schrempf (1): dt-bindings: arm: fsl: Add Sielaff i.MX6 Solo board Hiago De Franco (1): dt-bindings: arm: fsl: Add toradex,apalis_imx6q-eval-v1.2 board Hugo Villeneuve (1): dt-bindings: arm: fsl: remove redundant company name Joao Paulo Goncalves (1): dt-bindings: arm: fsl: add imx8qm apalis eval v1.2 carrier board Mathieu Othacehe (2): dt-bindings: arm: fsl: Add VAR-SOM-MX93 with Symphony dt-bindings: arm: fsl: Add phyBOARD-Segin-i.MX93 Sebastian Reichel (2): dt-bindings: vendor-prefixes: add UNI-T dt-bindings: arm: add UNI-T UTi260B Documentation/devicetree/bindings/arm/fsl.yaml | 41 +++++++++++++++++++--- .../devicetree/bindings/vendor-prefixes.yaml | 2 ++ 2 files changed, 39 insertions(+), 4 deletions(-) From patchwork Mon Feb 26 03:41:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 13571250 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 29AD5C5478C for ; Mon, 26 Feb 2024 03:42:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id E9785C43330; Mon, 26 Feb 2024 03:42:45 +0000 (UTC) Received: from mail-177131.yeah.net (mail-177131.yeah.net [123.58.177.131]) by smtp.kernel.org (Postfix) with ESMTP id AFE9DC43394; Mon, 26 Feb 2024 03:42:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org AFE9DC43394 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=yeah.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version: Content-Type; bh=rbCFkl4Ty8GOMPM2Hmjiz+SbURzIBrhq7FTfCHaMUA4=; b=bOkKdxHzBDv5fOn0hkCVUqrSsPMRhNrPmwpa7CbdyE+Xw1tsQB7VoXHtn58Lmy TONFxyIAIgNs+ycZ2WnBVndJQzjDVvh0yjsuG9AD/rzU9b8IGMEBktIDGZwVdb2d Fu2OQOON5JauNEfl8PVtPGv5IuQmxYfivXaL/Q9Dfkv8Q= Received: from localhost.localdomain (unknown [183.213.196.200]) by smtp1 (Coremail) with SMTP id ClUQrACHSyCmCNxlT1hhBA--.22032S4; Mon, 26 Feb 2024 11:42:32 +0800 (CST) From: Shawn Guo List-Id: To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo , Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 3/5] i.MX ARM device tree for 6.9 Date: Mon, 26 Feb 2024 11:41:44 +0800 Message-Id: <20240226034147.233993-3-shawnguo2@yeah.net> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240226034147.233993-1-shawnguo2@yeah.net> References: <20240226034147.233993-1-shawnguo2@yeah.net> MIME-Version: 1.0 X-CM-TRANSID: ClUQrACHSyCmCNxlT1hhBA--.22032S4 X-Coremail-Antispam: 1Uf129KBjvJXoW3Xry8CFW3Kr4kKr4kZw1fZwb_yoWxGrWDpa y3uw47GFs7Gr1Igr98J3y8K398tw1UZr18Zr15Jay0yFW5Z3W7Zrnakwnay343ZFyrZw1r tr1kWr9rJ34DuaUanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07j689tUUUUU= X-Originating-IP: [183.213.196.200] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiBQiQZVsVCUT1+QAAs3 From: Shawn Guo The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-6.9 for you to fetch changes up to ccda9e5c365f6c4c3af5fda9c15cce3779cb2bbe: ARM: dts: nxp: imx: fix weim node name (2024-02-26 09:35:07 +0800) ---------------------------------------------------------------- i.MX ARM device tree for 6.9: - New board support: Sielaff i.MX6 Solo, Apalis Evaluation Board v1.2. - A bunch of i.MX7 TQMA7/MBA7 updates from Alexander Stein that add various devices, improve hardware descriptions and fix dt-schema warnings, etc. - Correct touchscreen rotation for imx6sl-tolino-shine2hd board. - An imx53-qsb update from Dmitry Baryshkov to add HDMI expander support. - A couple of i.MX1 and i.MX28 device node name fixes from Fabio Estevam. - Enable usb3-lpm-capable for LS1021A usb3 node. - A couple of imx6dl-yapp4 board improvements from Michal Vokáč. - A series from Sebastian Reichel to improve imx6ull descriptions. ---------------------------------------------------------------- Alexander Stein (24): ARM: dts: imx7-tqma7/mba7: convert fsl,pins to uint32-matrix ARM: dts: imx7[d]-mba7: Move ethernet PHY reset into PHY node ARM: dts: imx7[d]-mba7: disable USB OC on USB host and USB OTG2 ARM: dts: imx7[d]-mba7: disable PCIe interface ARM: dts: imx7[d]-mba7: hog Mini PCIe signals ARM: dts: imx7-mba7: Mark gpio-buttons as wakeup-source ARM: dts: imx7-mba7: Enable SNVS power key ARM: dts: imx7-mba7: Add RTC aliases ARM: dts: imx7-mba7: Add SPI1_SS0 as chip select 3 ARM: dts: imx7-tqma7: Add i2c bus recovery ARM: dts: imx7-mba7: Add i2c bus recovery ARM: dts: imx7-tqma7: fix EEPROM compatible for SE97BTP ARM: dts: imx7-mba7: Fix iomuxc node names ARM: dts: imx7-tqma7: Fix iomuxc node names ARM: dts: imx7-mba7: restrict usdhc interface modes ARM: dts: imx7-tqma7: restrict usdhc interface modes ARM: dts: imx7-tqma7: remove superfluous status property ARM: dts: imx7-tqma7: mark system data eeprom as read-only ARM: dts: imx7-tqma7: rename node for SE97BTP ARM: dts: imx7d-mba7: Remove USB OTG related properties on USB node ARM: dts: imx7-tqma7: Add missing vcc supply to i2c eeproms ARM: dts: imx7-mba7: Add missing vcc supply to i2c devices ARM: dts: imx7-tqma7: Fix PMIC v33 rail voltage range ARM: dts: imx6ul: Add missing #thermal-sensor-cells to tempmon Andreas Kemnade (1): ARM: dts: imx6sl-tolino-shine2hd: fix touchscreen rotation Christoph Niedermaier (2): ARM: dts: imx6ull-dhcor: Remove 900MHz operating point ARM: dts: imx6ull-dhcom: Remove /omit-if-no-ref/ from node usdhc1-pwrseq Dmitry Baryshkov (1): ARM: dts: imx53-qsb: add support for the HDMI expander Fabio Estevam (2): ARM: dts: imx28-evk: Use 'eeprom' as the node name ARM: dts: imx1-apf9328: Fix Ethernet node name Frieder Schrempf (1): ARM: dts: imx6dl: Add support for Sielaff i.MX6 Solo board Hiago De Franco (1): ARM: dts: imx: Add support for Apalis Evaluation Board v1.2 Josua Mayer (1): ARM: dts: imx6qdl-hummingboard: Add rtc0 and rtc1 aliases to fix hctosys Li Yang (1): ARM: dts: ls1021a: Enable usb3-lpm-capable for usb3 node Manuel Traut (1): ARM: dts: imx6ul: Set macaddress location in ocotp Michal Vokáč (2): ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register address ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under the switch node Oleksij Rempel (1): ARM: dts: imx6: skov: add aliases for all ethernet nodes Sebastian Reichel (5): ARM: dts: imx6ull: fix pinctrl node name ARM: dts: imx6ul: Remove fsl,anatop from usbotg1 ARM: dts: nxp: imx6ul: xnur-gpio -> xnur-gpios ARM: dts: nxp: imx6ul: fix touchscreen node name ARM: dts: nxp: imx: fix weim node name arch/arm/boot/dts/nxp/imx/Makefile | 6 + arch/arm/boot/dts/nxp/imx/imx1-apf9328.dts | 2 +- arch/arm/boot/dts/nxp/imx/imx1.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx27.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx31.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx35.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx51.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx53-qsb-hdmi.dtso | 87 ++++ arch/arm/boot/dts/nxp/imx/imx6dl-sielaff.dts | 533 +++++++++++++++++++++ arch/arm/boot/dts/nxp/imx/imx6dl-yapp4-common.dtsi | 25 +- .../boot/dts/nxp/imx/imx6q-apalis-eval-v1.2.dts | 200 ++++++++ arch/arm/boot/dts/nxp/imx/imx6q-apalis-eval.dts | 108 +---- arch/arm/boot/dts/nxp/imx/imx6q-apalis-eval.dtsi | 120 +++++ .../arm/boot/dts/nxp/imx/imx6qdl-hummingboard.dtsi | 7 +- .../boot/dts/nxp/imx/imx6qdl-hummingboard2.dtsi | 5 + arch/arm/boot/dts/nxp/imx/imx6qdl-skov-cpu.dtsi | 10 +- arch/arm/boot/dts/nxp/imx/imx6qdl.dtsi | 2 +- .../boot/dts/nxp/imx/imx6sl-tolino-shine2hd.dts | 6 +- arch/arm/boot/dts/nxp/imx/imx6sl.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx6sx.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx6ul-14x14-evk.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx6ul-geam.dts | 2 +- .../dts/nxp/imx/imx6ul-imx6ull-opos6uldev.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx6ul.dtsi | 18 +- .../dts/nxp/imx/imx6ull-dhcom-som-cfg-sdcard.dtsi | 4 +- arch/arm/boot/dts/nxp/imx/imx6ull-dhcom-som.dtsi | 4 +- arch/arm/boot/dts/nxp/imx/imx6ull-dhcor-som.dtsi | 7 +- arch/arm/boot/dts/nxp/imx/imx6ull.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi | 325 +++++++------ arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi | 144 +++--- arch/arm/boot/dts/nxp/imx/imx7d-mba7.dts | 94 ++-- arch/arm/boot/dts/nxp/ls/ls1021a.dtsi | 1 + arch/arm/boot/dts/nxp/mxs/imx28-evk.dts | 2 +- 33 files changed, 1338 insertions(+), 394 deletions(-) create mode 100644 arch/arm/boot/dts/nxp/imx/imx53-qsb-hdmi.dtso create mode 100644 arch/arm/boot/dts/nxp/imx/imx6dl-sielaff.dts create mode 100644 arch/arm/boot/dts/nxp/imx/imx6q-apalis-eval-v1.2.dts create mode 100644 arch/arm/boot/dts/nxp/imx/imx6q-apalis-eval.dtsi From patchwork Mon Feb 26 03:41:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 13571253 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 618E9C48BF6 for ; Mon, 26 Feb 2024 03:42:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 4800AC43394; Mon, 26 Feb 2024 03:42:48 +0000 (UTC) Received: from mail-177131.yeah.net (mail-177131.yeah.net [123.58.177.131]) by smtp.kernel.org (Postfix) with ESMTP id AFD58C43390; Mon, 26 Feb 2024 03:42:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org AFD58C43390 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=yeah.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=azWKj vHBM2g0xxxl2Wba5BeLAzT/HX6MBXrBM70VXCI=; b=JnAbsrr9vFpoflf3rhZ0p rqxh0nP8oa5qmYyc1Z1YB8fE/Hg3OrAYgjanGLBgP8MQ/1hF9m23e7db5fb6nnyJ AYrX7+TBaZTUbcDuOYEI95aXyenGe0CBC15KjypCDAvrMQfxstkODfgdjCNfMp38 l1YUhmCzydVjv0vdJQifDc= Received: from localhost.localdomain (unknown [183.213.196.200]) by smtp1 (Coremail) with SMTP id ClUQrACHSyCmCNxlT1hhBA--.22032S5; Mon, 26 Feb 2024 11:42:32 +0800 (CST) From: Shawn Guo List-Id: To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo , Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 4/5] i.MX arm64 device tree for 6.9 Date: Mon, 26 Feb 2024 11:41:45 +0800 Message-Id: <20240226034147.233993-4-shawnguo2@yeah.net> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240226034147.233993-1-shawnguo2@yeah.net> References: <20240226034147.233993-1-shawnguo2@yeah.net> MIME-Version: 1.0 X-CM-TRANSID: ClUQrACHSyCmCNxlT1hhBA--.22032S5 X-Coremail-Antispam: 1Uf129KBjvAXoW3ur4xZFW3JF4kCw4DWw17ZFb_yoW8JrWfto WfAF4rArWjkw47WF4YvryUKw1Yq3WkWr1xXFWUXr4rGw4rXF13Z3srur4j9rWrJFy5uFyk W3W7Kr1Yyr4Yg3s7n29KB7ZKAUJUUUU8529EdanIXcx71UUUUU7v73VFW2AGmfu7bjvjm3 AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUsVyxDUUUU X-Originating-IP: [183.213.196.200] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiGAiQZV6Nnjbw4wAAsN From: Shawn Guo The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-6.9 for you to fetch changes up to da96424168aa85be683f418414cbfa8b35283186: arm64: dts: imx8mm-kontron-bl-osm-s: Fix Ethernet PHY compatible (2024-02-26 10:24:54 +0800) ---------------------------------------------------------------- i.MX arm64 device tree for 6.9: - New board support: Apalis eval v1.2 carrier board, Variscite VAR-SOM-MX93, phyBOARD-Segin-i.MX93. - A series from Adam Ford to enable bluetooth, configure multiple queues on eqos, remove unnecessary clock configuration for i.MX8 Beacon boards. - Several changesets from Alexander Stein to add i.MX8DXP support, enable audio and GPU for i.MX8QXP, re-parent MEDIA_MIPI_PHY1_REF clock for i.MX8MP, and improve MBA8xx board description. - A few dt-schema fixes from Fabio Estevam for i.MX8MM and i.MX93 devices. - A bunch of changes from Frank Li to improve i.MX8QM and i.MX8DXL support, correcting edma3 power-domains and interrupt numbers, adding I2C, FlexCAN and SMMU devices, etc. - A series from Frieder Schrempf to improve imx8mm-kontron board descriptions, disabling pulls, fixing up RTC device, adding EEPROM, and refactoring OSM-S module, etc. - A set of Data Modul i.MX8M Plus eDM SBC improvements from Marek Vasut. - A series from Shengjiu Wang to add PDM micphone and SPDIF sound card support for imx8mm-evk board. - A series of imx8mm-venice boards improvement from Tim Harvey to add TPM device, fix USB OTG VBUS etc. - Other small and random improvements on various boards. ---------------------------------------------------------------- Adam Ford (4): arm64: dts: imx8mp-beacon: Enable Bluetooth arm64: dts: imx8mp-beacon: Configure multiple queues on eqos arm64: dts: imx8mn: Slow default video_pll clock rate arm64: dts: imx8mn-beacon: Remove unnecessary clock configuration Alexander Stein (16): arm64: dts: imx: add imx8dxp support arm64: dts: freescale: add initial device tree for TQMa8Xx arm64: dts: imx8qxp: Add ACM input clock gates arm64: dts: imx8qxp: Add audio clock mux node arm64: dts: imx8qxp: Add audio SAI nodes arm64: dts: imx8qxp: Add mclkout clock gates arm64: dts: imx8qxp: mba8xx: Add analog audio output on MBa8Xx arm64: dts: imx8qxp: add GPU nodes arm64: dts: imx8mp: reparent MEDIA_MIPI_PHY1_REF to CLK_24M arm64: dts: freescale: tqma9352: Update I2C eeprom compatible arm64: dts: freescale: imx8-ss-dma: Fix edma3's location arm64: dts: imx8: Fix lpuart DMA channel order arm64: dts: freescale: imx8mm/imx8mq: mba8mx: Use PCIe clock generator arm64: dts: imx8mq: tqma8mq-mba8mx: Add missing USB vbus supply arm64: dts: imx8mn: tqma8mqnl-mba8mx: Add USB DR overlay arm64: dts: mba8xx: Add missing #interrupt-cells Dominik Haller (1): arm64: dts: imx8mp-phyboard-pollux: Disable pull-up for CD GPIO Fabio Estevam (4): arm64: dts: ls1046a: Remove big-endian from thermal arm64: dts: imx93-var-som: Remove phy-supply from eqos arm64: dts: imx8-apalis-v1.1: Remove reset-names from ethernet-phy arm64: dts: imx8mm-kontron-bl-osm-s: Fix Ethernet PHY compatible Frank Li (11): arm64: dts: imx8qm: Align edma3 power-domains resources indentation arm64: dts: imx8qm: Correct edma3 power-domains and interrupt numbers arm64: dts: imx8dxl: update flexcan[1-3] interrupt number arm64: dts: imx8dxl-evk: add i2c3 and its children nodes arm64: dts: imx8dxl-evk: add flexcan2 and flecan3 arm64: dts: imx8qm: add smmu node arm64: dts: imx8qm: add smmu stream id information arm64: dts: imx8dxl: add fsl-dma.h dt-binding header file arm64: dts: imx8dxl update edma0 information arm64: dts: imx8qm: add i2c4 and i2c4_lpcg node arm64: dts: imx8qm: add i2c1 for imx8qm-mek board Frieder Schrempf (12): arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on OSM-S i.MX8MM arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on SL/BL i.MX8MM arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL OSM-S board arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL board arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL OSM-S board arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL board arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S i.MX8MM module arm64: dts: imx8mm-kontron: Fix OSM-S devicetrees to match latest hardware arm64: dts: imx8mm-kontron: Disable uneffective PUE bit in SDIO IOMUX arm64: dts: imx8mm-kontron: Remove useless trickle-diode-disable from RTC node arm64: dts: imx8mm-kontron: Add I2C EEPROM on OSM-S Kontron i.MX8MM arm64: dts: imx8mm-kontron: Refactor devicetree for OSM-S module and board Heinz Wrobel (1): arm64: dts: lx2160a: Fix DTS for full PL011 UART Hou Zhiqiang (1): arm64: dts: ls1012a: add big-endian property for PCIe nodes Hugo Villeneuve (1): arm64: dts: imx8mn-rve-gateway: remove redundant company name Joao Paulo Goncalves (1): arm64: dts: freescale: imx8qm: add apalis eval v1.2 carrier board Krzysztof Kozlowski (2): arm64: dts: imx93: drop "master" I3C node name suffix arm64: dts: freescale: minor whitespace cleanup Li Yang (2): arm64: dts: ls1012a: correct the size of dcfg block arm64: dts: ls1012a: add gpio for i2c bus recovery Liu Ying (1): arm64: dts: imx8mp-evk: Fix hdmi@3d node Marek Vasut (3): arm64: dts: imx8mp: Enable PCIe to Data Modul i.MX8M Plus eDM SBC arm64: dts: imx8mp: Enable SAI audio on Data Modul i.MX8M Plus eDM SBC arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul i.MX8M Plus eDM SBC Mathieu Othacehe (2): arm64: dts: imx93-var-som: Add Variscite VAR-SOM-MX93 arm64: dts: imx93: Add phyBOARD-Segin-i.MX93 support Philippe Schenker (1): arm64: dts: imx8mp-verdin: Label ldo5 and link to usdhc2 Ran Wang (1): arm64: dts: ls1012a: fix DWC3 USB VBUS glitch issue Shengjiu Wang (3): arm64: dts: imx8mm-evk: Add PDM micphone sound card support arm64: dts: imx8mn-evk: Add PDM micphone sound card support arm64: dts: imx8mm-evk: Add spdif sound card support Teresa Remmet (1): arm64: dts: imx8mp-phyboard-pollux: Reduce drive strength for eqos tx lines Tim Harvey (5): arm64: dts: imx8mm-venice-gw7901: add digital I/O direction control GPIO's arm64: dts: imx8mm-venice-gw7901: add TPM device arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS arm64: dts: imx8mm-venice-gw71xx: add TPM device arm64: dts: imx8mp-venice-gw71xx: add TPM device Xiaowei Bao (1): arm64: dts: ls1088a: Add the PME interrupt for PCIe EP node Yannic Moog (2): arm64: dts: imx8mp-phyboard-pollux-rdk: add etml panel support arm64: dts: imx8mp-phyboard-pollux: Set debug uart muxing to 0x140 Yashwanth Varakala (1): arm64: dts: imx8mp-phyboard-pollux: Add and update rtc devicetree node arch/arm/boot/dts/nxp/ls/ls1021a.dtsi | 1 + arch/arm64/boot/dts/freescale/Makefile | 8 + arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 10 +- arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 1 - arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 6 + arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 32 +- .../boot/dts/freescale/imx8-apalis-eval-v1.1.dtsi | 26 + .../boot/dts/freescale/imx8-apalis-eval-v1.2.dtsi | 124 +++++ .../arm64/boot/dts/freescale/imx8-apalis-eval.dtsi | 22 - .../arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi | 1 - arch/arm64/boot/dts/freescale/imx8-ss-audio.dtsi | 330 ++++++++++++ arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi | 63 +-- arch/arm64/boot/dts/freescale/imx8-ss-gpu0.dtsi | 27 + arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 101 ++++ arch/arm64/boot/dts/freescale/imx8dxl-ss-adma.dtsi | 77 +++ arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 1 + .../boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts | 16 + .../arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi | 24 + arch/arm64/boot/dts/freescale/imx8dxp.dtsi | 24 + arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi | 69 +++ .../boot/dts/freescale/imx8mm-kontron-bl-osm-s.dts | 294 ++++------- .../arm64/boot/dts/freescale/imx8mm-kontron-bl.dts | 38 +- .../boot/dts/freescale/imx8mm-kontron-osm-s.dtsi | 567 ++++++++++++++++++++- .../boot/dts/freescale/imx8mm-kontron-sl.dtsi | 4 +- .../boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts | 14 +- .../boot/dts/freescale/imx8mm-venice-gw71xx.dtsi | 40 +- .../boot/dts/freescale/imx8mm-venice-gw7901.dts | 14 +- .../arm64/boot/dts/freescale/imx8mn-beacon-kit.dts | 2 - arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi | 36 ++ .../boot/dts/freescale/imx8mn-rve-gateway.dts | 2 +- .../freescale/imx8mn-tqma8mqnl-mba8mx-usbotg.dtso | 64 +++ .../boot/dts/freescale/imx8mn-tqma8mqnl-mba8mx.dts | 5 +- arch/arm64/boot/dts/freescale/imx8mn.dtsi | 2 +- .../boot/dts/freescale/imx8mp-beacon-som.dtsi | 71 +++ .../dts/freescale/imx8mp-data-modul-edm-sbc.dts | 82 ++- arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 33 +- .../dts/freescale/imx8mp-phyboard-pollux-rdk.dts | 107 +++- .../boot/dts/freescale/imx8mp-phycore-som.dtsi | 1 - .../boot/dts/freescale/imx8mp-venice-gw71xx.dtsi | 10 +- arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi | 3 +- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 12 +- .../boot/dts/freescale/imx8mq-tqma8mq-mba8mx.dts | 24 +- .../boot/dts/freescale/imx8qm-apalis-eval-v1.2.dts | 16 + .../boot/dts/freescale/imx8qm-apalis-eval.dts | 2 +- .../dts/freescale/imx8qm-apalis-v1.1-eval-v1.2.dts | 26 + .../boot/dts/freescale/imx8qm-apalis-v1.1-eval.dts | 2 +- arch/arm64/boot/dts/freescale/imx8qm-mek.dts | 26 + arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi | 5 + arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi | 55 +- arch/arm64/boot/dts/freescale/imx8qm.dtsi | 41 ++ .../boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts | 16 + .../arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi | 14 + arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 8 + arch/arm64/boot/dts/freescale/imx8ulp-evk.dts | 2 +- .../boot/dts/freescale/imx93-phyboard-segin.dts | 117 +++++ .../boot/dts/freescale/imx93-phycore-som.dtsi | 126 +++++ arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi | 4 +- .../boot/dts/freescale/imx93-var-som-symphony.dts | 351 +++++++++++++ arch/arm64/boot/dts/freescale/imx93-var-som.dtsi | 110 ++++ arch/arm64/boot/dts/freescale/imx93.dtsi | 4 +- arch/arm64/boot/dts/freescale/mba8mx.dtsi | 21 +- arch/arm64/boot/dts/freescale/mba8xx.dtsi | 554 ++++++++++++++++++++ arch/arm64/boot/dts/freescale/tqma8xx.dtsi | 265 ++++++++++ 63 files changed, 3749 insertions(+), 404 deletions(-) create mode 100644 arch/arm64/boot/dts/freescale/imx8-apalis-eval-v1.1.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8-apalis-eval-v1.2.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8-ss-gpu0.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp-mba8xx.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8dxp-tqma8xdp.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8dxp.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl-mba8mx-usbotg.dtso create mode 100644 arch/arm64/boot/dts/freescale/imx8qm-apalis-eval-v1.2.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1-eval-v1.2.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp-mba8xx.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8qxp-tqma8xqp.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx93-phyboard-segin.dts create mode 100644 arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts create mode 100644 arch/arm64/boot/dts/freescale/imx93-var-som.dtsi create mode 100644 arch/arm64/boot/dts/freescale/mba8xx.dtsi create mode 100644 arch/arm64/boot/dts/freescale/tqma8xx.dtsi From patchwork Mon Feb 26 03:41:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 13571252 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 25F66C54E4F for ; Mon, 26 Feb 2024 03:42:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 0C46EC43609; Mon, 26 Feb 2024 03:42:47 +0000 (UTC) Received: from mail-177131.yeah.net (mail-177131.yeah.net [123.58.177.131]) by smtp.kernel.org (Postfix) with ESMTP id AFBA3C433C7; Mon, 26 Feb 2024 03:42:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org AFBA3C433C7 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=yeah.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=WCVo5 MuHl/wvlVWvwzWYEKtaMEK03ZJXtafReRrrmC0=; b=Py64c8fixS5Yq8WYIsJNQ g3Kb/Ox954oGeJSj3XIlNMzply37EVWxBrpUDYHNyYVMSgirwa4kpiwqlUTArxys BVB22cAKVNuZ2l9sp/OnMK6SQUFROlQsOArzABMMGBOWhFWglgOmMTrfHksSNPyV ZCZAOrR+EwkFi8MHubypB4= Received: from localhost.localdomain (unknown [183.213.196.200]) by smtp1 (Coremail) with SMTP id ClUQrACHSyCmCNxlT1hhBA--.22032S6; Mon, 26 Feb 2024 11:42:32 +0800 (CST) From: Shawn Guo List-Id: To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo , Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 5/5] i.MX defconfig for 6.9 Date: Mon, 26 Feb 2024 11:41:46 +0800 Message-Id: <20240226034147.233993-5-shawnguo2@yeah.net> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240226034147.233993-1-shawnguo2@yeah.net> References: <20240226034147.233993-1-shawnguo2@yeah.net> MIME-Version: 1.0 X-CM-TRANSID: ClUQrACHSyCmCNxlT1hhBA--.22032S6 X-Coremail-Antispam: 1Uf129KBjvdXoWrZryrKry8Ww4rur43uw1fXrb_yoWkuwb_AF y7G3WDWrWUurWxG3Wa93WfJrWUK3WxJ34UJr1UtrZxWw42qr1UJ3y8XFWrWr18X3W5Gr9F yrWDA3WDAr4jkjkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IU09ID5UUUUU== X-Originating-IP: [183.213.196.200] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiBQiQZVsVCUT1-QAAsz From: Shawn Guo The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-6.9 for you to fetch changes up to f1a9ff95971a879572f56bbc8b1e1ca0b1a812b8: arm64: defconfig: enable i.MX8MP ldb bridge (2024-02-06 18:34:58 +0800) ---------------------------------------------------------------- i.MX defconfig for 6.9: - Enable VF610 GPIO driver for both arm64 and i.MX ARM defconfig. - Enable i.MX8MP LDB bridge and i.MX8QXP support drivers in arm64 defconfig. ---------------------------------------------------------------- Alexander Stein (1): arm64: defconfig: Enable i.MX8QXP device drivers Martin Kaiser (2): ARM: imx_v6_v7_defconfig: enable the vf610 gpio driver arm64: defconfig: enable the vf610 gpio driver Yannic Moog (1): arm64: defconfig: enable i.MX8MP ldb bridge arch/arm/configs/imx_v6_v7_defconfig | 1 + arch/arm64/configs/defconfig | 8 ++++++++ 2 files changed, 9 insertions(+)