From: Shawn Guo <shawnguo@kernel.org>
To: arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
Shawn Guo <shawnguo@kernel.org>,
Fabio Estevam <festevam@gmail.com>,
linux-imx@nxp.com, kernel@pengutronix.de
Subject: [GIT PULL 5/7] i.MX arm64 device tree changes for 5.1
Date: Tue, 12 Feb 2019 19:21:24 +0800 [thread overview]
Message-ID: <20190212112126.572-5-shawnguo@kernel.org> (raw)
In-Reply-To: <20190212112126.572-1-shawnguo@kernel.org>
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.1
for you to fetch changes up to ca04fed4706dfb13cb964be2dc294054ed0efb6b:
arm64: dts: imx8mq: specify dma-ranges (2019-02-11 13:44:12 +0800)
----------------------------------------------------------------
i.MX arm64 device tree changes for 5.1:
- Add initial i.MX8QXP SoC and MEK board support.
- Various device additions to i.MX8MQ SoC and EVK board support:
RTC, QuadSPI, PMU, ECSPI, PWM, GPC power domain, USB etc.
- Use generic node name for m25p80 flash on layerscape devices.
- Add num-viewport property for layerscape PCIe devices, and
incr-burst-type-adjustment for USB3 devices.
- Add LS1012AX based Oxalis board support.
- Add fsl-mc, FlexSPI device and dma-ranges property for LX2160A SoC.
- Add SMMU device and missing dma-coherent property in fsl-mc for
LS1088 SoC.
----------------------------------------------------------------
Abel Vesa (1):
arm64: dts: imx8mq: Add RTC support
Aisheng Dong (2):
arm64: dts: imx: add imx8qxp support
arm64: dts: imx: add imx8qxp mek support
Alexandre Belloni (3):
arm64: dts: fsl: use a generic node name for m25p80 flashes
arm64: dts: fsl: ls1046a: disable the flash controller by default
arm64: dts: fsl: ls1046a: disable uarts by default
Anson Huang (1):
arm64: dts: imx: add i.MX8QXP system controller RTC support
Carlo Caione (5):
arm64: dts: imx8mq-evk: add missing MDIO / PHY nodes
arm64: dts: imx8mq-evk: Add fsl,magic-packet property
arm64: dts: imx8mq: Add QuadSPI controller
arm64: dts: imx8mq-evk: Enable the QuadSPI controller
arm64: dts: imx8mq: Add ARM PMU node
Daniel Baluta (1):
arm64: dts: imx8qxp: Fix MU4_INT number
Fabio Estevam (1):
arm64: dts: imx8mq: Add ECSPI support
Guido Günther (1):
arm64: dts: imx8mq: Add pwm device nodes
Hou Zhiqiang (1):
arm64: dts: layerscape: add num-viewport property for PCIe DT nodes
Ioana Ciocoi Radulescu (2):
arm64: dts: lx2160a: Add fsl-mc node
arm64: dts: lx2160a: Add dma-ranges property
Lucas Stach (6):
arm64: dts: imx8mq: move watchdog nodes to correct location
arm64: dts: imx8mq: add GPC power domains
arm64: dts: imx8mq: properly describe IRQ hierarchy
arm64: dts: imx8mq: add USB nodes
arm64: dts: imx8mq-evk: enable USB nodes for USB3 host
arm64: dts: imx8mq: specify dma-ranges
Manivannan Sadhasivam (1):
arm64: dts: freescale: Add devicetree for Oxalis
Nipun Gupta (2):
arm64: dts: ls1088: add smmu device node
arm64: dts: ls1088: add missing dma-coherent property in fsl-mc
Ran Wang (1):
arm64: dts: layerscape: Add incr-burst-type-adjustment property to USB3 node
Yogesh Narayan Gaur (2):
arm64: dts: lx2160a: add FlexSPI node property
arm64: dts: lx2160a: update fspi node
arch/arm64/boot/dts/freescale/Makefile | 2 +
.../boot/dts/freescale/fsl-ls1012a-oxalis.dts | 96 +++++
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 2 +
arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | 2 +-
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 6 +
arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts | 2 +-
arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts | 4 +-
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 11 +
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 97 ++++-
arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 6 +
arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 26 ++
arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 133 ++++++
arch/arm64/boot/dts/freescale/imx8mq-evk.dts | 47 +++
arch/arm64/boot/dts/freescale/imx8mq.dtsi | 304 ++++++++++++--
arch/arm64/boot/dts/freescale/imx8qxp-mek.dts | 137 +++++++
arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 446 +++++++++++++++++++++
16 files changed, 1292 insertions(+), 29 deletions(-)
create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1012a-oxalis.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx8qxp-mek.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx8qxp.dtsi
_______________________________________________
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:[~2019-02-12 11:22 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-12 11:21 [GIT PULL 1/7] i.MX drivers update for 5.1 Shawn Guo
2019-02-12 11:21 ` [GIT PULL 2/7] i.MX SoC changes " Shawn Guo
2019-02-15 16:40 ` Arnd Bergmann
2019-02-12 11:21 ` [GIT PULL 3/7] i.MX DT bindings update " Shawn Guo
2019-02-15 15:08 ` Arnd Bergmann
2019-02-18 1:16 ` Shawn Guo
2019-02-12 11:21 ` [GIT PULL 4/7] i.MX device tree changes " Shawn Guo
2019-02-15 15:10 ` Arnd Bergmann
2019-02-12 11:21 ` Shawn Guo [this message]
2019-02-15 15:11 ` [GIT PULL 5/7] i.MX arm64 " Arnd Bergmann
2019-02-12 11:21 ` [GIT PULL 6/7] i.MX defconfig updates " Shawn Guo
2019-02-15 15:47 ` Arnd Bergmann
2019-02-12 11:21 ` [GIT PULL 7/7] i.MX MAINTAINERS update " Shawn Guo
2019-02-15 16:38 ` Arnd Bergmann
2019-02-15 17:03 ` Fabio Estevam
2019-02-15 16:18 ` [GIT PULL 1/7] i.MX drivers " Arnd Bergmann
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=20190212112126.572-5-shawnguo@kernel.org \
--to=shawnguo@kernel.org \
--cc=arm@kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
/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: link
Be 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).