commit | 122694a0c71281cf2b349af41309c3caf5f31d61 | [log] [tgz] |
---|---|---|
author | Dinh Nguyen <dinguyen@opensource.altera.com> | Tue May 12 16:49:21 2015 -0500 |
committer | Dinh Nguyen <dinguyen@opensource.altera.com> | Wed May 13 08:41:35 2015 -0500 |
tree | 673d6109c1071a273324fc624da3cb0d81e5fa06 | |
parent | 65ce7a37ec23c9e7878bd77e2f75b1eb9d8926e3 [diff] |
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>