UPSTREAM: arm64: perf: Correct Cortex-A53/A57 compatible values
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 15 Dec 2015 08:33:20 +0000 (09:33 +0100)
committerHuang, Tao <huangtao@rock-chips.com>
Fri, 1 Jul 2016 02:37:08 +0000 (10:37 +0800)
Use commas instead of periods.

Change-Id: I6762decd0390c9f8914e4f314a5212875d200ed5
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>
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
(cherry picked from commit aae881ad73460e1b2aea01f079a0541bd5a9136c)

Documentation/devicetree/bindings/arm/pmu.txt

index 97ba45af04fc693f831c00f15f9388df864434a6..a6cd14888bed9b29e8c84bdb584e5169d4f60458 100644 (file)
@@ -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"