linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Add basic node support for Mediatek MT8195 SoC
@ 2021-03-16 11:14 Seiya Wang
  2021-03-16 11:14 ` [PATCH 01/10] dt-bindings: timer: Add compatible for Mediatek MT8195 Seiya Wang
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: Seiya Wang @ 2021-03-16 11:14 UTC (permalink / raw)
  To: Rob Herring, Matthias Brugger
  Cc: Jonathan Cameron, Lars-Peter Clausen, Peter Meerwald-Stadler,
	Ulf Hansson, Chunfeng Yun, Kishon Vijay Abraham I, Vinod Koul,
	Greg Kroah-Hartman, Mark Brown, Daniel Lezcano, Thomas Gleixner,
	Wim Van Sebroeck, Guenter Roeck, Enric Balletbo i Serra,
	Hsin-Yi Wang, Seiya Wang, Fabien Parent, Sean Wang, Zhiyong Tao,
	Chaotian Jing, Wenbin Mei, Stanley Chu, Bayi Cheng,
	Chuanhong Guo, devicetree, linux-kernel, linux-iio, linux-mmc,
	linux-arm-kernel, linux-mediatek, linux-serial, linux-spi,
	linux-watchdog, srv_heupstream


MT8195 is a SoC based on 64bit ARMv8 architecture.
It contains 4 CA55 and 4 CA78 cores.
MT8195 share many HW IP with MT65xx series.
This patchset was tested on MT8195 evaluation board to shell.

Based on v5.12-rc2

Seiya Wang (10):
  dt-bindings: timer: Add compatible for Mediatek MT8195
  dt-bindings: serial: Add compatible for Mediatek MT8195
  dt-bindings: watchdog: Add compatible for Mediatek MT8195
  dt-bindings: mmc: Add compatible for Mediatek MT8195
  dt-bindings: spi: Add compatible for Mediatek MT8195
  dt-bindings: iio: adc: Add compatible for Mediatek MT8195
  dt-bindings: phy: Add compatible for Mediatek MT8195
  dt-bindings: phy: Add compatible for Mediatek MT8195
  dt-bindings: arm: Add compatible for Mediatek MT8195
  arm64: dts: Add Mediatek SoC MT8195 and evaluation board dts and
    Makefile

 .../devicetree/bindings/arm/mediatek.yaml          |   4 +
 .../bindings/iio/adc/mediatek,mt2701-auxadc.yaml   |   1 +
 Documentation/devicetree/bindings/mmc/mtk-sd.yaml  |   1 +
 .../devicetree/bindings/phy/mediatek,tphy.yaml     |   1 +
 .../devicetree/bindings/phy/mediatek,ufs-phy.yaml  |   1 +
 .../devicetree/bindings/serial/mtk-uart.txt        |   1 +
 .../bindings/spi/mediatek,spi-mtk-nor.yaml         |   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/mt8195-evb.dts        |  29 ++
 arch/arm64/boot/dts/mediatek/mt8195.dtsi           | 477 +++++++++++++++++++++
 12 files changed, 519 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8195-evb.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8195.dtsi

--
2.14.1


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

end of thread, other threads:[~2021-03-18  6:09 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16 11:14 [PATCH 00/10] Add basic node support for Mediatek MT8195 SoC Seiya Wang
2021-03-16 11:14 ` [PATCH 01/10] dt-bindings: timer: Add compatible for Mediatek MT8195 Seiya Wang
2021-03-16 11:14 ` [PATCH 02/10] dt-bindings: serial: " Seiya Wang
2021-03-16 11:14 ` [PATCH 03/10] dt-bindings: watchdog: " Seiya Wang
2021-03-16 21:15   ` Guenter Roeck
2021-03-16 11:14 ` [PATCH 04/10] dt-bindings: mmc: " Seiya Wang
2021-03-16 11:14 ` [PATCH 05/10] dt-bindings: spi: " Seiya Wang
2021-03-16 11:14 ` [PATCH 06/10] dt-bindings: iio: adc: " Seiya Wang
2021-03-16 11:14 ` [PATCH 07/10] dt-bindings: phy: " Seiya Wang
2021-03-17  6:39   ` Vinod Koul
2021-03-16 11:14 ` [PATCH 08/10] " Seiya Wang
2021-03-17  6:40   ` Vinod Koul
2021-03-18  2:33     ` Chunfeng Yun
2021-03-18  2:19   ` Chunfeng Yun
2021-03-18  6:04     ` Seiya Wang
2021-03-16 11:14 ` [PATCH 09/10] dt-bindings: arm: " Seiya Wang
2021-03-16 11:14 ` [PATCH 10/10] arm64: dts: Add Mediatek SoC MT8195 and evaluation board dts and Makefile Seiya Wang
2021-03-18  2:57   ` Chunfeng Yun
2021-03-18  6:03     ` Seiya Wang
2021-03-16 17:59 ` (subset) [PATCH 00/10] Add basic node support for Mediatek MT8195 SoC Mark Brown

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