Browse Source

arm64: perf: Correct Cortex-A53/A57 compatible values

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>
Geert Uytterhoeven 9 years ago
parent
commit
aae881ad73
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Documentation/devicetree/bindings/arm/pmu.txt

+ 2 - 2
Documentation/devicetree/bindings/arm/pmu.txt

@@ -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"