dts: remove incorrect use of mmio-sram compatible

For memory that is truly device_type = "memory" we should not have a
mmio-sram compatible.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-07-22 06:42:11 -05:00 committed by Kumar Gala
commit 38cd37f726
11 changed files with 1 additions and 11 deletions

View file

@ -24,6 +24,7 @@
#interrupt-cells = <2>;
};
/* We are carving out of DRAM for a pseudo flash and sram region */
flash0: flash@80000000 {
compatible = "soc-nv-flash";
reg = <0x80000000 DT_FLASH_SIZE>;
@ -31,7 +32,6 @@
sram0: sram@80400000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0x80400000 DT_SRAM_SIZE>;
};

View file

@ -25,7 +25,6 @@
sdram0: memory@80000000 {
/* ISSI IS42S16160J-6TLI */
device_type = "memory";
compatible = "mmio-sram";
reg = <0x80000000 0x2000000>;
};

View file

@ -26,7 +26,6 @@
sdram0: memory@80000000 {
/* Micron MT48LC16M16A2B4-6AIT:G */
device_type = "memory";
compatible = "mmio-sram";
reg = <0x80000000 0x2000000>;
};

View file

@ -26,7 +26,6 @@
sdram0: memory@80000000 {
/* Micron MT48LC16M16A2B4-6AIT:G */
device_type = "memory";
compatible = "mmio-sram";
reg = <0x80000000 0x2000000>;
};

View file

@ -27,7 +27,6 @@
sdram0: memory@80000000 {
/* Micron MT48LC16M16A2B4-6AIT:G */
device_type = "memory";
compatible = "mmio-sram";
reg = <0x80000000 0x2000000>;
};

View file

@ -26,7 +26,6 @@
sdram0: memory@80000000 {
/* Micron MT48LC16M16A2B4-6AIT:G */
device_type = "memory";
compatible = "mmio-sram";
reg = <0x80000000 0x2000000>;
};

View file

@ -19,7 +19,6 @@
ram0: memory@40000000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0x40000000 0x10000000>;
};
};

View file

@ -63,7 +63,6 @@
ddr0: memory@90000000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0x90000000 0x50000000>;
};

View file

@ -42,7 +42,6 @@
ddr0: memory@10000000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0x10000000 0x8000000>;
};

View file

@ -29,7 +29,6 @@
soc {
sram0: memory@400000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0x00400000 0x30000>;
};

View file

@ -8,7 +8,6 @@
soc {
sram0: memory@400000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0x00400000 0x80000>;
};