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
|
@ -168,13 +168,11 @@
|
|||
/ {
|
||||
/* SRAM allocated and used by the BSD library */
|
||||
sram0_bsd: memory@20010000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
/* SRAM allocated to the Non-Secure image */
|
||||
sram0_ns: memory@20020000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20070000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20070000 0x18000>;
|
||||
};
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20100000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 0x8000>;
|
||||
};
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20400000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -48,19 +48,16 @@
|
|||
};
|
||||
|
||||
sram0: memory@8000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x08000000 DT_SIZE_K(140)>;
|
||||
};
|
||||
|
||||
sram1: memory@8023000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x08023000 DT_SIZE_K(4)>;
|
||||
};
|
||||
|
||||
sram2: memory@8024000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x08024000 DT_SIZE_K(112)>;
|
||||
};
|
||||
|
|
|
@ -55,7 +55,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -62,7 +62,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -69,7 +69,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@
|
|||
|
||||
soc {
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@
|
|||
|
||||
soc {
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -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>;
|
||||
};
|
||||
|
|
|
@ -18,13 +18,11 @@
|
|||
* https://sourceware.org/ml/binutils/2017-02/msg00250.html
|
||||
*/
|
||||
sram_l: memory@1fffc000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x1fffc000 DT_SIZE_K(16)>;
|
||||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 DT_SIZE_K(16)>;
|
||||
};
|
||||
|
|
|
@ -18,13 +18,11 @@
|
|||
* https://sourceware.org/ml/binutils/2017-02/msg00250.html
|
||||
*/
|
||||
sram_l: memory@1fff8000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x1fff8000 DT_SIZE_K(32)>;
|
||||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 DT_SIZE_K(32)>;
|
||||
};
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@1FFFF000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x1FFFF000 0x4000>;
|
||||
};
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 0x8000>;
|
||||
};
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 0x4000>;
|
||||
};
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 0x20000>;
|
||||
};
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
/* 64KB DTCM @ 0x20000000, 176KB SRAM1 @ 0x20010000, 16KB SRAM2 @ 0x2003C00 */
|
||||
|
||||
sram0: memory@20010000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20010000 DT_SIZE_K(192)>;
|
||||
};
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
/* 64KB DTCM @ 20000000, 240KB SRAM1 @ 20010000, 16KB SRAM2 @ 2004C000 */
|
||||
|
||||
sram0: memory@20010000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20010000 DT_SIZE_K(256)>;
|
||||
};
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
/* 128KB DTCM @ 20000000, 368KB SRAM1 @ 20020000, 16KB SRAM2 @ 2007C000 */
|
||||
|
||||
sram0: memory@20020000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20020000 DT_SIZE_K(384)>;
|
||||
};
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
/* system data RAM accessible over over AXI bus */
|
||||
sram1: memory@10000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x10000000 DT_SIZE_K(288)>;
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
/* system data RAM accessible over over AXI bus */
|
||||
sram0: memory@24000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x24000000 DT_SIZE_K(512)>;
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -21,13 +21,11 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
/* VIMS RAM configurable in CCFG as GPRAM or cache for FLASH (default) */
|
||||
sram1: memory@11000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x11000000 0x2000>;
|
||||
};
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 0x5000>;
|
||||
};
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x20000000 (64*1024)>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue