mbox series

[GIT,PULL,5/6] i.MX arm64 device tree update for 5.2

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

Pull-request

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

Message

Shawn Guo April 22, 2019, 8:28 a.m. UTC
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 00c5ce8ac0233fb8975448e720bb1702b36d0725:

  arm64: dts: lx2160a: add cpu idle support (2019-04-22 10:40:45 +0800)

----------------------------------------------------------------
i.MX arm64 device tree update for 5.2:
 - Add initial i.MX8MM SoC and EVK board support.
 - Enable OPP table for cpufreq support on i.MX8MQ, i.MX8QXP and
   i.MX8MM.
 - A series from Andrey Smirnov to enable PCIe support for i.MX8MQ.
 - Add TMU (Thermal Management Unit) device on i.MX8MQ for managing
   thermal of CPU, GPU, and VPU.
 - Add SDMA and SAI2 devices for i.MX8MQ SoC and enable wm8524 audio
   support on EVK board.
 - Add LPUART, OCOTP and GPU devices for i.MX8MQ SoC.
 - Add initial i.MX8MQ based Zii Ultra board support
 - Add SCU general IRQ and watchdog support for i.MX8QXP.
 - Add audio related devices and PMU for LS1028A.
 - Enable SATA and cpuidle support for LX2160A.
 - Other small random updates.

----------------------------------------------------------------
Abel Vesa (3):
      arm64: dts: imx8mq: Add the clocks and the latencies for the A53 cores
      arm64: dts: imx8mq: Add the buck vdd_arm regulator
      arm64: dts: imx8mq: Add the opp table and cores opp properties

Alison Wang (2):
      arm64: dts: ls1028a: Add Audio DT nodes
      arm64: dts: ls1028a: Add pmu dt nodes

Andrey Smirnov (5):
      arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
      arm64: dts: imx8mq: Add a node for SRC IP block
      arm64: dts: imx8mq: Combine PCIE power domains
      arm64: dts: imx8mq: Add nodes for PCIe IP blocks
      arm64: dts: imx8mq-evk: Enable PCIE0 interface

Angus Ainslie (Purism) (3):
      arm64: dts: imx8mq: enable the multi sensor TMU
      arm64: dts: imx8mq: Fix the fsl,imx8mq-sdma compatible string
      arm64: dts: imx8mq: Change ahb clock for imx8mq

Anson Huang (4):
      arm64: dts: imx8qxp: add cpu opp table
      arm64: dts: imx8mq: add clock for GPIO node
      arm64: dts: imx8qxp: add system controller watchdog support
      arm64: dts: imx8qxp: enable scu general irq channel

Carlo Caione (1):
      arm64: dts: imx8mq: Add on-chip OTP controller node

Daniel Baluta (4):
      arm64: dts: imx8mq: Add SDMA nodes
      arm64: dts: imx8mq: Add SAI2 node
      arm64: dts: imx8mq-evk: Enable audio codec wm8524
      arm64: dts: imx8qxp: Add lpuart1/lpuart2/lpuart3 nodes

Fabio Estevam (2):
      arm64: dts: imx8mq: Move the opp table out of bus node
      arm64: dts: imx8mq: Move thermal-zones out of bus node

Frieder Schrempf (1):
      arm64: dts: fsl: Remove unused properties from FSL QSPI nodes

Horia Geantă (1):
      arm64: dts: ls1043a: add crypto node alias also for qds

Jacky Bai (2):
      arm64: dts: imx: Add i.mx8mm dtsi support
      arm64: dts: imx: Add i.mx8mm evk basic dts support

Leonard Crestez (2):
      arm64: dts: imx8qxp-mek: Add i2c1 with pca9646
      arm64: dts: imx8mm: Add cpufreq properties

Lucas Stach (5):
      arm64: dts: imx8mq: fix higher CPU operating point
      arm64: dts: imx: add Zii Ultra board support
      arm64: dts: imx8mq: add GPU node
      arm64: dts: fsl: imx8mq-evk: link regulator to GPU domain
      arm64: dts: imx8mq: fix GPU clock frequency

Manivannan Sadhasivam (1):
      arm64: dts: freescale: Enable PCI-E controller for Oxalis board

Peng Fan (2):
      arm64: dts: imx8qxp: fix mbox-cells
      arm64: dts: imx8qxp: add lsio_mu2 node

Peng Ma (2):
      arm64: dts: ls1028a: Corrected the SATA ecc address
      arm64: dts: lx2160a: add sata node support

Ran Wang (1):
      arm64: dts: lx2160a: add cpu idle support

 arch/arm64/boot/dts/freescale/Makefile             |   3 +
 .../boot/dts/freescale/fsl-ls1012a-oxalis.dts      |   4 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     |   2 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts  |  62 ++
 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts  |  63 ++
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |  64 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts  |   1 -
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |   2 +-
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     |   2 -
 arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts  |  16 +
 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts  |  16 +
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi     |  69 ++
 arch/arm64/boot/dts/freescale/imx8mm-evk.dts       | 235 +++++++
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          | 733 +++++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mq-evk.dts       | 129 ++++
 .../boot/dts/freescale/imx8mq-zii-ultra-rmb3.dts   |  95 +++
 .../boot/dts/freescale/imx8mq-zii-ultra-zest.dts   |  24 +
 .../arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi | 725 ++++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi          | 309 ++++++++-
 arch/arm64/boot/dts/freescale/imx8qxp-mek.dts      |  95 +++
 arch/arm64/boot/dts/freescale/imx8qxp.dtsi         |  89 ++-
 21 files changed, 2725 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-evk.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-zii-ultra-rmb3.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-zii-ultra-zest.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi

Comments

Olof Johansson April 29, 2019, 4:27 p.m. UTC | #1
On Mon, Apr 22, 2019 at 04:28:35PM +0800, Shawn Guo wrote:
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.2
> 
> for you to fetch changes up to 00c5ce8ac0233fb8975448e720bb1702b36d0725:
> 
>   arm64: dts: lx2160a: add cpu idle support (2019-04-22 10:40:45 +0800)
> 
> ----------------------------------------------------------------
> i.MX arm64 device tree update for 5.2:
>  - Add initial i.MX8MM SoC and EVK board support.
>  - Enable OPP table for cpufreq support on i.MX8MQ, i.MX8QXP and
>    i.MX8MM.
>  - A series from Andrey Smirnov to enable PCIe support for i.MX8MQ.
>  - Add TMU (Thermal Management Unit) device on i.MX8MQ for managing
>    thermal of CPU, GPU, and VPU.
>  - Add SDMA and SAI2 devices for i.MX8MQ SoC and enable wm8524 audio
>    support on EVK board.
>  - Add LPUART, OCOTP and GPU devices for i.MX8MQ SoC.
>  - Add initial i.MX8MQ based Zii Ultra board support
>  - Add SCU general IRQ and watchdog support for i.MX8QXP.
>  - Add audio related devices and PMU for LS1028A.
>  - Enable SATA and cpuidle support for LX2160A.
>  - Other small random updates.

Merged, thanks.


-Olof