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:
parent
f4caf7b890
commit
38cd37f726
11 changed files with 1 additions and 11 deletions
|
@ -25,7 +25,6 @@
|
|||
sdram0: memory@80000000 {
|
||||
/* ISSI IS42S16160J-6TLI */
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x80000000 0x2000000>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue