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:
parent
a5ae0daa35
commit
3d4fa57541
2 changed files with 0 additions and 3 deletions
|
@ -37,7 +37,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
sram0: memory@80040000 {
|
sram0: memory@80040000 {
|
||||||
device_type = "memory";
|
|
||||||
compatible = "mmio-sram";
|
compatible = "mmio-sram";
|
||||||
reg = <0x80040000 0x40000>;
|
reg = <0x80040000 0x40000>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -51,13 +51,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
m4_dtcm: memory@20000000 {
|
m4_dtcm: memory@20000000 {
|
||||||
device_type = "memory";
|
|
||||||
compatible = "mmio-sram";
|
compatible = "mmio-sram";
|
||||||
reg = <0x20000000 0x30000>;
|
reg = <0x20000000 0x30000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
m0_tcm: memory@9000000 {
|
m0_tcm: memory@9000000 {
|
||||||
device_type = "memory";
|
|
||||||
compatible = "mmio-sram";
|
compatible = "mmio-sram";
|
||||||
reg = <0x09000000 0x20000>;
|
reg = <0x09000000 0x20000>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue