All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] [v2] arm64: dts: add QorIQ LS1046A SoC and boards support
@ 2016-09-05 10:01 ` shh.xie
  0 siblings, 0 replies; 66+ messages in thread
From: shh.xie @ 2016-09-05 10:01 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,
and I2C devices.

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

Shaohui Xie (5):
  dt-bindings: fsl: updates bindings for some SoC-specific devices
  dt-bindings: i2c: adds two more nxp devices
  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      |  20 +-
 .../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     | 511 +++++++++++++++++++++
 6 files changed, 894 insertions(+), 3 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] 66+ messages in thread

end of thread, other threads:[~2016-09-12 16:33 UTC | newest]

Thread overview: 66+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-05 10:01 [PATCH 0/7] [v2] arm64: dts: add QorIQ LS1046A SoC and boards support shh.xie
2016-09-05 10:01 ` shh.xie at gmail.com
2016-09-05 10:01 ` shh.xie
2016-09-05 10:01 ` [PATCH 1/7] [v2] dt-bindings: fsl: updates bindings for some SoC-specific devices shh.xie
2016-09-05 10:01   ` shh.xie at gmail.com
2016-09-05 10:01   ` shh.xie
2016-09-08  2:30   ` Shawn Guo
2016-09-08  2:30     ` Shawn Guo
2016-09-08  2:30     ` Shawn Guo
2016-09-08 10:57     ` S.H. Xie
2016-09-08 10:57       ` S.H. Xie
2016-09-08 10:57       ` S.H. Xie
2016-09-05 10:01 ` [PATCH 2/7] [v2] dt-bindings: i2c: adds two more nxp devices shh.xie
2016-09-05 10:01   ` shh.xie at gmail.com
2016-09-05 10:01   ` shh.xie
2016-09-12 16:33   ` Rob Herring
2016-09-12 16:33     ` Rob Herring
2016-09-12 16:33     ` Rob Herring
2016-09-05 10:01 ` [PATCH 3/7] [v2] arm64: dts: add QorIQ LS1046A SoC support shh.xie
2016-09-05 10:01   ` shh.xie at gmail.com
2016-09-05 10:01   ` shh.xie
2016-09-08 13:05   ` Shawn Guo
2016-09-08 13:05     ` Shawn Guo
2016-09-09  6:46     ` S.H. Xie
2016-09-09  6:46       ` S.H. Xie
2016-09-09  6:46       ` S.H. Xie
2016-09-08 13:13   ` Mark Rutland
2016-09-08 13:13     ` Mark Rutland
2016-09-08 13:18     ` Mark Rutland
2016-09-08 13:18       ` Mark Rutland
2016-09-08 13:18       ` Mark Rutland
2016-09-09  6:55       ` S.H. Xie
2016-09-09  6:55         ` S.H. Xie
2016-09-09  6:55         ` S.H. Xie
2016-09-09  9:10         ` Mark Rutland
2016-09-09  9:10           ` Mark Rutland
2016-09-09  9:10           ` Mark Rutland
2016-09-09  9:17           ` S.H. Xie
2016-09-09  9:17             ` S.H. Xie
2016-09-09  9:17             ` S.H. Xie
2016-09-09  6:48     ` S.H. Xie
2016-09-09  6:48       ` S.H. Xie
2016-09-09  6:48       ` S.H. Xie
2016-09-08 13:23   ` Marc Zyngier
2016-09-08 13:23     ` Marc Zyngier
2016-09-08 13:23     ` Marc Zyngier
2016-09-09  9:00     ` S.H. Xie
2016-09-09  9:00       ` S.H. Xie
2016-09-09  9:00       ` S.H. Xie
2016-09-05 10:01 ` [PATCH 4/7] [v2] Documentation: DT: Add entry for QorIQ LS1046A-RDB board shh.xie
2016-09-05 10:01   ` shh.xie at gmail.com
2016-09-05 10:01   ` shh.xie
2016-09-05 10:01 ` [PATCH 5/7] [v2] arm64: dts: add LS1046A-RDB board support shh.xie
2016-09-05 10:01   ` shh.xie at gmail.com
2016-09-05 10:01   ` shh.xie
2016-09-08 13:12   ` Shawn Guo
2016-09-08 13:12     ` Shawn Guo
2016-09-09  6:44     ` S.H. Xie
2016-09-09  6:44       ` S.H. Xie
2016-09-09  6:44       ` S.H. Xie
2016-09-05 10:01 ` [PATCH 6/7] [v2] Documentation: DT: Add entry for QorIQ LS1046A-QDS board shh.xie
2016-09-05 10:01   ` shh.xie at gmail.com
2016-09-05 10:01   ` shh.xie
2016-09-05 10:01 ` [PATCH 7/7] [v2] arm64: dts: add LS1046A-QDS board support shh.xie
2016-09-05 10:01   ` shh.xie at gmail.com
2016-09-05 10:01   ` shh.xie

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.