|
@@ -221,6 +221,7 @@ static struct notifier_block cpu_pmu_hotplug_notifier = {
|
|
|
* PMU platform driver and devicetree bindings.
|
|
|
*/
|
|
|
static struct of_device_id cpu_pmu_of_device_ids[] = {
|
|
|
+ {.compatible = "arm,cortex-a17-pmu", .data = armv7_a17_pmu_init},
|
|
|
{.compatible = "arm,cortex-a15-pmu", .data = armv7_a15_pmu_init},
|
|
|
{.compatible = "arm,cortex-a12-pmu", .data = armv7_a12_pmu_init},
|
|
|
{.compatible = "arm,cortex-a9-pmu", .data = armv7_a9_pmu_init},
|