Commit fe681d29 authored by Simon Horman's avatar Simon Horman

ARM: mach-shmobile: emev2: Add reg and device_type properties to cpus

Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent c5795aec
...@@ -15,11 +15,18 @@ / { ...@@ -15,11 +15,18 @@ / {
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
cpus { cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 { cpu@0 {
device_type = "cpu";
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
reg = <0>;
}; };
cpu@1 { cpu@1 {
device_type = "cpu";
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
reg = <1>;
}; };
}; };
......
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