ARM: dts: imxrt1050-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:44 +02:00 committed by Stefano Babic
parent 0684ec8a9d
commit 6f6f03af0e

View file

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