summaryrefslogtreecommitdiff
path: root/arch/arm/dts/socfpga_stratix10_socdk.dts
diff options
context:
space:
mode:
authorLey Foon Tan <ley.foon.tan@intel.com>2019-11-08 10:56:26 +0800
committerMarek Vasut <marex@denx.de>2019-11-20 22:32:00 +0100
commit9184590d9ab9fe92ad2f80d767f58f76d67d87a0 (patch)
tree6ffeb413302e16823654ec4fda23f59b28e4cfe7 /arch/arm/dts/socfpga_stratix10_socdk.dts
parent8d8ee47e03ef23b0d0e842ea455a30bf0d2023b9 (diff)
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 <ley.foon.tan@intel.com>
Diffstat (limited to 'arch/arm/dts/socfpga_stratix10_socdk.dts')
-rwxr-xr-xarch/arm/dts/socfpga_stratix10_socdk.dts2
1 files changed, 2 insertions, 0 deletions
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>,