Skip to content

Commit

Permalink
arm64: perf: Correct Cortex-A53/A57 compatible values
Browse files Browse the repository at this point in the history
Use commas instead of periods.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Dirk Behme <dirk.behme@gmail.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Will Deacon <will.deacon@arm.com>
  • Loading branch information
Geert Uytterhoeven authored and Will Deacon committed Dec 17, 2015
1 parent 9e9caa6 commit aae881a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/devicetree/bindings/arm/pmu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Required properties:
- compatible : should be one of
"apm,potenza-pmu"
"arm,armv8-pmuv3"
"arm.cortex-a57-pmu"
"arm.cortex-a53-pmu"
"arm,cortex-a57-pmu"
"arm,cortex-a53-pmu"
"arm,cortex-a17-pmu"
"arm,cortex-a15-pmu"
"arm,cortex-a12-pmu"
Expand Down

0 comments on commit aae881a

Please sign in to comment.