public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 00/11] Add mt8189 dts evaluation board and Makefile
@ 2025-10-30 13:44 Jack Hsu
  2025-10-30 13:44 ` [PATCH v6 01/11] dt-bindings: arm: Add compatible for MediaTek MT8189 Jack Hsu
                   ` (12 more replies)
  0 siblings, 13 replies; 32+ messages in thread
From: Jack Hsu @ 2025-10-30 13:44 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, jic23, dlechner, nuno.sa, andy,
	matthias.bgg, angelogioacchino.delregno, srini, ukleinek, gregkh,
	jirislaby, daniel.lezcano, tglx, chunfeng.yun, wim, linux,
	sean.wang, zhiyong.tao, andrew-ct.chen, lala.lin, jitao.shi
  Cc: devicetree, linux-kernel, linux-iio, linux-arm-kernel,
	linux-mediatek, linux-pwm, linux-serial, linux-usb,
	linux-watchdog, Project_Global_Chrome_Upstream_Group, Jack Hsu

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


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

end of thread, other threads:[~2025-11-06  5:34 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-30 13:44 [PATCH v6 00/11] Add mt8189 dts evaluation board and Makefile Jack Hsu
2025-10-30 13:44 ` [PATCH v6 01/11] dt-bindings: arm: Add compatible for MediaTek MT8189 Jack Hsu
2025-10-30 19:30   ` Conor Dooley
2025-10-30 13:44 ` [PATCH v6 02/11] dt-bindings: iio: adc: Support MediaTek MT8189 evb board auxadc Jack Hsu
2025-10-30 19:30   ` Conor Dooley
2025-11-01 16:28     ` Jonathan Cameron
2025-10-30 13:44 ` [PATCH v6 03/11] dt-bindings: nvmem: Support MediaTek MT8189 evb board efuse Jack Hsu
2025-10-30 19:31   ` Conor Dooley
2025-10-30 13:44 ` [PATCH v6 04/11] dt-bindings: pwm: Support MediaTek MT8189 evb board disp-pwm Jack Hsu
2025-10-30 17:20   ` Uwe Kleine-König
2025-10-30 19:36   ` Conor Dooley
2025-10-30 13:44 ` [PATCH v6 05/11] dt-bindings: serial: Support MediaTek MT8189 evb board uart Jack Hsu
2025-10-30 13:44 ` [PATCH v6 06/11] dt-bindings: timer: Support MediaTek MT8189 evb board timer Jack Hsu
2025-10-30 19:30   ` Conor Dooley
2025-10-30 13:44 ` [PATCH v6 07/11] dt-bindings: usb: Support MediaTek MT8189 evb board xhci Jack Hsu
2025-10-30 19:32   ` Conor Dooley
2025-10-31  8:19     ` Krzysztof Kozlowski
2025-10-31 10:38       ` Conor Dooley
2025-10-31  8:18   ` Krzysztof Kozlowski
2025-10-30 13:44 ` [PATCH v6 08/11] dt-bindings: watchdog: Support MediaTek MT8189 evb board wdt Jack Hsu
2025-10-30 19:32   ` Conor Dooley
2025-10-30 20:55   ` Guenter Roeck
2025-10-30 13:44 ` [PATCH v6 09/11] arm64: dts: mediatek: Add MT6319 PMIC Support Jack Hsu
2025-10-30 19:34   ` Conor Dooley
2025-10-30 13:44 ` [PATCH v6 10/11] arm64: dts: mediatek: add properties for MT6359 Jack Hsu
2025-10-30 19:46   ` Conor Dooley
2025-10-30 13:44 ` [PATCH v6 11/11] arm64: dts: mediatek: Add mt8189 evaluation board dts Jack Hsu
2025-10-30 19:49 ` [PATCH v6 00/11] Add mt8189 dts evaluation board and Makefile Conor Dooley
2025-11-05  7:06   ` Jh Hsu (許希孜)
2025-11-05 18:48     ` Conor Dooley
2025-11-06  5:33       ` Jh Hsu (許希孜)
2025-11-05 16:58 ` (subset) " Srinivas Kandagatla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox