All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Add basic node support for Mediatek MT8186 SoC
@ 2022-04-26 12:50 ` Allen-KH Cheng
  0 siblings, 0 replies; 22+ messages in thread
From: Allen-KH Cheng @ 2022-04-26 12:50 UTC (permalink / raw)
  To: Matthias Brugger, Rob Herring, Krzysztof Kozlowski
  Cc: hsinyi, Project_Global_Chrome_Upstream_Group, devicetree,
	linux-arm-kernel, linux-kernel, linux-mediatek, Chen-Yu Tsai,
	Ryder Lee, 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 matthias/, v5.18-next/dts64. and add the below PATCHs
- clk series: 20220409132251.31725-1-chun-jie.chen@mediatek.com
- mt8186 timer compatible: 20220311130732.22706-2-allen-kh.cheng@mediatek.com
- mt8186 watchdog compatible from commit 888423f98c8f
  in linux/kernel/git/groeck/linux-staging.git, watchdog-next 
- reset header from commit 457ece3a0fbf
  in linux/kernel/git/groeck/linux-staging.git, watchdog-next

changes since v4:
 - correct driver clock of mt8186
 - add power domains controller and clock controllers
 - add pinctrl, usb host, spi and i2c nodes
 - add node status in mt8186-evb.dts
 - correct some dtbs_check warnings

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 (2):
  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 +
 arch/arm64/boot/dts/mediatek/Makefile         |   1 +
 arch/arm64/boot/dts/mediatek/mt8186-evb.dts   | 232 +++++
 arch/arm64/boot/dts/mediatek/mt8186.dtsi      | 932 ++++++++++++++++++
 4 files changed, 1169 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] 22+ messages in thread

end of thread, other threads:[~2022-04-27  7:40 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 12:50 [PATCH v5 0/2] Add basic node support for Mediatek MT8186 SoC Allen-KH Cheng
2022-04-26 12:50 ` Allen-KH Cheng
2022-04-26 12:50 ` Allen-KH Cheng
2022-04-26 12:50 ` [PATCH v5 1/2] dt-bindings: arm: Add compatible for Mediatek MT8186 Allen-KH Cheng
2022-04-26 12:50   ` Allen-KH Cheng
2022-04-26 12:50   ` Allen-KH Cheng
2022-04-26 18:24   ` Rob Herring
2022-04-26 18:24     ` Rob Herring
2022-04-26 18:24     ` Rob Herring
2022-04-26 23:00   ` Miles Chen
2022-04-26 23:00     ` Miles Chen
2022-04-26 23:00     ` Miles Chen
2022-04-27  7:36     ` allen-kh.cheng
2022-04-27  7:36       ` allen-kh.cheng
2022-04-26 12:50 ` [PATCH v5 2/2] arm64: dts: Add Mediatek SoC MT8186 dts and evaluation board and Makefile Allen-KH Cheng
2022-04-26 12:50   ` Allen-KH Cheng
2022-04-26 12:50   ` Allen-KH Cheng
2022-04-26 23:00   ` Miles Chen
2022-04-26 23:00     ` Miles Chen
2022-04-26 23:00     ` Miles Chen
2022-04-27  7:39     ` allen-kh.cheng
2022-04-27  7:39       ` 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.