提交 c5795aec 编写于 作者: S Simon Horman

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

Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 ff8de98d
...@@ -14,11 +14,18 @@ ...@@ -14,11 +14,18 @@
compatible = "renesas,sh73a0"; compatible = "renesas,sh73a0";
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册