diff options
author | Sam Shih <[email protected]> | 2022-01-19 20:35:36 +0800 |
---|---|---|
committer | Matthias Brugger <[email protected]> | 2022-03-01 09:47:58 +0100 |
commit | fbaac5b1057de34d3776df9fc904b7c7e634d945 (patch) | |
tree | 4e3fe259d8f36bf55d39c58e7080631d79a3aaed | |
parent | 1f9986b258c2c6c6d89faad9a9ed5f42daeeca9a (diff) |
arm64: dts: mediatek: update mt7986a memory node
This patch updates the format of memory node in DT adding the correct
device_type.
Signed-off-by: Sam Shih <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[mb: fixed commit message]
Signed-off-by: Matthias Brugger <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts index 5cd760abff51..21e420829572 100644 --- a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts +++ b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts @@ -19,7 +19,8 @@ stdout-path = "serial0:115200n8"; }; - memory { + memory@40000000 { + device_type = "memory"; reg = <0 0x40000000 0 0x40000000>; }; }; |