dts: arm: 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 12:54:07 -05:00 committed by Kumar Gala
commit b52b1b2222
44 changed files with 0 additions and 51 deletions

View file

@ -20,7 +20,6 @@
};
sram0: memory@20070000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0x20070000 0x18000>;
};