ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE

With the newly introduced CPU_METHOD_OF_DECLARE is not necessary anymore
to reference the relevant smp_ops in the board file, but instead it can
simply be set by the enable-method property of the cpu nodes.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
此提交包含在:
Heiko Stübner
2014-03-27 01:06:32 +01:00
提交者 Olof Johansson
父節點 1ef81bf7bc
當前提交 26ab69cb4c
共有 6 個檔案被更改,包括 5 行新增4 行删除

查看文件

@@ -24,6 +24,7 @@
cpus {
#address-cells = <1>;
#size-cells = <0>;
enable-method = "rockchip,rk3066-smp";
cpu@0 {
device_type = "cpu";

查看文件

@@ -24,6 +24,7 @@
cpus {
#address-cells = <1>;
#size-cells = <0>;
enable-method = "rockchip,rk3066-smp";
cpu@0 {
device_type = "cpu";