All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add basic support for Mediatek MT2712 SoC
@ 2017-05-19 11:09 ` YT Shen
  0 siblings, 0 replies; 17+ messages in thread
From: YT Shen @ 2017-05-19 11:09 UTC (permalink / raw)
  To: Rob Herring, Matthias Brugger
  Cc: Mark Rutland, Thomas Gleixner, Jason Cooper, Marc Zyngier,
	Greg Kroah-Hartman, Catalin Marinas, Will Deacon, Mars Cheng,
	YT Shen, devicetree, linux-kernel, linux-serial,
	linux-arm-kernel, linux-mediatek, srv_heupstream

MT2712 is a SoC based on 64bit ARMv8 architecture.
MT2712 share many HW IP with MT8173.  This patchset was tested
on MT2712 evaluation board, and boot to shell ok.

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

YT Shen (2):
  Document: DT: Add bindings for Mediatek MT2712 SoC Platform
  arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and
    Makefile

 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/mt2712-evb.dts        |  44 ++++++
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi          | 172 +++++++++++++++++++++
 6 files changed, 223 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt2712-evb.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt2712e.dtsi

-- 
1.9.1

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

end of thread, other threads:[~2017-05-26 14:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-19 11:09 [PATCH 0/2] Add basic support for Mediatek MT2712 SoC YT Shen
2017-05-19 11:09 ` YT Shen
2017-05-19 11:09 ` YT Shen
2017-05-19 11:09 ` [PATCH 1/2] Document: DT: Add bindings for Mediatek MT2712 SoC Platform YT Shen
2017-05-19 11:09   ` YT Shen
2017-05-19 11:09   ` YT Shen
2017-05-23 14:57   ` Rob Herring
2017-05-23 14:57     ` Rob Herring
2017-05-23 14:57     ` Rob Herring
2017-05-19 11:09 ` [PATCH 2/2] arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile YT Shen
2017-05-19 11:09   ` YT Shen
2017-05-19 11:09   ` YT Shen
2017-05-23 15:01   ` Rob Herring
2017-05-23 15:01     ` Rob Herring
2017-05-26 14:33     ` YT Shen
2017-05-26 14:33       ` YT Shen
2017-05-26 14:33       ` YT Shen

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.