linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] Add basic node support for Mediatek MT8186 SoC
@ 2022-01-28  6:20 allen-kh.cheng
  2022-01-28  6:20 ` [PATCH v3 1/7] dt-bindings: timer: Add compatible for Mediatek MT8186 allen-kh.cheng
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: allen-kh.cheng @ 2022-01-28  6:20 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, Matthias Brugger,
	Kishon Vijay Abraham I, Vinod Koul, Greg Kroah-Hartman,
	Daniel Lezcano, Thomas Gleixner, Wim Van Sebroeck, Guenter Roeck
  Cc: hsinyi, Project_Global_Chrome_Upstream_Group, linux-kernel,
	devicetree, linux-mediatek, linux-arm-kernel, linux-iio,
	linux-mmc, linux-serial, linux-spi, linux-watchdog,
	Allen-KH Cheng

From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>

MT8186 is a SoC based on 64bit ARMv8 architecture.
It contains 6 CA55 and 2 CA78 cores.
MT8186 share many HW IP with MT65xx series.

This patchset was tested on MT8186 evaluation board to shell.

Based on linux-next

changes since v2:$
 - add soc {} in mt8186.dtsi

changes since v1:
 - add dt-bindings: arm: Add compatible for Mediatek MT8186


Allen-KH Cheng (7):
  dt-bindings: timer: Add compatible for Mediatek MT8186
  dt-bindings: serial: Add compatible for Mediatek MT8186
  dt-bindings: watchdog: Add compatible for Mediatek MT8186
  dt-bindings: mmc: Add compatible for Mediatek MT8186
  dt-bindings: phy: Add compatible for Mediatek MT8186
  dt-bindings: arm: Add compatible for Mediatek MT8186
  arm64: dts: Add Mediatek SoC MT8186 dts and evaluation board and
    Makefile

 .../devicetree/bindings/arm/mediatek.yaml     |   4 +
 .../devicetree/bindings/mmc/mtk-sd.yaml       |   3 +
 .../bindings/phy/mediatek,tphy.yaml           |   1 +
 .../devicetree/bindings/serial/mtk-uart.txt   |   1 +
 .../bindings/timer/mediatek,mtk-timer.txt     |   1 +
 .../devicetree/bindings/watchdog/mtk-wdt.txt  |   1 +
 arch/arm64/boot/dts/mediatek/Makefile         |   1 +
 arch/arm64/boot/dts/mediatek/mt8186-evb.dts   |  24 ++
 arch/arm64/boot/dts/mediatek/mt8186.dtsi      | 360 ++++++++++++++++++
 9 files changed, 396 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-evb.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8186.dtsi

-- 
2.18.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-02-28 12:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-28  6:20 [PATCH v3 0/7] Add basic node support for Mediatek MT8186 SoC allen-kh.cheng
2022-01-28  6:20 ` [PATCH v3 1/7] dt-bindings: timer: Add compatible for Mediatek MT8186 allen-kh.cheng
2022-02-28 11:26   ` Matthias Brugger
2022-01-28  6:20 ` [PATCH v3 2/7] dt-bindings: serial: " allen-kh.cheng
2022-01-28  6:20 ` [PATCH v3 3/7] dt-bindings: watchdog: " allen-kh.cheng
2022-02-23  6:20   ` Rex-BC Chen
2022-01-28  6:20 ` [PATCH v3 4/7] dt-bindings: mmc: " allen-kh.cheng
2022-01-28  6:20 ` [PATCH v3 5/7] dt-bindings: phy: " allen-kh.cheng
2022-02-02 14:27   ` Vinod Koul
2022-01-28  6:20 ` [PATCH v3 6/7] dt-bindings: arm: " allen-kh.cheng
2022-01-28  6:20 ` [PATCH v3 7/7] arm64: dts: Add Mediatek SoC MT8186 dts and evaluation board and Makefile allen-kh.cheng
2022-01-28 10:32 ` [PATCH v3 0/7] Add basic node support for Mediatek MT8186 SoC Jonathan Cameron
2022-01-28 11:05   ` allen-kh.cheng

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