Re: [PATCH v4 0/3] Add mt8189 dts evaluation board and Makefile
From: Sirius Wang (王皓昱) <hidden>
Date: 2025-07-14 14:26:59
Also in:
linux-devicetree, linux-mediatek, linux-serial, lkml
From: Sirius Wang (王皓昱) <hidden>
Date: 2025-07-14 14:26:59
Also in:
linux-devicetree, linux-mediatek, linux-serial, lkml
On Mon, 2025-07-14 at 22:06 +0800, Sirius Wang wrote:
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
Dear maintainers and reviewers: I apologize for inconvenience for sending the incorrect version of this patchese. I will correct the issue and submit the correct version of the patchs as soon as possible. Thank you for your understanding and patience. Best regards, Sirius