diff options
author | Haojian Zhuang <haojian.zhuang@linaro.org> | 2014-07-28 20:14:32 +0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-30 22:32:21 -0700 |
commit | c2fff85e21818952aa0ee5778926beee6c03e579 (patch) | |
tree | ae19565d16ad482dfe647363c2664beeb592df3a /arch/arm/boot/dts/hi3620.dtsi | |
parent | 4a9b37371822c6b47fdd87118e4f91b5ebc70b6f (diff) |
ARM: hisi: remove smp from machine descriptor
Use CPU_METHOD_OF_DECLARE() instead. And declare smp method in dts file.
Changelog:
v6:
* Use hisilicon,hi3620-smp as enable-method property in Hi3620 dts.
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Acked-by: Wei Xu <xuwei5@hisilicon.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/hi3620.dtsi')
-rw-r--r-- | arch/arm/boot/dts/hi3620.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/hi3620.dtsi b/arch/arm/boot/dts/hi3620.dtsi index ab1116d086b..a7b0d3d72ad 100644 --- a/arch/arm/boot/dts/hi3620.dtsi +++ b/arch/arm/boot/dts/hi3620.dtsi @@ -33,6 +33,7 @@ cpus { #address-cells = <1>; #size-cells = <0>; + enable-method = "hisilicon,hi3620-smp"; cpu@0 { device_type = "cpu"; |