ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE
authorHeiko Stübner <heiko@sntech.de>
Thu, 27 Mar 2014 00:06:32 +0000 (01:06 +0100)
committerOlof Johansson <olof@lixom.net>
Mon, 26 May 2014 18:15:53 +0000 (11:15 -0700)
commit26ab69cb4c1f77060bece483f2ec210163867782
treea7fb76ff3d21501a1e81f9b76b38577a97406f64
parent1ef81bf7bcc9d795619197b15218304c9d42c18c
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>
Documentation/devicetree/bindings/arm/cpus.txt
arch/arm/boot/dts/rk3066a.dtsi
arch/arm/boot/dts/rk3188.dtsi
arch/arm/mach-rockchip/core.h
arch/arm/mach-rockchip/platsmp.c
arch/arm/mach-rockchip/rockchip.c