[RFC V4 2/4] arm_pmu: acpi: add support for CPU PMU variant detection

2018-07-05 Thread Agustin Vega-Frias
DT allows CPU PMU variant detection via the PMU device compatible property. ACPI does not have an equivalent mechanism so we introduce a probe table to allow this via a device nested inside the CPU device in the DSDT: Device (CPU0) { Name (_HID, "ACPI0007" /* Processor Device */) ...

[RFC V4 2/4] arm_pmu: acpi: add support for CPU PMU variant detection

2018-07-05 Thread Agustin Vega-Frias
DT allows CPU PMU variant detection via the PMU device compatible property. ACPI does not have an equivalent mechanism so we introduce a probe table to allow this via a device nested inside the CPU device in the DSDT: Device (CPU0) { Name (_HID, "ACPI0007" /* Processor Device */) ...