All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] [v3] arm64: dts: add QorIQ LS1046A SoC and boards support
@ 2016-09-13  8:09 ` shh.xie
  0 siblings, 0 replies; 44+ messages in thread
From: shh.xie @ 2016-09-13  8:09 UTC (permalink / raw)
  To: devicetree, robh+dt, mark.rutland, linux-arm-kernel,
	catalin.marinas, will.deacon, shawnguo, linux-kernel
  Cc: arnd, Shaohui Xie

From: Shaohui Xie <Shaohui.Xie@nxp.com>

This patchest adds support for QorIQ LS1046A SoC which is based on ARMv8
architecture, also adds LS1046A-RDB and LS1046A-QDS board support.

Also, updates bindings for SoC-specific devices SCFG and DCFG,
I2C devices, qoriq-clock and ahci-fsl-qoriq.

Mingkai Hu (2):
  arm64: dts: add QorIQ LS1046A SoC support
  arm64: dts: add LS1046A-RDB board support

Shaohui Xie (8):
  dt-bindings: fsl: update for more SoCs
  dt-bindings: fsl: updates bindings for some SoC-specific devices
  dt-bindings: i2c: adds two more nxp devices
  dt-bindings: qoriq-clock: update for more SoCs
  dt-bindings: ahci-fsl-qoriq: updated for SoC ls1046a
  Documentation: DT: Add entry for QorIQ LS1046A-RDB board
  Documentation: DT: Add entry for QorIQ LS1046A-QDS board
  arm64: dts: add LS1046A-QDS board support

 Documentation/devicetree/bindings/arm/fsl.txt      |  34 +-
 .../devicetree/bindings/ata/ahci-fsl-qoriq.txt     |   2 +-
 .../devicetree/bindings/clock/qoriq-clock.txt      |   3 +
 .../devicetree/bindings/i2c/trivial-devices.txt    |   2 +
 arch/arm64/boot/dts/freescale/Makefile             |   2 +
 arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts  | 212 +++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts  | 150 ++++++
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     | 515 +++++++++++++++++++++
 8 files changed, 916 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi

-- 
2.1.0.27.g96db324

^ permalink raw reply	[flat|nested] 44+ messages in thread

end of thread, other threads:[~2016-10-21 13:39 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-13  8:09 [PATCH 00/10] [v3] arm64: dts: add QorIQ LS1046A SoC and boards support shh.xie
2016-09-13  8:09 ` shh.xie at gmail.com
2016-09-13  8:09 ` shh.xie
2016-09-13  8:09 ` [PATCH 01/10] [v3] dt-bindings: fsl: update for more SoCs shh.xie
2016-09-13  8:09   ` shh.xie at gmail.com
2016-09-13  8:09   ` shh.xie
2016-09-23 13:19   ` Rob Herring
2016-09-23 13:19     ` Rob Herring
2016-09-23 13:19     ` Rob Herring
2016-09-13  8:09 ` [PATCH 02/10][v3] dt-bindings: fsl: updates bindings for some SoC-specific devices shh.xie
2016-09-13  8:09   ` shh.xie at gmail.com
2016-09-13  8:09   ` shh.xie
2016-09-23 13:22   ` Rob Herring
2016-09-23 13:22     ` Rob Herring
2016-09-13  8:09 ` [PATCH 03/10][v3] dt-bindings: i2c: adds two more nxp devices shh.xie
2016-09-13  8:09   ` shh.xie at gmail.com
2016-09-13  8:09   ` shh.xie
2016-09-13  8:09 ` [PATCH 04/10] [v3] dt-bindings: qoriq-clock: update for more SoCs shh.xie
2016-09-13  8:09   ` shh.xie at gmail.com
2016-09-13  8:09   ` shh.xie
2016-09-23 13:23   ` Rob Herring
2016-09-23 13:23     ` Rob Herring
2016-09-13  8:09 ` [PATCH 05/10][v3] dt-bindings: ahci-fsl-qoriq: updated for SoC ls1046a shh.xie
2016-09-13  8:09   ` shh.xie at gmail.com
2016-09-13  8:09   ` shh.xie
2016-09-23 13:27   ` Rob Herring
2016-09-23 13:27     ` Rob Herring
2016-09-13  8:09 ` [PATCH 06/10] [v3] arm64: dts: add QorIQ LS1046A SoC support shh.xie
2016-09-13  8:09   ` shh.xie at gmail.com
2016-09-13  8:09   ` shh.xie
2016-09-13  8:10 ` [PATCH 07/10] [v3] Documentation: DT: Add entry for QorIQ LS1046A-RDB board shh.xie
2016-09-13  8:10   ` shh.xie at gmail.com
2016-09-13  8:10   ` shh.xie
2016-09-13  8:10 ` [PATCH 08/10] [v3] arm64: dts: add LS1046A-RDB board support shh.xie
2016-09-13  8:10   ` shh.xie at gmail.com
2016-09-13  8:10   ` shh.xie
2016-09-13  8:10 ` [PATCH 09/10] [v3] Documentation: DT: Add entry for QorIQ LS1046A-QDS board shh.xie
2016-09-13  8:10   ` shh.xie at gmail.com
2016-09-13  8:10   ` shh.xie-Re5JQEeQqe8AvxtiuMwx3w
2016-09-13  8:10 ` [PATCH 10/10] [v3] arm64: dts: add LS1046A-QDS board support shh.xie
2016-09-13  8:10   ` shh.xie at gmail.com
2016-09-13  8:10   ` shh.xie-Re5JQEeQqe8AvxtiuMwx3w
2016-10-21 13:38 ` [PATCH 00/10] [v3] arm64: dts: add QorIQ LS1046A SoC and boards support Shawn Guo
2016-10-21 13:38   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.