Message ID | 3954ca0b86641e5e6a1935886df6658b9305ec4a.1582312530.git.robin.murphy@arm.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 05f9e9f7c9f477362b5adaa194a33270102abb5b |
Headers | show |
Series | arm64 CPU DT binding updates | expand |
On Fri, 21 Feb 2020 19:35:29 +0000, Robin Murphy wrote: > Add new PMU definitions to correspond with the CPU bindings. > > Signed-off-by: Robin Murphy <robin.murphy@arm.com> > --- > > v2: no change, just resending for completeness > > Documentation/devicetree/bindings/arm/pmu.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) > Applied, thanks. Rob
diff --git a/Documentation/devicetree/bindings/arm/pmu.yaml b/Documentation/devicetree/bindings/arm/pmu.yaml index 52ae094ce330..cc52195d0e9e 100644 --- a/Documentation/devicetree/bindings/arm/pmu.yaml +++ b/Documentation/devicetree/bindings/arm/pmu.yaml @@ -21,11 +21,20 @@ properties: - enum: - apm,potenza-pmu - arm,armv8-pmuv3 + - arm,neoverse-n1-pmu + - arm,neoverse-e1-pmu + - arm,cortex-a77-pmu + - arm,cortex-a76-pmu + - arm,cortex-a75-pmu - arm,cortex-a73-pmu - arm,cortex-a72-pmu + - arm,cortex-a65-pmu - arm,cortex-a57-pmu + - arm,cortex-a55-pmu - arm,cortex-a53-pmu - arm,cortex-a35-pmu + - arm,cortex-a34-pmu + - arm,cortex-a32-pmu - arm,cortex-a17-pmu - arm,cortex-a15-pmu - arm,cortex-a12-pmu
Add new PMU definitions to correspond with the CPU bindings. Signed-off-by: Robin Murphy <robin.murphy@arm.com> --- v2: no change, just resending for completeness Documentation/devicetree/bindings/arm/pmu.yaml | 9 +++++++++ 1 file changed, 9 insertions(+)