From: Sirius Wang <sirius.wang@mediatek.com>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jiri Slaby <jirislaby@kernel.org>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Sean Wang <sean.wang@mediatek.com>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-serial@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-mediatek@lists.infradead.org>, <wenst@chromium.org>,
<xavier.chang@mediatek.com>,
Sirius Wang <sirius.wang@mediatek.com>
Subject: [PATCH v4 0/3] Add mt8189 dts evaluation board and Makefile
Date: Mon, 14 Jul 2025 22:06:02 +0800 [thread overview]
Message-ID: <20250714140608.2065966-1-sirius.wang@mediatek.com> (raw)
We add basic chip support for Mediatek MT8189 on evaluation board.
In this series, we also add dt-bindings document definition for MT8189.
This series is based on tag: next-20250714
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
Sirius Wang (3):
dt-bindings: arm: Add compatible for MediaTek MT8189
dt-bindings: serial: mediatek,uart: Add compatible for MT8189
arm64: dts: mt8189: Add mt8189 dts evaluation board and Mafefile
.../devicetree/bindings/arm/mediatek.yaml | 4 +
.../bindings/serial/mediatek,uart.yaml | 1 +
arch/arm64/boot/dts/mediatek/Makefile | 1 +
arch/arm64/boot/dts/mediatek/mt8189-evb.dts | 20 +
arch/arm64/boot/dts/mediatek/mt8189.dtsi | 419 ++++++++++++++++++
5 files changed, 445 insertions(+)
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-07-14 14:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-14 14:06 Sirius Wang [this message]
2025-07-14 14:06 ` [PATCH v4 1/3] dt-bindings: arm: Add compatible for MediaTek MT8189 Sirius Wang
2025-07-14 14:06 ` [PATCH v4 2/3] dt-bindings: serial: mediatek,uart: Add compatible for MT8189 Sirius Wang
2025-07-14 14:06 ` [PATCH v4 3/3] arm64: dts: mt8189: Add mt8189 dts evaluation board and Mafefile Sirius Wang
2025-07-14 14:50 ` AngeloGioacchino Del Regno
2025-07-15 12:07 ` Sirius Wang (王皓昱)
2025-07-14 14:26 ` [PATCH v4 0/3] Add mt8189 dts evaluation board and Makefile Sirius Wang (王皓昱)
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=20250714140608.2065966-1-sirius.wang@mediatek.com \
--to=sirius.wang@mediatek.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-serial@vger.kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=robh@kernel.org \
--cc=sean.wang@mediatek.com \
--cc=wenst@chromium.org \
--cc=xavier.chang@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;
as well as URLs for NNTP newsgroup(s).