diff options
author | Haojian Zhuang <haojian.zhuang@linaro.org> | 2014-07-28 08:14:32 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-31 01:32:21 -0400 |
commit | c2fff85e21818952aa0ee5778926beee6c03e579 (patch) | |
tree | ae19565d16ad482dfe647363c2664beeb592df3a /arch/arm/boot/dts/hisi-x5hd2-dkb.dts | |
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/hisi-x5hd2-dkb.dts')
-rw-r--r-- | arch/arm/boot/dts/hisi-x5hd2-dkb.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/hisi-x5hd2-dkb.dts b/arch/arm/boot/dts/hisi-x5hd2-dkb.dts index 9eafb7b00a26..05b44c272c9a 100644 --- a/arch/arm/boot/dts/hisi-x5hd2-dkb.dts +++ b/arch/arm/boot/dts/hisi-x5hd2-dkb.dts | |||
@@ -21,6 +21,7 @@ | |||
21 | cpus { | 21 | cpus { |
22 | #address-cells = <1>; | 22 | #address-cells = <1>; |
23 | #size-cells = <0>; | 23 | #size-cells = <0>; |
24 | enable-method = "hisilicon,hix5hd2-smp"; | ||
24 | 25 | ||
25 | cpu@0 { | 26 | cpu@0 { |
26 | compatible = "arm,cortex-a9"; | 27 | compatible = "arm,cortex-a9"; |