From: Shawn Guo <shawnguo@kernel.org> To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo <shawnguo@kernel.org>, Fabio Estevam <festevam@gmail.com>, Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>, kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 5/6] i.MX arm64 device tree changes for 5.14 Date: Sun, 13 Jun 2021 16:25:43 +0800 [thread overview] Message-ID: <20210613082544.16067-5-shawnguo@kernel.org> (raw) In-Reply-To: <20210613082544.16067-1-shawnguo@kernel.org> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.14 for you to fetch changes up to 21cc1f222e890fa989d1395e47b16777fea46e5f: arm64: dts: imx8mn-evk: disable over current for usb (2021-06-12 17:59:43 +0800) ---------------------------------------------------------------- i.MX arm64 device tree chagnes for 5.14: - New board support: i.MX8MM Gateworks GW7901 board. - Add SPBA bus description for i.MX8MN and i.MX8MM. - A series of update on imx8mq-nitrogen board to add USB OTG/Host and LT8912 MIPI-DSI to HDMI support. - Correct enet clock description for i.MX8 Connection Subsystem. - A couple of patches from Heiko Schocher to add FlexSPI device for i.MX8MP SoC and enable SPI NOR Flash support on imx8mp-phycore-som. - Remove the reference to audio IPG clock on i.MX8MP. - Enable EQOS Ethernet and PMIC device support for imx8mp-evk. - Disable USB over-current on imx8mm-evk and imx8mn-evk. - Add dma-ranges description for i.MX8MM and i.MX8MN SoC. - Add PCIe clock description for i.MX8MQ SoC. - Enable PCIe support on freeway board. - Enable OPTEE support on ls1028a-rdb board. ---------------------------------------------------------------- Adam Ford (3): arm64: dts: imx8mn: Add spba1 bus arm64: dts: imx8mm: Add spba1 and spba2 buses arm64: dts: imx8mn-beacon-som: Assign PMIC clock Adrien Grassein (3): arm64: dts: imx8mq-nitrogen: add USB OTG support arm64: dts: imx8mq-nitrogen: add USB HOST support arm64: dts: imx8mq-nitrogen: add lt8912 MIPI-DSI to HDMI Dong Aisheng (1): arm64: dts: imx8: conn: fix enet clock setting Heiko Schocher (2): arm64: dts: imx8mp: add flexspi node arm64: dts: imx8mp-phycore-som: enable spi nor Jacky Bai (1): arm64: dts: imx8mp: Remove the reference to audio ipg clock on imx8mp Joakim Zhang (1): arm64: dts: imx8mp-evk: enable EQOS ethernet Kornel Duleba (1): arm64: dts: fsl-ls1028a: Correct ECAM PCIE window ranges Li Jun (2): arm64: dts: imx8mm-evk: disable over current for usb1 arm64: dts: imx8mn-evk: disable over current for usb Lucas Stach (3): arm64: dts: imx8mm: specify dma-ranges arm64: dts: imx8mn: specify dma-ranges arm64: dts: imx8mq: assign PCIe clocks Mian Yousaf Kaukab (2): arm64: dts: ls1012a: enable PCIe on freeway board arm64: dts: ls208xa: remove bus-num from dspi node Richard Zhu (1): arm64: dts: imx8mq-evk: add one regulator used to power up pcie phy Sahil Malhotra (1): arm64: dts: ls1028a-rdb: enable optee node Tim Harvey (1): arm64: dts: imx: Add i.mx8mm Gateworks gw7901 dts support Uwe Kleine-König (1): arm64: dts: imx8mp-evk: Add PMIC device Zhen Lei (1): arm64: dts: freescale: Separate each group of data in the property 'reg' arch/arm64/boot/dts/freescale/Makefile | 1 + arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts | 4 + arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 14 +- arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts | 4 + arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 24 +- arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 12 +- arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 24 +- arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 24 +- arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi | 16 +- arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi | 16 +- arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 1 - arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 24 +- arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi | 50 +- arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi | 1 + .../boot/dts/freescale/imx8mm-venice-gw7901.dts | 1019 ++++++++++++++++++++ arch/arm64/boot/dts/freescale/imx8mm.dtsi | 363 +++---- .../boot/dts/freescale/imx8mn-beacon-som.dtsi | 3 + arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi | 1 + arch/arm64/boot/dts/freescale/imx8mn.dtsi | 147 +-- arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 139 +++ .../boot/dts/freescale/imx8mp-phycore-som.dtsi | 25 + arch/arm64/boot/dts/freescale/imx8mp.dtsi | 18 +- arch/arm64/boot/dts/freescale/imx8mq-evk.dts | 1 + arch/arm64/boot/dts/freescale/imx8mq-nitrogen.dts | 182 ++++ arch/arm64/boot/dts/freescale/imx8mq.dtsi | 16 + 25 files changed, 1789 insertions(+), 340 deletions(-) create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org> To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo <shawnguo@kernel.org>, Fabio Estevam <festevam@gmail.com>, Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>, kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 5/6] i.MX arm64 device tree changes for 5.14 Date: Sun, 13 Jun 2021 16:25:43 +0800 [thread overview] Message-ID: <20210613082544.16067-5-shawnguo@kernel.org> (raw) Message-ID: <20210613082543.i7M1yCNzK11LdAlFvpxqWkahRX4rsd-2junhRfKPrQI@z> (raw) In-Reply-To: <20210613082544.16067-1-shawnguo@kernel.org> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.14 for you to fetch changes up to 21cc1f222e890fa989d1395e47b16777fea46e5f: arm64: dts: imx8mn-evk: disable over current for usb (2021-06-12 17:59:43 +0800) ---------------------------------------------------------------- i.MX arm64 device tree chagnes for 5.14: - New board support: i.MX8MM Gateworks GW7901 board. - Add SPBA bus description for i.MX8MN and i.MX8MM. - A series of update on imx8mq-nitrogen board to add USB OTG/Host and LT8912 MIPI-DSI to HDMI support. - Correct enet clock description for i.MX8 Connection Subsystem. - A couple of patches from Heiko Schocher to add FlexSPI device for i.MX8MP SoC and enable SPI NOR Flash support on imx8mp-phycore-som. - Remove the reference to audio IPG clock on i.MX8MP. - Enable EQOS Ethernet and PMIC device support for imx8mp-evk. - Disable USB over-current on imx8mm-evk and imx8mn-evk. - Add dma-ranges description for i.MX8MM and i.MX8MN SoC. - Add PCIe clock description for i.MX8MQ SoC. - Enable PCIe support on freeway board. - Enable OPTEE support on ls1028a-rdb board. ---------------------------------------------------------------- Adam Ford (3): arm64: dts: imx8mn: Add spba1 bus arm64: dts: imx8mm: Add spba1 and spba2 buses arm64: dts: imx8mn-beacon-som: Assign PMIC clock Adrien Grassein (3): arm64: dts: imx8mq-nitrogen: add USB OTG support arm64: dts: imx8mq-nitrogen: add USB HOST support arm64: dts: imx8mq-nitrogen: add lt8912 MIPI-DSI to HDMI Dong Aisheng (1): arm64: dts: imx8: conn: fix enet clock setting Heiko Schocher (2): arm64: dts: imx8mp: add flexspi node arm64: dts: imx8mp-phycore-som: enable spi nor Jacky Bai (1): arm64: dts: imx8mp: Remove the reference to audio ipg clock on imx8mp Joakim Zhang (1): arm64: dts: imx8mp-evk: enable EQOS ethernet Kornel Duleba (1): arm64: dts: fsl-ls1028a: Correct ECAM PCIE window ranges Li Jun (2): arm64: dts: imx8mm-evk: disable over current for usb1 arm64: dts: imx8mn-evk: disable over current for usb Lucas Stach (3): arm64: dts: imx8mm: specify dma-ranges arm64: dts: imx8mn: specify dma-ranges arm64: dts: imx8mq: assign PCIe clocks Mian Yousaf Kaukab (2): arm64: dts: ls1012a: enable PCIe on freeway board arm64: dts: ls208xa: remove bus-num from dspi node Richard Zhu (1): arm64: dts: imx8mq-evk: add one regulator used to power up pcie phy Sahil Malhotra (1): arm64: dts: ls1028a-rdb: enable optee node Tim Harvey (1): arm64: dts: imx: Add i.mx8mm Gateworks gw7901 dts support Uwe Kleine-König (1): arm64: dts: imx8mp-evk: Add PMIC device Zhen Lei (1): arm64: dts: freescale: Separate each group of data in the property 'reg' arch/arm64/boot/dts/freescale/Makefile | 1 + arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts | 4 + arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 14 +- arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts | 4 + arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 24 +- arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 12 +- arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 24 +- arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 24 +- arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi | 16 +- arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi | 16 +- arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 1 - arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 24 +- arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi | 50 +- arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi | 1 + .../boot/dts/freescale/imx8mm-venice-gw7901.dts | 1019 ++++++++++++++++++++ arch/arm64/boot/dts/freescale/imx8mm.dtsi | 363 +++---- .../boot/dts/freescale/imx8mn-beacon-som.dtsi | 3 + arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi | 1 + arch/arm64/boot/dts/freescale/imx8mn.dtsi | 147 +-- arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 139 +++ .../boot/dts/freescale/imx8mp-phycore-som.dtsi | 25 + arch/arm64/boot/dts/freescale/imx8mp.dtsi | 18 +- arch/arm64/boot/dts/freescale/imx8mq-evk.dts | 1 + arch/arm64/boot/dts/freescale/imx8mq-nitrogen.dts | 182 ++++ arch/arm64/boot/dts/freescale/imx8mq.dtsi | 16 + 25 files changed, 1789 insertions(+), 340 deletions(-) create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-06-13 8:26 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-06-13 8:25 [GIT PULL 1/6] i.MX drivers update for 5.14 Shawn Guo 2021-06-13 8:25 ` Shawn Guo 2021-06-13 8:25 ` [GIT PULL 2/6] i.MX SoC changes " Shawn Guo 2021-06-13 8:25 ` Shawn Guo 2021-06-13 8:25 ` [GIT PULL 3/6] i.MX dt-bindings update " Shawn Guo 2021-06-13 8:25 ` Shawn Guo 2021-06-13 8:25 ` [GIT PULL 4/6] i.MX device tree changes " Shawn Guo 2021-06-13 8:25 ` Shawn Guo 2021-06-13 8:25 ` Shawn Guo [this message] 2021-06-13 8:25 ` [GIT PULL 5/6] i.MX arm64 " Shawn Guo 2021-06-13 8:25 ` [GIT PULL 6/6] i.MX defconfig update " Shawn Guo 2021-06-13 8:25 ` Shawn Guo 2021-06-15 16:00 ` [GIT PULL 1/6] i.MX drivers " patchwork-bot+linux-soc
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210613082544.16067-5-shawnguo@kernel.org \ --to=shawnguo@kernel.org \ --cc=arm@kernel.org \ --cc=festevam@gmail.com \ --cc=kernel@pengutronix.de \ --cc=leoyang.li@nxp.com \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-imx@nxp.com \ --cc=soc@kernel.org \ --cc=stefan@agner.ch \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).