linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
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 4/7] i.MX device tree changes for 5.1
Date: Tue, 12 Feb 2019 19:21:23 +0800	[thread overview]
Message-ID: <20190212112126.572-4-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-dt-5.1

for you to fetch changes up to 1c207f911fe9c8e78efc5a4803a0aa8a18102a23:

  ARM: dts: imx: Add support for Logic PD i.MX6QD EVM (2019-02-12 17:17:11 +0800)

----------------------------------------------------------------
i.MX device tree changes for 5.1:
 - New board support: Logic PD i.MX6QD EVM, ZII SSMB DTU, Phytec
   phyBOARD i.MX6UL Segin, Y Soft IOTA Draco, Hydra and Ursa boards.
 - Add regulator control for various sensors on imx6qdl-sabresd board.
 - Add DISPLAY power domain support for i.MX6SX SoC.
 - Add stmpe-adc device node for Toradex iMX6 module.
 - Switch to SPDX identifier for imx6q-tbs2910 board.
 - Add proper ksz9031 clock skew values for imx6qdl-phytec-pfla02 board.
 - Mark I2C recovery GPIOs as open drain and correct and WEIM range
   configuration for apalis/colibri boards.
 - Small and random updates to various devices.

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: imx: Add support for Logic PD i.MX6QD EVM

Alexander Shiyan (4):
      ARM: dts: imx: Change i.MX27 interrupt controller unit name
      ARM: dts: i.MX51: digi-connectcore: Move RTC from SOM to JSK
      ARM: dts: i.MX51: imx51-digi-connectcore: Enable ESDHC1
      ARM: dts: i.MX51: digi-connectcore-som: Add support for I2C bus recovery

Andrew Lunn (1):
      ARM: dts: vf610: Add ZII SSMB DTU board

Anson Huang (7):
      ARM: dts: imx7ulp: add HSRUN mode clocks
      ARM: dts: imx6sl: correct PWM ipg clock source
      ARM: dts: imx7ulp: add sim node
      ARM: dts: imx6qdl-sabresd: add regulator control for isl29023 sensor
      ARM: dts: imx6qdl-sabresd: add regulators control for mag3110 sensor
      ARM: dts: imx6qdl-sabresd: add regulators control for mma8451 sensor
      ARM: dts: imx6qdl-sabresd: remove reg_sensors' regulator-always-on

BOUGH CHEN (1):
      ARM: dts: imx6ull: change to use new compatible "fsl,imx6ull-usdhc" for usdhc

Fabio Estevam (2):
      ARM: dts: vf610-zii-cfu1: Run I2C0 at 400 kHz
      ARM: dts: vf610-zii-ssmb-spu3: Pass "no-sdio"/"no-sd" properties

Hou Zhiqiang (1):
      ARM: dts: ls1021a: add num-viewport property for PCIe DT nodes

Leonard Crestez (1):
      ARM: dts: imx6sx: Add DISPLAY power domain support

Lukasz Majewski (1):
      ARM: dts: vf610-bk4: Provide support for reading ID code from MVB device

Manivannan Sadhasivam (1):
      ARM: dts: Add devicetree compatibles for LS1021A based boards

Marco Felsch (1):
      ARM: dts: imx6qdl-phytec-pfla02: add missing interrupt-controller property

Martyn Welch (1):
      ARM: dts: imx6: Add support for Phytec phyBOARD i.MX6UL Segin

Patrick Havelange (1):
      ARM: dts: ls1021a: Add memory controller

Philipp Zabel (1):
      ARM: dts: pfla02: add ksz9031 clock skew values

Philippe Schenker (1):
      ARM: dts: Add stmpe-adc DT node to Toradex iMX6 modules

Ran Wang (1):
      ARM: dts: ls1021a: Add incr-burst-byte-adjustment property to USB3 node

Soeren Moch (1):
      ARM: dts: imx6q-tbs2910: Switch to SPDX identifier

Stefan Agner (2):
      ARM: dts: imx6*-apalis/-colibri: mark I2C recovery GPIOs as open drain
      ARM: dts: colibri: use valid range configuration for weim

Stefan Wahren (1):
      ARM: dts: imx6ull: Fix i.MX6ULL/ULZ ocotp compatible

Vokáč Michal (1):
      ARM: dts: imx: Add Y Soft IOTA Draco, Hydra and Ursa boards

 arch/arm/boot/dts/Makefile                         |   5 +
 arch/arm/boot/dts/imx27.dtsi                       |   2 +-
 arch/arm/boot/dts/imx51-digi-connectcore-jsk.dts   |  16 +
 arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi  |  34 +-
 arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi      | 555 +++++++++++++++++++
 arch/arm/boot/dts/imx6-logicpd-som.dtsi            | 365 +++++++++++++
 arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts       |   5 +-
 arch/arm/boot/dts/imx6dl-yapp4-common.dtsi         | 595 +++++++++++++++++++++
 arch/arm/boot/dts/imx6dl-yapp4-draco.dts           |  58 ++
 arch/arm/boot/dts/imx6dl-yapp4-hydra.dts           |  50 ++
 arch/arm/boot/dts/imx6dl-yapp4-ursa.dts            |  54 ++
 arch/arm/boot/dts/imx6q-logicpd.dts                | 120 +++++
 arch/arm/boot/dts/imx6q-tbs2910.dts                |  49 +-
 arch/arm/boot/dts/imx6qdl-apalis.dtsi              |  26 +-
 arch/arm/boot/dts/imx6qdl-colibri.dtsi             |  26 +-
 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi       |  14 +
 arch/arm/boot/dts/imx6qdl-sabresd.dtsi             |   6 +-
 arch/arm/boot/dts/imx6sl.dtsi                      |   8 +-
 arch/arm/boot/dts/imx6sx.dtsi                      |  19 +-
 arch/arm/boot/dts/imx6ul-phytec-pcl063.dtsi        | 148 +++++
 arch/arm/boot/dts/imx6ul-phytec-peb-eval-01.dtsi   |  55 ++
 .../boot/dts/imx6ul-phytec-phyboard-segin-full.dts |  89 +++
 .../arm/boot/dts/imx6ul-phytec-phyboard-segin.dtsi | 329 ++++++++++++
 arch/arm/boot/dts/imx6ull-colibri.dtsi             |   8 +-
 arch/arm/boot/dts/imx6ull.dtsi                     |  12 +
 arch/arm/boot/dts/imx7ulp.dtsi                     |  19 +-
 arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts        |   1 +
 arch/arm/boot/dts/ls1021a-qds.dts                  |   1 +
 arch/arm/boot/dts/ls1021a-twr.dts                  |   1 +
 arch/arm/boot/dts/ls1021a.dtsi                     |  10 +
 arch/arm/boot/dts/vf610-bk4.dts                    |  31 ++
 arch/arm/boot/dts/vf610-zii-cfu1.dts               |   2 +-
 arch/arm/boot/dts/vf610-zii-ssmb-dtu.dts           | 311 +++++++++++
 arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts          |   3 +
 34 files changed, 2938 insertions(+), 89 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi
 create mode 100644 arch/arm/boot/dts/imx6-logicpd-som.dtsi
 create mode 100644 arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
 create mode 100644 arch/arm/boot/dts/imx6dl-yapp4-draco.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-yapp4-hydra.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-yapp4-ursa.dts
 create mode 100644 arch/arm/boot/dts/imx6q-logicpd.dts
 create mode 100644 arch/arm/boot/dts/imx6ul-phytec-pcl063.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ul-phytec-peb-eval-01.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ul-phytec-phyboard-segin-full.dts
 create mode 100644 arch/arm/boot/dts/imx6ul-phytec-phyboard-segin.dtsi
 create mode 100644 arch/arm/boot/dts/vf610-zii-ssmb-dtu.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-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 ` Shawn Guo [this message]
2019-02-15 15:10   ` [GIT PULL 4/7] i.MX device tree changes " Arnd Bergmann
2019-02-12 11:21 ` [GIT PULL 5/7] i.MX arm64 " Shawn Guo
2019-02-15 15:11   ` 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-4-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).