dts: nios2: 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 13:01:57 -05:00 committed by Kumar Gala
commit 01d11d50d3
2 changed files with 0 additions and 2 deletions

View file

@ -21,7 +21,6 @@
}; };
sram0: memory@400000 { sram0: memory@400000 {
device_type = "memory";
compatible = "mmio-sram"; compatible = "mmio-sram";
reg = <0x400000 0x20000>; reg = <0x400000 0x20000>;
}; };

View file

@ -22,7 +22,6 @@
}; };
sram0: memory@400000 { sram0: memory@400000 {
device_type = "memory";
compatible = "mmio-sram"; compatible = "mmio-sram";
reg = <0x400000 0x20000>; reg = <0x400000 0x20000>;
}; };