diff options
| author | Giulio Benetti <[email protected]> | 2021-05-13 12:18:37 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-06-09 13:01:33 +0200 |
| commit | d956990c69dd1664c6c577d8d81e459606961991 (patch) | |
| tree | 9154c963f9d99b55c19bbc6be768a15524200797 | |
| parent | faa4e95b5cda060e5c5449038d38b727fee7e5a7 (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/imxrt1020-evk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/imxrt1020-evk.dts b/arch/arm/dts/imxrt1020-evk.dts index b527206fcfe..2da79e5c20f 100644 --- a/arch/arm/dts/imxrt1020-evk.dts +++ b/arch/arm/dts/imxrt1020-evk.dts @@ -20,6 +20,7 @@ }; memory { + device_type = "memory"; reg = <0x80000000 0x2000000>; }; }; |
