linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Add basic node support for Mediatek MT8195 SoC
@ 2021-03-19  2:34 Seiya Wang
  2021-03-19  2:34 ` [PATCH v2 1/8] dt-bindings: timer: Add compatible for Mediatek MT8195 Seiya Wang
                   ` (7 more replies)
  0 siblings, 8 replies; 24+ messages in thread
From: Seiya Wang @ 2021-03-19  2:34 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, 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, devicetree, linux-kernel,
	linux-iio, linux-mmc, linux-arm-kernel, linux-mediatek,
	linux-serial, 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 next-20210318

Changes in v2
Fix make dt_binding_check warning in mediatek,ufs-phy.yaml
Update usb phy and ufs phy nodes in mt8195.dtsi

Seiya Wang (8):
  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: iio: adc: Add compatible for Mediatek MT8195
  dt-bindings: arm: Add compatible for Mediatek MT8195
  dt-bindings: phy: fix dt_binding_check warning in
    mediatek,ufs-phy.yaml
  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,ufs-phy.yaml  |   8 +-
 .../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/mt8195-evb.dts        |  29 ++
 arch/arm64/boot/dts/mediatek/mt8195.dtsi           | 464 +++++++++++++++++++++
 10 files changed, 509 insertions(+), 2 deletions(-)
 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] 24+ messages in thread

end of thread, other threads:[~2021-04-06 10:56 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19  2:34 [PATCH v2 0/8] Add basic node support for Mediatek MT8195 SoC Seiya Wang
2021-03-19  2:34 ` [PATCH v2 1/8] dt-bindings: timer: Add compatible for Mediatek MT8195 Seiya Wang
2021-03-26  1:40   ` Rob Herring
2021-03-29 11:52   ` Matthias Brugger
2021-04-04 20:33     ` Daniel Lezcano
2021-04-06 10:53       ` Matthias Brugger
2021-03-19  2:34 ` [PATCH v2 2/8] dt-bindings: serial: " Seiya Wang
2021-03-29 11:53   ` Matthias Brugger
2021-03-19  2:34 ` [PATCH v2 3/8] dt-bindings: watchdog: " Seiya Wang
2021-03-26  1:40   ` Rob Herring
2021-04-06 10:56     ` Matthias Brugger
2021-03-19  2:34 ` [PATCH v2 4/8] dt-bindings: mmc: " Seiya Wang
2021-03-19 14:12   ` Ulf Hansson
2021-03-19  2:34 ` [PATCH v2 5/8] dt-bindings: iio: adc: " Seiya Wang
2021-03-20 15:04   ` Jonathan Cameron
2021-03-26  1:44   ` Rob Herring
2021-03-19  2:34 ` [PATCH v2 6/8] dt-bindings: arm: " Seiya Wang
2021-03-26  1:45   ` Rob Herring
2021-03-29 11:55   ` Matthias Brugger
2021-03-19  2:34 ` [PATCH v2 7/8] dt-bindings: phy: fix dt_binding_check warning in mediatek,ufs-phy.yaml Seiya Wang
2021-03-26  1:46   ` [PATCH v2 7/8] dt-bindings: phy: fix dt_binding_check warning in mediatek, ufs-phy.yaml Rob Herring
2021-03-31 13:01   ` [PATCH v2 7/8] dt-bindings: phy: fix dt_binding_check warning in mediatek,ufs-phy.yaml Vinod Koul
2021-03-19  2:34 ` [PATCH v2 8/8] arm64: dts: Add Mediatek SoC MT8195 and evaluation board dts and Makefile Seiya Wang
2021-03-23  2:46   ` Chunfeng Yun

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