On 8/7/26 8:53 AM, Julien Stephan wrote:
> Le mar. 4 août 2026 à 01:21, David Lechner <[email protected]> a écrit :
>>
>> 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.
>>
> Hi David,
> 
> I already did the review of clock driver but I realize that it should
> be part of this series (or at least depends on it) for mt8366-clk.h

My plan was to merge the clock driver first. Nothing would compile
it until this series, so should not be a problem. Maybe I should
include the header in the clock series anyway though.

> 
>> 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]>
>>

Reply via email to