[PATCH v6 00/11] Add mt8189 dts evaluation board and Makefile
Jack Hsu
jh.hsu at mediatek.com
Thu Oct 30 06:44:32 PDT 2025
In this patch series,
we add Mediatek MT8189 evaluation board dts, dtsi and Makefile,
and also related dt-binding documents.
based on tag: next-20251029
Note:
This patch series depends on following dt-binding headers and yamls
1.dt-binding headers
1. mt8189-pinfunc.h
https://patchwork.kernel.org/project/linux-mediatek/patch/20250919020525.7904-1-ot_cathy.xu@mediatek.com/
2. mt8189_gce.h
https://patchwork.kernel.org/project/linux-mediatek/patch/20250820093831.23437-3-xiandong.wang@mediatek.com/
2.dt-binding yamls
1. smi-common.yaml, smi-larb.yaml
https://patchwork.kernel.org/project/linux-mediatek/patch/20251027121443.16783-2-zhengnan.chen@mediatek.com/
2. mediatek,gce-mailbox.yaml
https://patchwork.kernel.org/project/linux-mediatek/patch/20250820093831.23437-2-xiandong.wang@mediatek.com/
3. mediatek,ufs.yaml
https://patchwork.kernel.org/project/linux-scsi/patch/20251016-mt8196-ufs-v2-1-c373834c4e7a@collabora.com/
4. mediatek,iommu.yaml
https://lore.kernel.org/linux-mediatek/20251018132625.14428-2-zhengnan.chen@mediatek.com/
5. gce-mailbox.yaml
https://patchwork.kernel.org/project/linux-mediatek/patch/20250820093831.23437-2-xiandong.wang@mediatek.com/
6. disp_isp yamls
https://lore.kernel.org/linux-mediatek/20251020074211.8942-1-xiandong.wang@mediatek.com/
7. jpeg yaml
https://patchwork.kernel.org/project/linux-mediatek/patch/20250528095748.17485-2-jianhua.lin@mediatek.com/
https://patchwork.kernel.org/project/linux-mediatek/patch/20250528095748.17485-3-jianhua.lin@mediatek.com/
8. vcodec yaml
https://lore.kernel.org/linux-mediatek/20251016060747.20648-2-kyrie.wu@mediatek.com/
https://lore.kernel.org/linux-mediatek/20251016060747.20648-8-kyrie.wu@mediatek.com/
9. mtk-sd.yaml
https://patchwork.kernel.org/project/linux-mediatek/patch/20250818114855.8637-1-mengqi.zhang@mediatek.com/
10. mtk,scp.yaml
https://patchwork.kernel.org/project/linux-mediatek/patch/20250924084422.4604-2-huayu.zong@mediatek.com/
11. pwrap/spmi yaml
https://patchwork.kernel.org/project/linux-mediatek/patch/20250801070913.3109-2-niklaus.liu@mediatek.com/
12. mt8189-nau8825.yaml
https://lore.kernel.org/linux-mediatek/20250905071659.25805-10-Cyril.Chao@mediatek.com/
13. mt8189-afe-pcm.yaml
https://lore.kernel.org/linux-mediatek/20250905071659.25805-8-Cyril.Chao@mediatek.com/
14. mediatek,ufs.yaml
https://patchwork.kernel.org/project/linux-scsi/patch/20251016-mt8196-ufs-v2-1-c373834c4e7a@collabora.com/
---
Changs in v6:
- add/fix dt-bindings for mt8189 dts node
- add pmic mt63xx dtsi for mt8189 evb board
- add complete device node of mt8189 evb board
- Fix previous version review comments
- Link to v5: https://patchwork.kernel.org/project/linux-mediatek/cover/20250718075630.644870-1-sirius.wang@mediatek.com/
Changs in v5:
- remove unused cpu-dile-state definition.
- change memory size in "reg" property which if filled in by bootloader.
Changs in v4:
- Correct cpu-idle-states.
- Change the "reg" property name of the "memory" node in the
device tree source (DTS) to lowercase.
Changs in v3:
- Move ulposc and ulposc3 before cpu nodes.
- Refactor cpu-map to a single cluster0.
- Change cpu nodes name from medium core to big core.
- Move psci before timer nodes.
Changs in v2:
- Fix warning issues for make CHECK_DTBS=y.
- Add mediatek,uart.yaml document.
---
Jack Hsu (11):
dt-bindings: arm: Add compatible for MediaTek MT8189
dt-bindings: iio: adc: Support MediaTek MT8189 evb board auxadc
dt-bindings: nvmem: Support MediaTek MT8189 evb board efuse
dt-bindings: pwm: Support MediaTek MT8189 evb board disp-pwm
dt-bindings: serial: Support MediaTek MT8189 evb board uart
dt-bindings: timer: Support MediaTek MT8189 evb board timer
dt-bindings: usb: Support MediaTek MT8189 evb board xhci
dt-bindings: watchdog: Support MediaTek MT8189 evb board wdt
arm64: dts: mediatek: Add MT6319 PMIC Support
arm64: dts: mediatek: add properties for MT6359
arm64: dts: mediatek: Add mt8189 evaluation board dts
.../devicetree/bindings/arm/mediatek.yaml | 4 +
.../iio/adc/mediatek,mt2701-auxadc.yaml | 1 +
.../bindings/nvmem/mediatek,efuse.yaml | 1 +
.../bindings/pwm/mediatek,pwm-disp.yaml | 1 +
.../bindings/serial/mediatek,uart.yaml | 1 +
.../bindings/timer/mediatek,timer.yaml | 1 +
.../bindings/usb/mediatek,mtk-xhci.yaml | 7 +-
.../bindings/watchdog/mediatek,mtk-wdt.yaml | 1 +
arch/arm64/boot/dts/mediatek/Makefile | 1 +
arch/arm64/boot/dts/mediatek/mt6319.dtsi | 66 +
arch/arm64/boot/dts/mediatek/mt6359.dtsi | 20 +
arch/arm64/boot/dts/mediatek/mt8189-evb.dts | 1082 ++++++
arch/arm64/boot/dts/mediatek/mt8189.dtsi | 3014 +++++++++++++++++
include/dt-bindings/iio/mt635x-auxadc.h | 50 +
14 files changed, 4249 insertions(+), 1 deletion(-)
create mode 100644 arch/arm64/boot/dts/mediatek/mt6319.dtsi
create mode 100644 arch/arm64/boot/dts/mediatek/mt8189-evb.dts
create mode 100644 arch/arm64/boot/dts/mediatek/mt8189.dtsi
create mode 100644 include/dt-bindings/iio/mt635x-auxadc.h
--
2.45.2
More information about the linux-arm-kernel
mailing list