mirror of https://gitee.com/openkylin/linux.git
perf: arm-ccn: Enable stats for CCN-512 interconnect
Add compatible string for the ARM CCN-512 interconnect Acked-by: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Marek Bykowski <marek.bykowski@gmail.com> Signed-off-by: Boleslaw Malecki <boleslaw.malecki@tieto.com> Signed-off-by: Will Deacon <will@kernel.org>
This commit is contained in:
parent
c8b0de762e
commit
126b0a1700
|
@ -1536,6 +1536,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);
|
||||
|
|
Loading…
Reference in New Issue