dts: riscv: Remove device_type = "memory" from SRAM nodes

The true mmio-sram nodes should not have had a 'device_type' property.
Remove it from the cases that we clearly know are SRAM.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-08-02 13:01:25 -05:00 committed by Kumar Gala
commit 3d4fa57541
2 changed files with 0 additions and 3 deletions

View file

@ -37,7 +37,6 @@
};
sram0: memory@80040000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0x80040000 0x40000>;
};

View file

@ -51,13 +51,11 @@
};
m4_dtcm: memory@20000000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0x20000000 0x30000>;
};
m0_tcm: memory@9000000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0x09000000 0x20000>;
};