From: Geert Uytterhoeven Date: Tue, 15 Dec 2015 08:33:20 +0000 (+0100) Subject: UPSTREAM: arm64: perf: Correct Cortex-A53/A57 compatible values X-Git-Tag: firefly_0821_release~2280 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=86ae6a01e9a47c67d380199229a9eb5a465ddabe;p=firefly-linux-kernel-4.4.55.git UPSTREAM: arm64: perf: Correct Cortex-A53/A57 compatible values Use commas instead of periods. Change-Id: I6762decd0390c9f8914e4f314a5212875d200ed5 Acked-by: Mark Rutland Acked-by: Dirk Behme Signed-off-by: Geert Uytterhoeven Signed-off-by: Will Deacon Signed-off-by: Huang, Tao (cherry picked from commit aae881ad73460e1b2aea01f079a0541bd5a9136c) --- diff --git a/Documentation/devicetree/bindings/arm/pmu.txt b/Documentation/devicetree/bindings/arm/pmu.txt index 97ba45af04fc..a6cd14888bed 100644 --- a/Documentation/devicetree/bindings/arm/pmu.txt +++ b/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"