devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv7 0/6] ARM: imx: Add Freescale LS1021A SoC and board support
@ 2014-10-31  9:01 Jingchang Lu
       [not found] ` <1414746073-12394-1-git-send-email-jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Jingchang Lu @ 2014-10-31  9:01 UTC (permalink / raw)
  To: shawn.guo-QSEj5FYQhm4dnm+yROfE0A
  Cc: arnd-r2nGTMty4D4, mark.rutland-5wv7dgnIgG8,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

This series contain the support for Freescale LS1021A CPU and LS1021A-QDS
and LS1021A-TWR board.

The LS1021A SoC combines two ARM Cortex-A7 cores that have been optimized
for high reliability and pack the highest level of integration available
for sub-3W embedded communications processors and with a comprehensive
enablement model focused on ease of programmability.

The LS1021A SoC shares IPs with i.MX family, Vybrid family and Freescale
PowerPC platform. 

For the detail information about LS1021A SoC, please refer to the RM doc.

---
changes in v7:
 revert removing '-' from board dts name in v6, using the with '-' version.

changes in v6:
 add dts patch description.
 remove '-' from QDS and TWR board dts name for consistence with u-boot.

changes in v5:
 remove unideal dts nodes for later add.
 add X11 license to dts files.

changes in v4:
 add "syscon" compatible to scfg and dcfg dts node.
 remove mxc_restart in the platform machine desc.
 remove dma_zone_size defination.

changes in v3:
 rewrite scfg and dcfg binding doc description.
 remove sai related node leaving to the driver support.

changes in v2:
 remove unused nodes.
 wakeup the secondary core by IPI call to u-boot standby procedure. 
 add dt-bindings for LS1021A SoC and platform gerenal configuration nodes.

----------------------------------------------------------------
Jingchang Lu (6):
	ARM: dts: Add SoC level device tree support for LS1021A
	ARM: dts: Add initial LS1021A QDS board dts support
	ARM: dts: Add initial LS1021A TWR board dts support
	dt-bindings: arm: add Freescale LS1021A SoC device tree binding
	ARM: imx: Add initial support for Freescale LS1021A
	ARM: imx: Add Freescale LS1021A SMP support

 Documentation/devicetree/bindings/arm/fsl.txt |  38 +++++
 arch/arm/boot/dts/Makefile                    |   2 +
 arch/arm/boot/dts/ls1021a-qds.dts             | 240 +++++++++++++++++++++++++++++
 arch/arm/boot/dts/ls1021a-twr.dts             | 127 ++++++++++++++++
 arch/arm/boot/dts/ls1021a.dtsi                | 408 ++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-imx/Kconfig                     |  14 ++
 arch/arm/mach-imx/Makefile                    |   4 +-
 arch/arm/mach-imx/common.h                    |   1 +
 arch/arm/mach-imx/mach-ls1021a.c              |  22 +++
 arch/arm/mach-imx/platsmp.c                   |  33 ++++
 10 files changed, 888 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/ls1021a-qds.dts
 create mode 100644 arch/arm/boot/dts/ls1021a-twr.dts
 create mode 100644 arch/arm/boot/dts/ls1021a.dtsi
 create mode 100644 arch/arm/mach-imx/mach-ls1021a.c


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-11-14 10:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31  9:01 [PATCHv7 0/6] ARM: imx: Add Freescale LS1021A SoC and board support Jingchang Lu
     [not found] ` <1414746073-12394-1-git-send-email-jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-10-31  9:01   ` [RESENDv6 1/6] ARM: dts: Add SoC level device tree support for LS1021A Jingchang Lu
2014-10-31  9:01   ` [PATCHv7 2/6] ARM: dts: Add initial LS1021A QDS board dts support Jingchang Lu
2014-10-31  9:01   ` [PATCHv7 3/6] ARM: dts: Add initial LS1021A TWR " Jingchang Lu
2014-10-31  9:01   ` [RESENDv5 4/6] dt-bindings: arm: add Freescale LS1021A SoC device tree binding Jingchang Lu
2014-10-31  9:01   ` [RESENDv5 5/6] ARM: imx: Add initial support for Freescale LS1021A Jingchang Lu
     [not found]     ` <1414746073-12394-6-git-send-email-jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-11-11 16:03       ` [PATCH] ARM: imx: temporarily remove CONFIG_SOC_FSL from LS1021A Arnd Bergmann
2014-11-12 10:42         ` Shawn Guo
2014-11-12 11:04           ` Arnd Bergmann
2014-11-14  9:31             ` Jingchang Lu
     [not found]               ` <7b9de442bdd34acbb4398efe92a64a4f-CEkquS/Gb818MjqJKlOTwZwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-11-14 10:56                 ` Arnd Bergmann
2014-10-31  9:01   ` [RESENDv6 6/6] ARM: imx: Add Freescale LS1021A SMP support Jingchang Lu
2014-11-04  5:28   ` [PATCHv7 0/6] ARM: imx: Add Freescale LS1021A SoC and board support Shawn Guo

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).