[PATCH 0/6] arm: mediatek: Genio 360 EVK bringup
David Lechner <[email protected]> Mon, 03 Aug 2026 18:20:39 -0500
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
This series is doing a basic bringup of the MediaTek Genio 360 Evaluation Kit board. This contains a new application processor (MT8366) that hasn't been seen in U-Boot yet, so basic support for that is added as well. Clock and pinctrl drivers were sent as standalone patches. There isn't an upstream devicetree at this point, so most of this is picking up the downstream devicetree along with a little init code and a defconfig. Signed-off-by: David Lechner <[email protected]> --- Chris Chen (1): arm: mediatek: add MT8366 application processor Deep Pani (1): dt-bindings: pinctrl: add MT8366 pin function header Irving-CH Lin (1): dt-bindings: clock: add MT8366 clock header Macpaul Lin (3): arm: dts: add MT8366 application processor arm: dts: mediatek: add Genio 360 EVK board: mediatek: add Genio 360 EVK defconfig arch/arm/dts/Makefile | 1 + arch/arm/dts/mt8366-genio-360-evk-common.dtsi | 405 ++++++++ arch/arm/dts/mt8366-genio-360-evk.dts | 14 + arch/arm/dts/mt8366.dtsi | 662 ++++++++++++ arch/arm/mach-mediatek/Kconfig | 12 +- arch/arm/mach-mediatek/Makefile | 1 + arch/arm/mach-mediatek/cpu.c | 3 +- arch/arm/mach-mediatek/mt8366/Makefile | 3 + arch/arm/mach-mediatek/mt8366/init.c | 58 ++ board/mediatek/MAINTAINERS | 8 + configs/mt8366_genio_360_evk_defconfig | 25 + include/dt-bindings/clock/mt8366-clk.h | 342 +++++++ .../dt-bindings/pinctrl/mediatek,mt8366-pinfunc.h | 1069 ++++++++++++++++++++ 13 files changed, 2601 insertions(+), 2 deletions(-) --- base-commit: 54930fd153a443a67fe56b89df16541048132513 change-id: 20260729-mtk-genio-360-bringup-de3bedc2ec94 Best regards, -- David Lechner <[email protected]>