dts: arc: Remove device_type = "memory" from {d,i}ccm nodes

The "{d,i}ccm" nodes should not have had a 'device_type' property.
Remove it from the cases that we clearly know are {d,i}ccm.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-08-02 12:59:09 -05:00 committed by Kumar Gala
commit a5ae0daa35
3 changed files with 0 additions and 7 deletions

View file

@ -21,13 +21,11 @@
}; };
iccm0: iccm@0 { iccm0: iccm@0 {
device_type = "memory";
compatible = "arc,iccm"; compatible = "arc,iccm";
reg = <0x0 0x80000>; reg = <0x0 0x80000>;
}; };
dccm0: dccm@80000000 { dccm0: dccm@80000000 {
device_type = "memory";
compatible = "arc,dccm"; compatible = "arc,dccm";
reg = <0x80000000 0x80000>; reg = <0x80000000 0x80000>;
}; };

View file

@ -28,20 +28,17 @@
}; };
iccm0: iccm@20000000 { iccm0: iccm@20000000 {
device_type = "memory";
compatible = "arc,iccm"; compatible = "arc,iccm";
reg = <0x20000000 0x40000>; reg = <0x20000000 0x40000>;
}; };
dccm0: dccm@80000000 { dccm0: dccm@80000000 {
device_type = "memory";
compatible = "arc,dccm"; compatible = "arc,dccm";
reg = <0x80000000 0x20000>; reg = <0x80000000 0x20000>;
}; };
sram: memory@30000000 { sram: memory@30000000 {
device_type = "memory";
compatible = "mmio-sram"; compatible = "mmio-sram";
reg = <0x30000000 0x20000>; reg = <0x30000000 0x20000>;
}; };

View file

@ -29,12 +29,10 @@
}; };
iccm0: iccm@0 { iccm0: iccm@0 {
device_type = "memory";
compatible = "arc,iccm"; compatible = "arc,iccm";
}; };
dccm0: dccm@80000000 { dccm0: dccm@80000000 {
device_type = "memory";
compatible = "arc,dccm"; compatible = "arc,dccm";
}; };