[U-Boot] [PATCH] arm: mvebu: armada-370-xp.dtsi: Add "u-boot, dm-pre-reloc" to "internal-regs"
Chris Packham
judge.packham at gmail.com
Sat May 11 00:09:27 UTC 2019
On Fri, 10 May 2019, 11:34 PM Stefan Roese, <sr at denx.de> wrote:
> Without this U-Boot specific property, booting on Armada XP theadorable
> fails in SPL. All nodes in the "internal-regs" (simple-bus) DT node are
> not scanned, so the UART node is missing (and others).
>
> I'm not adding this property in an *u-boot.dtsi file, since there is
> none matching the generic rules for all files including this dtsi
> file. So to not miss any of the boards using this dtsi file, I'm
> adding it to this file directly, which makes the Linux merge a less
> easy unforunately.
>
> Signed-off-by: Stefan Roese <sr at denx.de>
> Cc: Chris Packham <judge.packham at gmail.com>
> Cc: Marek BehĂșn <marek.behun at nic.cz>
>
Thanks. Is this a regression from my last sync? The only Armada XP like
platform I had access to was msys and that doesn't use SPL (yet).
Reviewed-by: Chris Packham <judge.packham at gmail.com>
---
> arch/arm/dts/armada-370-xp.dtsi | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/dts/armada-370-xp.dtsi
> b/arch/arm/dts/armada-370-xp.dtsi
> index e4c35d4e98..50fc0be9f7 100644
> --- a/arch/arm/dts/armada-370-xp.dtsi
> +++ b/arch/arm/dts/armada-370-xp.dtsi
> @@ -102,6 +102,7 @@
> #address-cells = <1>;
> #size-cells = <1>;
> ranges = <0 MBUS_ID(0xf0, 0x01) 0 0x100000>;
> + u-boot,dm-pre-reloc;
>
> rtc: rtc at 10300 {
> compatible = "marvell,orion-rtc";
> --
> 2.21.0
>
>
More information about the U-Boot
mailing list