ARM: dts: imxrt1020-evk: add device_type = "memory" to memory node

Now device_type = "memory" is mandatory to allow u-boot to read memory
node, so let's add it to memory node.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
This commit is contained in:
Giulio Benetti 2021-05-13 12:18:37 +02:00 committed by Stefano Babic
parent faa4e95b5c
commit d956990c69

View File

@ -20,6 +20,7 @@
};
memory {
device_type = "memory";
reg = <0x80000000 0x2000000>;
};
};