Lines Matching +full:cortex +full:- +full:a9 +full:- +full:scu
1 // SPDX-License-Identifier: GPL-2.0-only
22 * The ARM11MP SCU compatible is only provided as fallback for
23 * old RealView EB Cortex-A9 device trees that were using this
26 { .compatible = "arm,arm11mp-scu", },
27 { .compatible = "arm,cortex-a9-scu", },
28 { .compatible = "arm,cortex-a5-scu", },
33 { .compatible = "arm,core-module-integrator", },
34 { .compatible = "arm,realview-eb-syscon", },
35 { .compatible = "arm,realview-pbx-syscon", },
49 pr_err("PLATSMP: No SCU base address\n"); in realview_smp_prepare_cpus()
55 pr_err("PLATSMP: No SCU remap\n"); in realview_smp_prepare_cpus()
61 pr_info("SCU: %d cores detected\n", ncores); in realview_smp_prepare_cpus()
98 CPU_METHOD_OF_DECLARE(realview_smp, "arm,realview-smp", &realview_dt_smp_ops);