devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] arm64: Add basic support for Marvell Berlin4CT SoC
@ 2015-07-22  8:44 Jisheng Zhang
  2015-07-22  8:44 ` [PATCH v2 1/2] arm64: dts: Add dts files " Jisheng Zhang
  2015-07-22  8:44 ` [PATCH v2 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig Jisheng Zhang
  0 siblings, 2 replies; 4+ messages in thread
From: Jisheng Zhang @ 2015-07-22  8:44 UTC (permalink / raw)
  To: catalin.marinas, will.deacon, khilman, arnd, olof, mark.rutland,
	sudeep.holla, robh+dt, galak, pawel.moll
  Cc: linux-arm-kernel, linux-kernel, devicetree, Jisheng Zhang

Marvell Berlin4CT is a SoC based on 64bit ARMv8 architecture. It contains
quad CA53 cores.

This SoC shares many HW IP with BG2Q and other berlin series. This patchset
was tested on Berlin4CT DMP board, and boot to shell ok.

Since v1:
 - remove "earlyprintk" bootargs which doesn't work on arm64
 - fix GICC_DIR size as pointed out by Mark
 - define memory start address instead of memory reservation as suggested by Mark
 - add interrupt-affinity to pmu node as pointed out by Sudeep

Jisheng Zhang (2):
  arm64: dts: Add dts files for Marvell Berlin4CT SoC
  arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig

 arch/arm64/Kconfig.platforms                  |   6 +
 arch/arm64/boot/dts/Makefile                  |   1 +
 arch/arm64/boot/dts/marvell/Makefile          |   5 +
 arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts |  68 +++++++++++
 arch/arm64/boot/dts/marvell/berlin4ct.dtsi    | 164 ++++++++++++++++++++++++++
 arch/arm64/configs/defconfig                  |   1 +
 6 files changed, 245 insertions(+)
 create mode 100644 arch/arm64/boot/dts/marvell/Makefile
 create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts
 create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct.dtsi

-- 
2.1.4

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

end of thread, other threads:[~2015-07-22  8:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22  8:44 [PATCH v2 0/2] arm64: Add basic support for Marvell Berlin4CT SoC Jisheng Zhang
2015-07-22  8:44 ` [PATCH v2 1/2] arm64: dts: Add dts files " Jisheng Zhang
2015-07-22  8:47   ` Jisheng Zhang
2015-07-22  8:44 ` [PATCH v2 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig Jisheng Zhang

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