All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect
@ 2019-10-07 13:21 ` marek.bykowski
  0 siblings, 0 replies; 13+ messages in thread
From: marek.bykowski @ 2019-10-07 13:21 UTC (permalink / raw)
  To: robh+dt, mark.rutland, will, pawel.moll, devicetree, linux-arm-kernel
  Cc: Marek Bykowski

From: Marek Bykowski <marek.bykowski@gmail.com>

Add compatible string for the ARM CCN-512 interconnect

Signed-off-by: Marek Bykowski <marek.bykowski@gmail.com>
---
 drivers/perf/arm-ccn.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/perf/arm-ccn.c b/drivers/perf/arm-ccn.c
index 7dd850e02f19..b6e00f35a448 100644
--- a/drivers/perf/arm-ccn.c
+++ b/drivers/perf/arm-ccn.c
@@ -1545,6 +1545,7 @@ static int arm_ccn_remove(struct platform_device *pdev)
 static const struct of_device_id arm_ccn_match[] = {
 	{ .compatible = "arm,ccn-502", },
 	{ .compatible = "arm,ccn-504", },
+	{ .compatible = "arm,ccn-512", },
 	{},
 };
 MODULE_DEVICE_TABLE(of, arm_ccn_match);
-- 
2.21.0.896.g6a6c0f1

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

end of thread, other threads:[~2019-10-28 15:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-07 13:21 [PATCH 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect marek.bykowski
2019-10-07 13:21 ` marek.bykowski
2019-10-07 13:21 ` [PATCH 2/2] Documentation: Add documentation for CCN-512 DTS binding marek.bykowski
2019-10-07 13:21   ` marek.bykowski
2019-10-15 21:30   ` Rob Herring
2019-10-16  9:06 ` [PATCHv2 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect Marek Bykowski
2019-10-16  9:06   ` Marek Bykowski
2019-10-16  9:57   ` [PATCHv3 1/2] perf: " Marek Bykowski
2019-10-16  9:57     ` Marek Bykowski
2019-10-28 15:43     ` Will Deacon
2019-10-28 15:43       ` Will Deacon
2019-10-16 11:12   ` [PATCHv2 1/2] bus: " Pawel Moll
2019-10-16 11:12     ` Pawel Moll

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.