Commit 7f43049b authored by Vladimir Murzin's avatar Vladimir Murzin Committed by Sudeep Holla

ARM: dts: mps2: remove skeleton.dtsi include and fix unit address warnings

Removale of skeleton.dtsi allows us also to fix the following
warning from the dts compiler:
  Warning (unit_address_vs_reg): Node /memory has a reg or ranges
  property, but no unit name

by adding proper unit addresses to the memory nodes.
Signed-off-by: default avatarVladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
parent 1001354c
...@@ -59,7 +59,7 @@ chosen { ...@@ -59,7 +59,7 @@ chosen {
stdout-path = "serial0:9600n8"; stdout-path = "serial0:9600n8";
}; };
memory { memory@21000000 {
device_type = "memory"; device_type = "memory";
reg = <0x21000000 0x1000000>; reg = <0x21000000 0x1000000>;
}; };
......
...@@ -59,7 +59,7 @@ chosen { ...@@ -59,7 +59,7 @@ chosen {
stdout-path = "serial0:9600n8"; stdout-path = "serial0:9600n8";
}; };
memory { memory@60000000 {
device_type = "memory"; device_type = "memory";
reg = <0x60000000 0x1000000>; reg = <0x60000000 0x1000000>;
}; };
......
...@@ -42,10 +42,12 @@ ...@@ -42,10 +42,12 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "skeleton.dtsi"
#include "armv7-m.dtsi" #include "armv7-m.dtsi"
/ { / {
#address-cells = <1>;
#size-cells = <1>;
oscclk0: clk-osc0 { oscclk0: clk-osc0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0>; #clock-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment