From: scott.branden@broadcom.com (Scott Branden)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND 2/2] bus: arm-ccn: Enable stats for CCN-502 interconnect
Date: Thu, 15 Jun 2017 23:39:13 -0700 [thread overview]
Message-ID: <1497595153-18908-3-git-send-email-scott.branden@broadcom.com> (raw)
In-Reply-To: <1497595153-18908-1-git-send-email-scott.branden@broadcom.com>
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
next prev parent reply other threads:[~2017-06-16 6:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-16 6:39 [PATCH RESEND 0/2] Add support for ARM CCN-502 interconnect Scott Branden
2017-06-16 6:39 ` [PATCH RESEND 1/2] dt-bindings: arm-ccn: Add bindings info for CCN-502 compatible string Scott Branden
2017-06-16 6:39 ` Scott Branden [this message]
2017-06-16 20:39 ` [PATCH RESEND 0/2] Add support for ARM CCN-502 interconnect Scott Branden
2017-06-19 16:06 ` Pawel Moll
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1497595153-18908-3-git-send-email-scott.branden@broadcom.com \
--to=scott.branden@broadcom.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).