linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect
@ 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-16  9:06 ` [PATCHv2 1/2] bus: arm-ccn: Enable stats for CCN-512 interconnect Marek Bykowski
  0 siblings, 2 replies; 7+ 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

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

Thread overview: 7+ 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 ` [PATCH 2/2] Documentation: Add documentation for CCN-512 DTS binding 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:57   ` [PATCHv3 1/2] perf: " Marek Bykowski
2019-10-28 15:43     ` Will Deacon
2019-10-16 11:12   ` [PATCHv2 1/2] bus: " Pawel Moll

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).