perf: arm-ccn: Enable stats for CCN-512 interconnect
authorMarek Bykowski <marek.bykowski@gmail.com>
Wed, 16 Oct 2019 09:57:39 +0000 (11:57 +0200)
committerWill Deacon <will@kernel.org>
Mon, 28 Oct 2019 15:40:42 +0000 (15:40 +0000)
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>
drivers/perf/arm-ccn.c

index fee5cb2..fea354d 100644 (file)
@@ -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);