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>;
|
||||
};
|
||||
|
||||
|
|
|
@ -19,12 +19,11 @@
|
|||
};
|
||||
|
||||
sram0: memory {
|
||||
compatible = "sram";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20100000 0x20000>;
|
||||
};
|
||||
|
||||
flash0: flash {
|
||||
compatible = "flash";
|
||||
reg = <0x00400000 0x100000>;
|
||||
};
|
||||
|
||||
|
|
|
@ -21,12 +21,11 @@
|
|||
};
|
||||
|
||||
flash0: flash {
|
||||
compatible = "flash";
|
||||
reg = <0x00400000 DT_FLASH_SIZE>;
|
||||
};
|
||||
|
||||
sram0: memory {
|
||||
compatible = "sram";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20400000 DT_SRAM_SIZE>;
|
||||
};
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
};
|
||||
|
||||
sram0: memory {
|
||||
compatible = "sram";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 0x400000>;
|
||||
};
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
|
||||
sram0: memory {
|
||||
compatible = "sram";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 0x5000>;
|
||||
};
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
};
|
||||
|
||||
sram0: memory {
|
||||
compatible = "sram";
|
||||
compatible = "mmio-sram";
|
||||
reg = <DT_SRAM_START DT_SRAM_SIZE>;
|
||||
};
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
};
|
||||
|
||||
sram0: memory {
|
||||
compatible = "sram";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 (64*1024)>;
|
||||
};
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
};
|
||||
|
||||
sram0: memory {
|
||||
compatible = "sram";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 0x20000>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue