Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1667445 > unrolled thread

[PATCH RESEND 2/2] bus: arm-ccn: Enable stats for CCN-502 interconnect

Started byScott Branden <scott.branden@broadcom.com>
First post2017-06-16 08:40 +0200
Last post2017-06-16 08:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH RESEND 2/2] bus: arm-ccn: Enable stats for CCN-502 interconnect Scott Branden <scott.branden@broadcom.com> - 2017-06-16 08:40 +0200

#1667445 — [PATCH RESEND 2/2] bus: arm-ccn: Enable stats for CCN-502 interconnect

FromScott Branden <scott.branden@broadcom.com>
Date2017-06-16 08:40 +0200
Subject[PATCH RESEND 2/2] bus: arm-ccn: Enable stats for CCN-502 interconnect
Message-ID<tST5f-4Rd-3@gated-at.bofh.it>
From: Velibor Markovski <velibor.markovski@broadcom.com>

Add compatible string for the ARM CCN-502 interconnect

Signed-off-by: Velibor Markovski <velibor.markovski@broadcom.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
 drivers/bus/arm-ccn.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bus/arm-ccn.c b/drivers/bus/arm-ccn.c
index 4d6a2b7..98a6995 100644
--- a/drivers/bus/arm-ccn.c
+++ b/drivers/bus/arm-ccn.c
@@ -1544,6 +1544,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", },
 	{},
 };
-- 
2.5.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web