devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add basic node support for MediaTek MT8188 SoC
@ 2023-07-05  6:57 Jason-ch Chen
  2023-07-05  6:57 ` [PATCH 1/3] dt-bindings: arm: Add compatible for MediaTek MT8188 Jason-ch Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Jason-ch Chen @ 2023-07-05  6:57 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	AngeloGioacchino Del Regno
  Cc: Nícolas F . R . A . Prado, Chen-Yu Tsai,
	Project_Global_Chrome_Upstream_Group, devicetree,
	linux-arm-kernel, linux-kernel, linux-mediatek, jason-ch chen

From: jason-ch chen <Jason-ch.Chen@mediatek.com>

MT8188 is a SoC based on 64bit ARMv8 architecture.
It contains 6 CA55 and 2 CA78 cores.
MT8188 share many HW IP with MT65xx series.

This patchset was tested on MT8188 evaluation board to shell.

Based on tag: next-20230704, linux-next/master

jason-ch chen (3):
  dt-bindings: arm: Add compatible for MediaTek MT8188
  dt-bindings: arm: mediatek: Add mt8188 pericfg compatible
  arm64: dts: Add MediaTek MT8188 dts and evaluation board and Makefile

 .../devicetree/bindings/arm/mediatek.yaml     |   4 +
 .../arm/mediatek/mediatek,pericfg.yaml        |   1 +
 arch/arm64/boot/dts/mediatek/Makefile         |   1 +
 arch/arm64/boot/dts/mediatek/mt8188-evb.dts   | 402 ++++++++
 arch/arm64/boot/dts/mediatek/mt8188.dtsi      | 926 ++++++++++++++++++
 5 files changed, 1334 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8188-evb.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8188.dtsi

-- 
2.18.0


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

end of thread, other threads:[~2023-07-06  3:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-05  6:57 [PATCH 0/3] Add basic node support for MediaTek MT8188 SoC Jason-ch Chen
2023-07-05  6:57 ` [PATCH 1/3] dt-bindings: arm: Add compatible for MediaTek MT8188 Jason-ch Chen
2023-07-05  8:07   ` AngeloGioacchino Del Regno
2023-07-05 19:30   ` Rob Herring
2023-07-05  6:57 ` [PATCH 2/3] dt-bindings: arm: mediatek: Add mt8188 pericfg compatible Jason-ch Chen
2023-07-05  8:06   ` AngeloGioacchino Del Regno
2023-07-05 19:30   ` Rob Herring
2023-07-05  6:57 ` [PATCH 3/3] arm64: dts: Add MediaTek MT8188 dts and evaluation board and Makefile Jason-ch Chen
2023-07-05  8:25   ` AngeloGioacchino Del Regno
2023-07-06  3:00     ` Jason-ch Chen (陳建豪)

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