Re: [U-Boot] [PATCH] arm: dts: Stratix10: Fix memory node address and size cells

2019-11-08 Thread Marek Vasut
On 11/8/19 3:56 AM, Ley Foon Tan wrote: > 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 > --- > arch/arm/dts/socfpga_stratix10_socdk.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git

[U-Boot] [PATCH] arm: dts: Stratix10: Fix memory node address and size cells

2019-11-07 Thread Ley Foon Tan
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 --- arch/arm/dts/socfpga_stratix10_socdk.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/dts/socfpga_stratix10_socdk.dts b/arch/arm/dts