From: Jack Hsu <jh.hsu@mediatek.com>
To: <robh@kernel.org>, <krzk+dt@kernel.org>, <conor+dt@kernel.org>,
<jic23@kernel.org>, <dlechner@baylibre.com>, <nuno.sa@analog.com>,
<andy@kernel.org>, <matthias.bgg@gmail.com>,
<angelogioacchino.delregno@collabora.com>, <srini@kernel.org>,
<ukleinek@kernel.org>, <gregkh@linuxfoundation.org>,
<jirislaby@kernel.org>, <daniel.lezcano@linaro.org>,
<tglx@linutronix.de>, <chunfeng.yun@mediatek.com>,
<wim@linux-watchdog.org>, <linux@roeck-us.net>,
<sean.wang@mediatek.com>, <zhiyong.tao@mediatek.com>,
<andrew-ct.chen@mediatek.com>, <lala.lin@mediatek.com>,
<jitao.shi@mediatek.com>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-iio@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-mediatek@lists.infradead.org>, <linux-pwm@vger.kernel.org>,
<linux-serial@vger.kernel.org>, <linux-usb@vger.kernel.org>,
<linux-watchdog@vger.kernel.org>,
<Project_Global_Chrome_Upstream_Group@mediatek.com>,
Jack Hsu <jh.hsu@mediatek.com>
Subject: [PATCH v7 0/9] Add mt8189 dts evaluation board and Makefile
Date: Tue, 11 Nov 2025 14:59:14 +0800 [thread overview]
Message-ID: <20251111070031.305281-1-jh.hsu@mediatek.com> (raw)
In this patch series,
we add Mediatek MT8189 evaluation board dts, dtsi and Makefile,
add/update related PMIC MT6319/MT6359 dtsi,
and also related dt-binding documents.
based on tag: next-20251111
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/
---
Changs in v7:
- update explanation in cover letter
- remove Applied mediatek,mt2701-auxadc.yaml
(refer to: https://lore.kernel.org/linux-mediatek/20251101162855.303b3e5e@jic23-huawei/)
- remove Applied mediatek,efuse.yaml
(refer to: https://lore.kernel.org/linux-mediatek/176236193629.37589.12615931533548308117.b4-ty@kernel.org/)
- update dt-bindings commit msg
(use "mt8189" instead of "mt8189 evb board")
- update xhci.yaml
(drop "reset-names" property)
- update mt6319 dtsi
(change pmic node name as pmic@ )
- update mt6359 dtsi node
(remove mt635x-auadc.h, remove fg nodes)
- update mt8189 dtsi node
- update mt8189 clk node
(refer to: https://lore.kernel.org/linux-mediatek/20251106124330.1145600-1-irving-ch.lin@mediatek.com/)
- xhci node drop "reset-names" property
- update mt8189 thermal node
(refer to: https://lore.kernel.org/linux-mediatek/20251110094113.3965182-1-hanchien.lin@mediatek.com/)
- Link to v6: https://lore.kernel.org/linux-mediatek/20251030134541.784011-1-jh.hsu@mediatek.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 (9):
dt-bindings: arm: Add compatible for MediaTek MT8189
dt-bindings: pwm: Support MediaTek MT8189 disp-pwm
dt-bindings: serial: Support MediaTek MT8189 uart
dt-bindings: timer: Support MediaTek MT8189 timer
dt-bindings: usb: Support MediaTek MT8189 xhci
dt-bindings: watchdog: Support MediaTek MT8189 wdt
arm64: dts: mediatek: Add MT6319 PMIC Support
arm64: dts: mediatek: update rtc properties for MT6359
arm64: dts: mediatek: Add mt8189 evaluation board dts
.../devicetree/bindings/arm/mediatek.yaml | 4 +
.../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 | 4 +-
.../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 | 3 +
arch/arm64/boot/dts/mediatek/mt8189-evb.dts | 1082 ++++++
arch/arm64/boot/dts/mediatek/mt8189.dtsi | 3310 +++++++++++++++++
11 files changed, 4473 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
--
2.45.2
next reply other threads:[~2025-11-11 7:02 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-11 6:59 Jack Hsu [this message]
2025-11-11 6:59 ` [PATCH v7 1/9] dt-bindings: arm: Add compatible for MediaTek MT8189 Jack Hsu
2025-11-11 6:59 ` [PATCH v7 2/9] dt-bindings: pwm: Support MediaTek MT8189 disp-pwm Jack Hsu
2025-11-11 6:59 ` [PATCH v7 3/9] dt-bindings: serial: Support MediaTek MT8189 uart Jack Hsu
2025-11-11 6:59 ` [PATCH v7 4/9] dt-bindings: timer: Support MediaTek MT8189 timer Jack Hsu
2025-11-11 6:59 ` [PATCH v7 5/9] dt-bindings: usb: Support MediaTek MT8189 xhci Jack Hsu
2025-11-11 18:01 ` Conor Dooley
2025-11-11 6:59 ` [PATCH v7 6/9] dt-bindings: watchdog: Support MediaTek MT8189 wdt Jack Hsu
2025-11-11 6:59 ` [PATCH v7 7/9] arm64: dts: mediatek: Add MT6319 PMIC Support Jack Hsu
2025-11-11 6:59 ` [PATCH v7 8/9] arm64: dts: mediatek: update rtc properties for MT6359 Jack Hsu
2025-11-11 18:03 ` Conor Dooley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251111070031.305281-1-jh.hsu@mediatek.com \
--to=jh.hsu@mediatek.com \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=andrew-ct.chen@mediatek.com \
--cc=andy@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=chunfeng.yun@mediatek.com \
--cc=conor+dt@kernel.org \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=dlechner@baylibre.com \
--cc=gregkh@linuxfoundation.org \
--cc=jic23@kernel.org \
--cc=jirislaby@kernel.org \
--cc=jitao.shi@mediatek.com \
--cc=krzk+dt@kernel.org \
--cc=lala.lin@mediatek.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-pwm@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=matthias.bgg@gmail.com \
--cc=nuno.sa@analog.com \
--cc=robh@kernel.org \
--cc=sean.wang@mediatek.com \
--cc=srini@kernel.org \
--cc=tglx@linutronix.de \
--cc=ukleinek@kernel.org \
--cc=wim@linux-watchdog.org \
--cc=zhiyong.tao@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox