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

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