linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>, Stefan Agner <stefan@agner.ch>,
	Li Yang <leoyang.li@nxp.com>,
	linux-imx@nxp.com, kernel@pengutronix.de,
	Fabio Estevam <festevam@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 6/7] i.MX arm64 device tree update for 5.4
Date: Sun, 25 Aug 2019 17:32:36 +0200	[thread overview]
Message-ID: <20190825153237.28829-6-shawnguo@kernel.org> (raw)
In-Reply-To: <20190825153237.28829-1-shawnguo@kernel.org>

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 215701807e53a379e1c9b2e6401676779ef85ea0:

  arm64: dts: imx8mq: Add mux controller to iomuxc_gpr (2019-08-24 22:47:07 +0200)

----------------------------------------------------------------
i.MX arm64 device tree update for 5.4:
 - New board support: i.MX8MQ Nitrogen8m, Hummingboard Pulse,
   PICO-PI-IMX8M, i.MX8QXP AI_ML, and LS1046A FRWY board.
 - Add gpio-ranges for GPIO devices on i.MX8MQ and i.MX8MM.
 - Update OPP table according to latest data sheet and add opp-suspend
   to OPP table for i.MX8MQ and i.MX8MM.
 - Add IDEL states for i.MX8MM SoC.
 - Correct I2C clock divider for Layerscape SoCs.
 - Add series alias and LPUART baud clock for i.MX8QXP SoC.
 - Add MIPI D-PHY device for i.MX8MQ and enable it on imx8mq-librem5
   board.
 - Enable USB1 and Type-C support for i.MX8MM EVK board.
 - Add Thermal Monitor Unit support for LS1028A SoC.
 - Misc small update and correction on Layerscape and i.MX8 support.

----------------------------------------------------------------
Abel Vesa (1):
      arm64: dts: imx8mm: Init rates and parents configs for clocks

Anson Huang (9):
      arm64: dts: imx8mq: Add gpio-ranges property
      arm64: dts: imx8mm: Add gpio-ranges property
      arm64: dts: imx8mm: Add "fsl,imx8mq-src" as src's fallback compatible
      arm64: dts: imx8mm: Correct OPP table according to latest datasheet
      arm64: dts: imx8mq: Correct OPP table according to latest datasheet
      arm64: dts: imx8mq: Add clock for TMU node
      arm64: dts: imx8mq: Add opp-suspend property to OPP table
      arm64: dts: imx8mm: Add opp-suspend property to OPP table
      arm64: dts: imx8mm: Enable cpu-idle driver

Ashish Kumar (1):
      arm64: dts: ls1028a: Add esdhc node in dts

Chuanhua Han (7):
      arm64: dts: ls1088a: Revise gpio registers to little-endian
      arm64: dts: ls1088a: Fix incorrect I2C clock divider
      arm64: dts: ls1012a: Fix incorrect I2C clock divider
      arm64: dts: ls1028a: Fix incorrect I2C clock divider
      arm64: dts: lx2160a: Fix incorrect I2C clock divider
      arm64: dts: ls1088a: Add the DSPI controller node
      arm64: dts: ls1088a-qds: Add the spi-flash nodes under the DSPI controller

Daniel Baluta (1):
      arm64: dts: imx8mq-evk: Unbypass audio_pll1

Fabio Estevam (1):
      arm64: dts: imx8mm-evk: Remove invalid properties

Fugang Duan (2):
      arm64: dts: imx8qxp: add lpuart baud clock
      arm64: dts: imx8qxp: add serial alias

Gary Bisson (1):
      arm64: dts: imx: Add i.mx8mq nitrogen8m basic dts support

Guido Günther (3):
      arm64: dts: imx8mq: Add MIPI D-PHY
      arm64: dts: imx8mq-librem5: Enable MIPI D-PHY
      arm64: dts: imx8mq: Add mux controller to iomuxc_gpr

Ioana Ciornei (1):
      arm64: dts: add the console node for DPAA2 platforms

Jon Nettleton (1):
      arm64: dts: fsl: add support for Hummingboard Pulse

Leonard Crestez (1):
      arm64: dts: imx8m: Add ddr-pmu nodes

Li Jun (3):
      arm64: dts: imx8mm: Remove setting for IMX8MM_CLK_USB_CORE_REF
      arm64: dts: imx8mm-evk: enable usb1 and typec support
      arm64: dts: imx8mq: correct usb controller clocks

Lucas Stach (1):
      arm64: dts: rdu3: add UCS1002 charge controller node

Manivannan Sadhasivam (1):
      arm64: dts: freescale: Add support for i.MX8QXP AI_ML board

Pramod Kumar (1):
      arm64: dts: nxp: add ls1046a-frwy board support

Richard Hu (1):
      arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M

Song Hui (2):
      arm64: dts: ls1028a: fix gpio nodes
      arm64: dts: ls1088a: update gpio compatible

Wen He (2):
      arm64: dts: ls1028a: Add optional property node for Mali DP500
      arm64: dts: ls1028a: Add properties node for Display output pixel clock

Yuantian Tang (1):
      arm64: dts: ls1028a: Add Thermal Monitor Unit node

 arch/arm64/boot/dts/freescale/Makefile             |   5 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     |   4 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts  |   8 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts  |  13 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     | 151 +++++++-
 arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts | 155 ++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts  |  33 ++
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     |  38 +-
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     |   5 +
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi     |  21 +-
 arch/arm64/boot/dts/freescale/imx8mm-evk.dts       |  68 +++-
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          |  61 ++-
 arch/arm64/boot/dts/freescale/imx8mq-evk.dts       |   6 +-
 .../dts/freescale/imx8mq-hummingboard-pulse.dts    | 256 +++++++++++++
 .../boot/dts/freescale/imx8mq-librem5-devkit.dts   |   4 +
 arch/arm64/boot/dts/freescale/imx8mq-nitrogen.dts  | 405 ++++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mq-pico-pi.dts   | 413 +++++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mq-sr-som.dtsi   | 309 +++++++++++++++
 .../arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi |  46 ++-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi          |  52 ++-
 arch/arm64/boot/dts/freescale/imx8qxp-ai_ml.dts    | 249 +++++++++++++
 arch/arm64/boot/dts/freescale/imx8qxp.dtsi         |  23 +-
 22 files changed, 2241 insertions(+), 84 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-hummingboard-pulse.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-nitrogen.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-pico-pi.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-sr-som.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8qxp-ai_ml.dts

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2019-08-25 15:34 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-25 15:32 [GIT PULL 1/7] i.MX drivers update for 5.4 Shawn Guo
2019-08-25 15:32 ` [GIT PULL 2/7] i.MX SoC changes " Shawn Guo
2019-09-03 12:26   ` Arnd Bergmann
2019-08-25 15:32 ` [GIT PULL 3/7] i.MX DT bindings update " Shawn Guo
2019-09-03 14:04   ` Arnd Bergmann
2019-08-25 15:32 ` [GIT PULL 4/7] i.MX device tree update with new clocks Shawn Guo
2019-09-03 14:08   ` Arnd Bergmann
2019-08-25 15:32 ` [GIT PULL 5/7] i.MX arm32 device tree changes for 5.4 Shawn Guo
2019-09-03 14:10   ` Arnd Bergmann
2019-08-25 15:32 ` Shawn Guo [this message]
2019-09-03 14:12   ` [GIT PULL 6/7] i.MX arm64 device tree update " Arnd Bergmann
2019-08-25 15:32 ` [GIT PULL 7/7] i.MX defconfig " Shawn Guo
2019-09-03 17:00   ` Arnd Bergmann
2019-09-03 20:58 ` [GIT PULL 1/7] i.MX drivers " Arnd Bergmann
2019-09-11  1:28   ` Shawn Guo

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=20190825153237.28829-6-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: 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).