]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: rockchip: add support smp for rk3036
authorHeiko Stuebner <heiko@sntech.de>
Wed, 4 Nov 2015 12:25:16 +0000 (20:25 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 19 Nov 2015 04:53:35 +0000 (05:53 +0100)
commit9def7ccfe8d5b84d382cff83553dd6db72f61a23
tree7061bbdb53cc2c09e20e82df005cc5944b9c6efa
parent8005c49d9aea74d382f474ce11afbbc7d7130bec
ARM: rockchip: add support smp for rk3036

The dual-core Cortex A7 rk3036 is a bit special in that it does not allow
to control the actual powerdomain of the cpu cores, while the rest of the
smp-bringup like reset control and entry address handling stays the same.
Its bigger sibling, the quad-core rk3128 again allows powerdomain control.

So allow that case by introducing a separate smp-enable-method, that simply
disables powerdomain handling in the common code.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Xing Zheng <zhengxing@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/arm/cpus.txt
arch/arm/mach-rockchip/platsmp.c