[PATCH 5/5] dts: add empty .dtsi for shift-axolotl
Simon Glass
sjg at chromium.org
Mon Apr 6 17:53:52 CEST 2026
Hi Michael,
On 2026-04-03T23:18:18, Michael Srba <michael.srba at seznam.cz> wrote:
> dts: add empty .dtsi for shift-axolotl
>
> This is necessary to select shift-axolotl as a target, in practice
> the upstream dts will be used
>
> Signed-off-by: Michael Srba <Michael.Srba at seznam.cz>
> diff --git a/arch/arm/dts/sdm845-shift-axolotl-u-boot.dtsi b/arch/arm/dts/sdm845-shift-axolotl-u-boot.dtsi
> +// SPDX-License-Identifier: GPL-2.0
> +
> +/* When there is no previous bootloader, the memory node won't get filled in.
> + */
The build system uses the first matching -u-boot.dtsi file. Since this
board-specific file exists, it takes priority over sdm845-u-boot.dtsi,
which adds bootph-all properties to gcc, usb_1_hsphy, usb_1_dwc3, and
rpmhcc needed for USB DFU in SPL.
Please can you add:
#include "sdm845-u-boot.dtsi"
This is the standard pattern - e.g. meson-gxbb-p200-u-boot.dtsi which
includes meson-gxbb-u-boot.dtsi.
The commit message says the file is 'empty' but it contains a comment
about memory. If that comment is relevant, perhaps clarify what it
means for this board. Otherwise I suggest removing it until there is
actual content.
Regards,
Simon
More information about the U-Boot
mailing list