2023-10-23 08:40:42

by Jason-ch Chen

[permalink] [raw]
Subject: [PATCH v6 0/4] Add basic node support for MediaTek MT8188 SoC

From: jason-ch chen <[email protected]>

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-20231023, linux-next/master

Changes in v6:
- Add L2 and L3 cache information
- Fix reviewer's comments

Changes in v5:
- Remove unnecessary always-on regulator nodes
- Fix dtbs_check warning

Changes in v4:
- Explain the reason of modifying pwrap binding file, and correct the
subject
- Fix reviewer's comments

Changes in v3:
- Remove the duplicated part of mt8188 in the pwrap yaml file
- Fix reviewer's comments about coding style

Changes in v2:
- Add MT8188 PMIC Wrapper compatible to binding document
- Fix reviewer's comments

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

.../devicetree/bindings/arm/mediatek.yaml | 4 +
.../arm/mediatek/mediatek,pericfg.yaml | 1 +
.../bindings/soc/mediatek/mediatek,pwrap.yaml | 6 +-
arch/arm64/boot/dts/mediatek/Makefile | 1 +
arch/arm64/boot/dts/mediatek/mt8188-evb.dts | 387 +++++++
arch/arm64/boot/dts/mediatek/mt8188.dtsi | 956 ++++++++++++++++++
6 files changed, 1354 insertions(+), 1 deletion(-)
create mode 100644 arch/arm64/boot/dts/mediatek/mt8188-evb.dts
create mode 100644 arch/arm64/boot/dts/mediatek/mt8188.dtsi

--
2.18.0


Subject: Re: [PATCH v6 0/4] Add basic node support for MediaTek MT8188 SoC


On Mon, 23 Oct 2023 16:38:35 +0800, Jason-ch Chen wrote:
> From: jason-ch chen <[email protected]>
>
> 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.
>
> [...]

Applied, thanks!

[1/4] dt-bindings: arm: Add compatible for MediaTek MT8188
commit: 17bc1b4cc2709c05494d17356a6263f3f253a129
[2/4] dt-bindings: arm: mediatek: Add mt8188 pericfg compatible
commit: 1407001eabf44b3ae002abee4fc4d9f8a4090005
[3/4] dt-bindings: soc: mediatek: pwrap: Modify compatible for MT8188
commit: 07d03d9b5df233d3e47112df898f00958f4e763f
[4/4] arm64: dts: Add MediaTek MT8188 dts and evaluation board and Makefile
commit: ff71e99d9d1c8943c62397e06df6507765b2d771

Best regards,
--
AngeloGioacchino Del Regno <[email protected]>