1
0
Fork 0
alistair23-linux/arch/arm/mach-sunxi
Mylène Josserand 6961275e72 ARM: sun8i: smp: Add support for A83T
Add the support for A83T.

A83T SoC has an additional register than A80 to handle CPU configurations:
R_CPUS_CFG. Information about the register comes from Allwinner's BSP
driver.
An important difference is the Power Off Gating register for clusters
which is BIT(4) in case of SUN9I-A80 and BIT(0) in case of SUN8I-A83T.
There is also a bit swap between sun8i-a83t and sun9i-a80 that must be
handled.

Signed-off-by: Mylène Josserand <mylene.josserand@bootlin.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
2018-05-08 15:00:20 +02:00
..
Kconfig ARM: sun8i: smp: Add support for A83T 2018-05-08 15:00:20 +02:00
Makefile ARM: sunxi: smp: Move assembly code into a file 2018-05-08 14:47:36 +02:00
headsmp.S ARM: sunxi: Add initialization of CNTVOFF 2018-05-08 14:52:41 +02:00
mc_smp.c ARM: sun8i: smp: Add support for A83T 2018-05-08 15:00:20 +02:00
platsmp.c ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol 2017-02-28 11:06:10 +00:00
sunxi.c ARM: sunxi: Add initialization of CNTVOFF 2018-05-08 14:52:41 +02:00