From: Ley Foon Tan Date: Fri, 8 Nov 2019 02:56:26 +0000 (+0800) Subject: arm: dts: Stratix10: Fix memory node address and size cells X-Git-Tag: v2020.01-rc4~14^2~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9184590d9ab9fe92ad2f80d767f58f76d67d87a0;p=oweals%2Fu-boot.git arm: dts: Stratix10: Fix memory node address and size cells Add #address-cells and #size-cells to memory node to fix incorrect memory size decoding in recent Uboot version. Signed-off-by: Ley Foon Tan --- diff --git a/arch/arm/dts/socfpga_stratix10_socdk.dts b/arch/arm/dts/socfpga_stratix10_socdk.dts index c5409df026..ce07659602 100755 --- a/arch/arm/dts/socfpga_stratix10_socdk.dts +++ b/arch/arm/dts/socfpga_stratix10_socdk.dts @@ -36,6 +36,8 @@ }; memory { + #address-cells = <2>; + #size-cells = <2>; device_type = "memory"; /* 4GB */ reg = <0 0x00000000 0 0x80000000>,