mbox series

[GIT,PULL,6/7] i.MX arm64 DT changes for 5.3

Message ID 20190625075305.29082-6-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/7] i.MX drivers change for 5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.3

Message

Shawn Guo June 25, 2019, 7:53 a.m. UTC
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.3

for you to fetch changes up to 01407158e4c7a6ac646901b7b034b5a7d605b480:

  arm64: dts: librem5: enable the SNVS power key (2019-06-24 10:07:00 +0800)

----------------------------------------------------------------
i.MX arm64 device tree changes for 5.3:
 - Add i.MX8MQ based Librem5 devkit support.
 - Add SNVS power key support for i.MX8MQ and i.MX8MM.
 - Add GPIO alias for imx8mq and i.MX8QXP.
 - A series from Daniel Baluta to add SAI devices and enable audio
   support for imx8mm-evk board.
 - Add DDR performance monitor unit support for i.MX8QXP.
 - Add irqsteer interrupt controller device for i.MX8MQ SoC.
 - Add CPU speed grading and all OPPs for i.MX8MM and i.MX8MQ.
 - Add OCOTP device node for i.MX8QXP.
 - Various device addition for LS1028A: SATA, qDMA, USB, Mali DP500 and
   temperature sensor.
 - Random minor coding style improvements.

----------------------------------------------------------------
Angus Ainslie (Purism) (4):
      arm64: dts: fsl: imx8mq: add the snvs power key node
      arm64: dts: fsl: librem5: Add a device tree for the Librem5 devkit
      arm64: dts: librem5: Limit the USB to 5V
      arm64: dts: librem5: enable the SNVS power key

Anson Huang (7):
      arm64: dts: imx8mq: Remove unnecessary blank lines
      arm64: dts: imx8mq: Add gpio alias
      arm64: dts: imx8qxp: Add gpio alias
      arm64: dts: imx8qxp: Move watchdog node into scu node
      arm64: dts: imx8mm: Move gic node into soc node
      arm64: dts: imx8mq-evk: Enable SNVS power key
      arm64: dts: imx8mm: Enable SNVS power key according to board design

Chuanhua Han (1):
      arm64: dts: ls1028a: fix watchdog device node

Daniel Baluta (3):
      arm64: dts: imx8mm: Add SAI nodes
      arm64: dts: imx8mm-evk: Enable audio codec wm8524
      arm64: dts: imx8qxp: Add lsio_mu13 node

Fabio Estevam (3):
      arm64: dts: imx8mm: Pass a unit name for the 'soc' node
      arm64: dts: imx8mm: Pass the 'ranges' property
      arm64: dts: imx8mm: Move usbphy out of soc node

Frank Li (1):
      arm64: dts: imx8qxp: added ddr performance monitor nodes

Guido Günther (1):
      arm64: dts: imx8mq: Add a node for irqsteer

Horia Geantă (1):
      arm64: dts: ls1028a: add crypto node

Leonard Crestez (3):
      arm64: dts: imx8mm-evk: Add BD71847 PMIC
      arm64: dts: imx8mm: Add cpu speed grading and all OPPs
      arm64: dts: imx8mq: Add cpu speed grading and all OPPs

Peng Fan (1):
      arm64: dts: imx: add i.MX8QXP ocotp support

Peng Ma (2):
      arm64: dts: ls1028a: Enable sata.
      arm64: dts: fsl: ls1028a: Add qDMA node

Ran Wang (1):
      arm64: dts: ls1028a: Add USB dt nodes

Shawn Guo (2):
      arm64: dts: imx8qxp: sort alias alphabetically
      arm64: dts: imx8qxp: sort LSIO subsystem devices

Wen He (1):
      arm64: dts: ls1028a: Add properties for Mali DP500 node

Yuantian Tang (1):
      arm64: dts: ls1028a: Add temperature sensor node

 arch/arm64/boot/dts/freescale/Makefile             |   1 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts  |  20 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts  |  20 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     | 136 +++-
 arch/arm64/boot/dts/freescale/imx8mm-evk.dts       | 190 +++++
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          | 144 +++-
 arch/arm64/boot/dts/freescale/imx8mq-evk.dts       |   4 +
 .../boot/dts/freescale/imx8mq-librem5-devkit.dts   | 809 +++++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi          |  60 +-
 arch/arm64/boot/dts/freescale/imx8qxp.dtsi         | 134 ++--
 10 files changed, 1429 insertions(+), 89 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts

Comments

Olof Johansson June 25, 2019, 11:53 a.m. UTC | #1
On Tue, Jun 25, 2019 at 03:53:04PM +0800, Shawn Guo wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.3
> 
> for you to fetch changes up to 01407158e4c7a6ac646901b7b034b5a7d605b480:
> 
>   arm64: dts: librem5: enable the SNVS power key (2019-06-24 10:07:00 +0800)
> 
> ----------------------------------------------------------------
> i.MX arm64 device tree changes for 5.3:
>  - Add i.MX8MQ based Librem5 devkit support.
>  - Add SNVS power key support for i.MX8MQ and i.MX8MM.
>  - Add GPIO alias for imx8mq and i.MX8QXP.
>  - A series from Daniel Baluta to add SAI devices and enable audio
>    support for imx8mm-evk board.
>  - Add DDR performance monitor unit support for i.MX8QXP.
>  - Add irqsteer interrupt controller device for i.MX8MQ SoC.
>  - Add CPU speed grading and all OPPs for i.MX8MM and i.MX8MQ.
>  - Add OCOTP device node for i.MX8QXP.
>  - Various device addition for LS1028A: SATA, qDMA, USB, Mali DP500 and
>    temperature sensor.
>  - Random minor coding style improvements.


Merged, thanks!


-Olof