All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add basic node support for Mediatek MT8186 SoC
@ 2022-01-04 13:34 ` allen-kh.cheng
  0 siblings, 0 replies; 14+ messages in thread
From: allen-kh.cheng @ 2022-01-04 13:34 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 v5.16-rc8

Allen-KH Cheng (6):
  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
  arm64: dts: Add Mediatek SoC MT8186 dts and evaluation board and
    Makefile

 .../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      | 352 ++++++++++++++++++
 8 files changed, 384 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-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

end of thread, other threads:[~2022-01-04 13:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-04 13:34 [PATCH 0/6] Add basic node support for Mediatek MT8186 SoC allen-kh.cheng
2022-01-04 13:34 ` allen-kh.cheng
2022-01-04 13:34 ` [PATCH 1/6] dt-bindings: timer: Add compatible for Mediatek MT8186 allen-kh.cheng
2022-01-04 13:34   ` allen-kh.cheng
2022-01-04 13:34 ` [PATCH 2/6] dt-bindings: serial: " allen-kh.cheng
2022-01-04 13:34   ` allen-kh.cheng
2022-01-04 13:34 ` [PATCH 3/6] dt-bindings: watchdog: " allen-kh.cheng
2022-01-04 13:34   ` allen-kh.cheng
2022-01-04 13:34 ` [PATCH 4/6] dt-bindings: mmc: " allen-kh.cheng
2022-01-04 13:34   ` allen-kh.cheng
2022-01-04 13:34 ` [PATCH 5/6] dt-bindings: phy: " allen-kh.cheng
2022-01-04 13:34   ` allen-kh.cheng
2022-01-04 13:34 ` [PATCH 6/6] arm64: dts: Add Mediatek SoC MT8186 dts and evaluation board and Makefile allen-kh.cheng
2022-01-04 13:34   ` allen-kh.cheng

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.