devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add basic support for Mediatek MT2701 SoC
@ 2015-10-20  6:34 Erin Lo
       [not found] ` <1445322871-14134-1-git-send-email-erin.lo-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Erin Lo @ 2015-10-20  6:34 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Russell King, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, srv_heupstream

MT2701 is a SoC based on 32bit ARMv7 architecture. It contains 4 CA7 cores.
MT2701 share many HW IP with MT65xx series. This patchset was tested
on MT2701 evaluation board, and boot to shell ok.

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

Change in v3:
1. Add the compatible string to arch/arm/mach-mediatek/mediatek.c

Change in v2:
1. Use one tab in stead of spaces in front of "mediatek,mt2701-sysirq" (mediatek,sysirq.txt)
2. Sorting the compatible SoC and add back mt6595 since accidently deleted in previous version (mtk-uart.txt)
3. Correct the mt2701-timer from mt6589-timer since the mistake in previous version (mediatek,mtk-timer.txt)

Erin Lo (2):
  Document: DT: Add bindings for mediatek MT2701 SoC Platform
  ARM: dts: mediatek: add MT2701 basic support

 Documentation/devicetree/bindings/arm/mediatek.txt |   4 +
 .../bindings/arm/mediatek/mediatek,sysirq.txt      |   1 +
 .../devicetree/bindings/serial/mtk-uart.txt        |  14 +-
 .../bindings/timer/mediatek,mtk-timer.txt          |   5 +-
 .../devicetree/bindings/watchdog/mtk-wdt.txt       |   6 +-
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/mt2701-evb.dts                   |  29 ++++
 arch/arm/boot/dts/mt2701.dtsi                      | 146 +++++++++++++++++++++
 arch/arm/mach-mediatek/mediatek.c                  |   1 +
 9 files changed, 197 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/boot/dts/mt2701-evb.dts
 create mode 100644 arch/arm/boot/dts/mt2701.dtsi

--
1.9.1

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

end of thread, other threads:[~2015-10-26  7:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-20  6:34 [PATCH v3 0/2] Add basic support for Mediatek MT2701 SoC Erin Lo
     [not found] ` <1445322871-14134-1-git-send-email-erin.lo-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-10-20  6:34   ` [PATCH v3 1/2] Document: DT: Add bindings for mediatek MT2701 SoC Platform Erin Lo
     [not found]     ` <1445322871-14134-2-git-send-email-erin.lo-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-10-22  1:25       ` Rob Herring
2015-10-20  6:34 ` [PATCH v3 2/2] ARM: dts: mediatek: add MT2701 basic support Erin Lo
2015-10-23 10:48   ` Matthias Brugger
     [not found]     ` <562A1070.8070505-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-10-26  7:10       ` erin.lo
2015-10-23 10:49 ` [PATCH v3 0/2] Add basic support for Mediatek MT2701 SoC 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).