linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: perf: Correct Cortex-A53/A57 compatible values
@ 2015-12-15  8:33 Geert Uytterhoeven
  2015-12-15  8:39 ` Dirk Behme
  2015-12-15 10:37 ` Mark Rutland
  0 siblings, 2 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2015-12-15  8:33 UTC (permalink / raw)
  To: linux-arm-kernel

Use commas instead of periods.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/arm/pmu.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/pmu.txt b/Documentation/devicetree/bindings/arm/pmu.txt
index 97ba45af04fc693f..a6cd14888bed9b29 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"
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-12-20  3:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-15  8:33 [PATCH] arm64: perf: Correct Cortex-A53/A57 compatible values Geert Uytterhoeven
2015-12-15  8:39 ` Dirk Behme
2015-12-15 10:37 ` Mark Rutland
2015-12-15 10:42   ` Will Deacon
2015-12-17 12:19     ` Will Deacon
2015-12-20  3:39       ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).