dts: Remove memory node from skeleton dtsi file

Remove memory node from skeleton dtsi and add device_type
property in every memory node in soc dtsi files

Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
Yannis Damigos 2017-07-21 18:57:58 +03:00 committed by Kumar Gala
commit 1a652e3ef1
25 changed files with 24 additions and 1 deletions

View file

@ -13,6 +13,7 @@
};
sram0: memory@20000000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0x20000000 0x30000>;
};