devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add basic support for Mediatek MT8183 SoC
@ 2018-05-17  6:22 Erin Lo
  2018-05-17  6:22 ` [PATCH v3 1/4] dt-bindings: arm: Add bindings for Mediatek MT8183 SoC Platform Erin Lo
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Erin Lo @ 2018-05-17  6:22 UTC (permalink / raw)
  To: Matthias Brugger, Rob Herring, Mark Rutland, Thomas Gleixner,
	Jason Cooper, Marc Zyngier, Greg Kroah-Hartman
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, srv_heupstream,
	erin.lo-NuS5LvNUpcJWk0Htik3J/w,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-serial-u79uwXL29TY76Z2rM5mHXA,
	mars.cheng-NuS5LvNUpcJWk0Htik3J/w,
	yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

MT8183 is a SoC based on 64bit ARMv8 architecture.
It contains 4 CA53 and 4 CA73 cores.
MT8183 share many HW IP with MT65xx series.
This patchset was tested on MT8183 evaluation board, and boot to shell ok.

This series contains document bindings, device tree including interrupt, uart.

Change in v3:
1. Fill out GICC, GICH, GICV regions
2. Update Copyright to 2018

Change in v2:
1. Split dt-bindings into different patches
2. Correct bindings for supported SoCs (mtk-uart.txt)

Ben Ho (1):
  arm64: dts: Add Mediatek SoC MT8183 and evaluation board dts and
    Makefile

Erin Lo (3):
  dt-bindings: arm: Add bindings for Mediatek MT8183 SoC Platform
  dt-bindings: mtk-sysirq: Add compatible for Mediatek MT8183
  dt-bindings: serial: Add compatible for Mediatek MT8183

 Documentation/devicetree/bindings/arm/mediatek.txt |   4 +
 .../interrupt-controller/mediatek,sysirq.txt       |   1 +
 .../devicetree/bindings/serial/mtk-uart.txt        |   1 +
 arch/arm64/boot/dts/mediatek/Makefile              |   1 +
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts        |  31 ++++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi           | 182 +++++++++++++++++++++
 6 files changed, 220 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8183-evb.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8183.dtsi

--
1.9.1

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

end of thread, other threads:[~2018-07-22 21:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-17  6:22 [PATCH v3 0/4] Add basic support for Mediatek MT8183 SoC Erin Lo
2018-05-17  6:22 ` [PATCH v3 1/4] dt-bindings: arm: Add bindings for Mediatek MT8183 SoC Platform Erin Lo
     [not found]   ` <1526538126-51497-2-git-send-email-erin.lo-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2018-05-22 17:14     ` Rob Herring
2018-05-17  6:22 ` [PATCH v3 2/4] dt-bindings: mtk-sysirq: Add compatible for Mediatek MT8183 Erin Lo
     [not found]   ` <1526538126-51497-3-git-send-email-erin.lo-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2018-05-22 17:15     ` Rob Herring
2018-05-17  6:22 ` [PATCH v3 3/4] dt-bindings: serial: " Erin Lo
2018-05-22 17:15   ` Rob Herring
2018-05-17  6:22 ` [PATCH v3 4/4] arm64: dts: Add Mediatek SoC MT8183 and evaluation board dts and Makefile Erin Lo
2018-05-19 10:07   ` kbuild test robot
2018-07-16  9:28 ` [PATCH v3 0/4] Add basic support for Mediatek MT8183 SoC Matthias Brugger
2018-07-20  8:19   ` Erin Lo
2018-07-20 10:44     ` Matthias Brugger
2018-07-21  7:28       ` Erin Lo
2018-07-22 21:11         ` Matthias Brugger

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