Commit 126b0a17 authored by Marek Bykowski's avatar Marek Bykowski Committed by Will Deacon

perf: arm-ccn: Enable stats for CCN-512 interconnect

Add compatible string for the ARM CCN-512 interconnect
Acked-by: default avatarPawel Moll <pawel.moll@arm.com>
Signed-off-by: default avatarMarek Bykowski <marek.bykowski@gmail.com>
Signed-off-by: default avatarBoleslaw Malecki <boleslaw.malecki@tieto.com>
Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent c8b0de76
...@@ -1536,6 +1536,7 @@ static int arm_ccn_remove(struct platform_device *pdev) ...@@ -1536,6 +1536,7 @@ static int arm_ccn_remove(struct platform_device *pdev)
static const struct of_device_id arm_ccn_match[] = { static const struct of_device_id arm_ccn_match[] = {
{ .compatible = "arm,ccn-502", }, { .compatible = "arm,ccn-502", },
{ .compatible = "arm,ccn-504", }, { .compatible = "arm,ccn-504", },
{ .compatible = "arm,ccn-512", },
{}, {},
}; };
MODULE_DEVICE_TABLE(of, arm_ccn_match); MODULE_DEVICE_TABLE(of, arm_ccn_match);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment