dts: cleanup usage of "flash" and "sram" compatible
Remove compatible = "flash" from any node that has it as this doesn't have any well defined meaning right now. Also update any compatible = "sram" to be "mmio-sram" (as there's a binding in linux for this). Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
5e7765ba28
commit
4cace27c82
8 changed files with 8 additions and 11 deletions
|
@ -19,12 +19,11 @@
|
|||
};
|
||||
|
||||
sram0: memory {
|
||||
compatible = "sram";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20070000 0x18000>;
|
||||
};
|
||||
|
||||
flash0: flash {
|
||||
compatible = "flash";
|
||||
reg = <0x00080000 0x80000>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue