Re: [PATCH] arm64: dts: mediatek: mt8390-genio-700: Add boot phase tags

David Lechner <[email protected]> Wed, 29 Jul 2026 13:59:46 -0500
Newsgroups org.infradead.lists.linux-mediatek,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
On 7/21/26 8:24 AM, Carlo Caione wrote:
> U-Boot SPL runs after the platform DDR loader has initialized DRAM. It
> needs the debug UART and eMMC controller, together with their clock,
> syscon, pinctrl, interrupt and watchdog providers, to load the firmware
> FIT.
> 
> Mark the nodes consumed by the current SPL configuration with
> 'bootph-pre-ram' so that the canonical devicetree carries the boot-phase
> information and bootloaders do not need local overrides.
> 
> Signed-off-by: Carlo Caione <[email protected]>
> ---
>  .../boot/dts/mediatek/mt8390-genio-700-evk.dts     | 81 ++++++++++++++++++++++

It seems like this would be better placed in mt8390-genio-common.dtsi
so that we don't have to duplicate it for Genio 510. Julien can test
it.