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:
parent
bd89cc3f4d
commit
b52b1b2222
44 changed files with 0 additions and 51 deletions
|
@ -27,13 +27,11 @@
|
|||
* https://sourceware.org/ml/binutils/2017-02/msg00250.html
|
||||
*/
|
||||
sram_l: memory@1fff0000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x1fff0000 0x10000>;
|
||||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 0x30000>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue