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>
This commit is contained in:
committed by
Marek Vasut
parent
8d8ee47e03
commit
9184590d9a
@@ -36,6 +36,8 @@
|
||||
};
|
||||
|
||||
memory {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
device_type = "memory";
|
||||
/* 4GB */
|
||||
reg = <0 0x00000000 0 0x80000000>,
|
||||
|
||||
Reference in New Issue
Block a user