All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Add basic node support for Mediatek MT8186 SoC
@ 2022-03-11 13:07 ` Allen-KH Cheng
  0 siblings, 0 replies; 43+ messages in thread
From: Allen-KH Cheng @ 2022-03-11 13:07 UTC (permalink / raw)
  To: Rob Herring, Matthias Brugger, Kishon Vijay Abraham I,
	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-watchdog,
	Allen-KH Cheng

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 tag: next-20220310, linux-next/master.

changes since v3:
 - remove serial, mmc and phy patch from series. (already merged)
 - remove mcusysoff node
 - move oscillator nodes at the head of dts
 - change name from usb-phy to t-phy

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

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

Allen-KH Cheng (4):
  dt-bindings: timer: Add compatible for Mediatek MT8186
  dt-bindings: watchdog: 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 +
 .../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      | 356 ++++++++++++++++++
 6 files changed, 387 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


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

end of thread, other threads:[~2022-05-27  8:37 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11 13:07 [PATCH v4 0/4] Add basic node support for Mediatek MT8186 SoC Allen-KH Cheng
2022-03-11 13:07 ` Allen-KH Cheng
2022-03-11 13:07 ` Allen-KH Cheng
2022-03-11 13:07 ` [PATCH v4 1/4] dt-bindings: timer: Add compatible for Mediatek MT8186 Allen-KH Cheng
2022-03-11 13:07   ` Allen-KH Cheng
2022-03-11 13:07   ` Allen-KH Cheng
2022-03-11 15:50   ` Rob Herring
2022-03-11 15:50     ` Rob Herring
2022-03-11 15:50     ` Rob Herring
2022-03-30 11:49     ` Daniel Lezcano
2022-03-30 11:49       ` Daniel Lezcano
2022-03-30 11:49       ` Daniel Lezcano
2022-04-26 12:30       ` allen-kh.cheng
2022-04-26 12:30         ` allen-kh.cheng
2022-05-27  8:36   ` [tip: timers/core] " tip-bot2 for Allen-KH Cheng
2022-03-11 13:07 ` [PATCH v4 2/4] dt-bindings: watchdog: " Allen-KH Cheng
2022-03-11 13:07   ` Allen-KH Cheng
2022-03-11 13:07   ` Allen-KH Cheng
2022-03-11 15:50   ` Rob Herring
2022-03-11 15:50     ` Rob Herring
2022-03-11 15:50     ` Rob Herring
2022-03-14  1:46     ` Rex-BC Chen
2022-03-14  1:46       ` Rex-BC Chen
2022-03-14  1:46       ` Rex-BC Chen
2022-03-11 13:07 ` [PATCH v4 3/4] dt-bindings: arm: " Allen-KH Cheng
2022-03-11 13:07   ` Allen-KH Cheng
2022-03-11 13:07   ` Allen-KH Cheng
2022-03-11 15:51   ` Rob Herring
2022-03-11 15:51     ` Rob Herring
2022-03-11 15:51     ` Rob Herring
2022-03-11 13:07 ` [PATCH v4 4/4] arm64: dts: Add Mediatek SoC MT8186 dts and evaluation board and Makefile Allen-KH Cheng
2022-03-11 13:07   ` Allen-KH Cheng
2022-03-11 13:07   ` Allen-KH Cheng
2022-03-29 14:56   ` Matthias Brugger
2022-03-29 14:56     ` Matthias Brugger
2022-03-29 14:56     ` Matthias Brugger
2022-03-30  7:34     ` allen-kh.cheng
2022-03-30  7:34       ` allen-kh.cheng
2022-04-26 10:28       ` Matthias Brugger
2022-04-26 10:28         ` Matthias Brugger
2022-04-26 10:28         ` Matthias Brugger
2022-04-26 11:12         ` allen-kh.cheng
2022-04-26 11:12           ` 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.