]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: socfpga: use of_iomap to map the SCU
authorDinh Nguyen <dinguyen@opensource.altera.com>
Tue, 12 May 2015 21:49:21 +0000 (16:49 -0500)
committerDinh Nguyen <dinguyen@opensource.altera.com>
Wed, 13 May 2015 13:41:35 +0000 (08:41 -0500)
commit122694a0c71281cf2b349af41309c3caf5f31d61
tree673d6109c1071a273324fc624da3cb0d81e5fa06
parent65ce7a37ec23c9e7878bd77e2f75b1eb9d8926e3
ARM: socfpga: use of_iomap to map the SCU

Use of_iomap to map the "arm,cortex-a9-scu". By doing this, we can remove
map_io in socfpga.c.

Also, we can remove socfpga_smp_init_cpus, as arm_dt_init_cpu_maps is
already doing the CPU mapping.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
arch/arm/mach-socfpga/core.h
arch/arm/mach-socfpga/platsmp.c
arch/arm/mach-socfpga/socfpga.c