diff options
author | Marc Zyngier <[email protected]> | 2021-11-03 14:14:53 +0000 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2022-02-07 16:00:41 +0000 |
commit | 5a6bbd1d18cabf5a680e726f0ef8f6dda0105fe8 (patch) | |
tree | 69fd3aefdfdeec994bdcd2b117d1ac3b3004e193 | |
parent | dfd42facf1e4ada021b939b4e19c935dcdd55566 (diff) |
dt-bindings: arm-pmu: Document Apple PMU compatible strings
As we are about to add support fur the Apple PMUs, document the compatible
strings associated with the two micro-architectures present in the Apple M1.
Acked-by: Rob Herring <[email protected]>
Reviewed-by: Hector Martin <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/pmu.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/pmu.yaml b/Documentation/devicetree/bindings/arm/pmu.yaml index 981bac451698..7a04b8aaaec3 100644 --- a/Documentation/devicetree/bindings/arm/pmu.yaml +++ b/Documentation/devicetree/bindings/arm/pmu.yaml @@ -20,6 +20,8 @@ properties: items: - enum: - apm,potenza-pmu + - apple,firestorm-pmu + - apple,icestorm-pmu - arm,armv8-pmuv3 # Only for s/w models - arm,arm1136-pmu - arm,arm1176-pmu |