Commit 2941be21 authored by Velibor Markovski's avatar Velibor Markovski Committed by Pawel Moll

bus: arm-ccn: Enable stats for CCN-502 interconnect

Add compatible string for the ARM CCN-502 interconnect
Signed-off-by: default avatarVelibor Markovski <velibor.markovski@broadcom.com>
Acked-by: default avatarMark Rutland <mark.rutland@arm.com>
Signed-off-by: default avatarScott Branden <scott.branden@broadcom.com>
Signed-off-by: default avatarPawel Moll <pawel.moll@arm.com>
parent 6a7f6cf7
...@@ -1544,6 +1544,7 @@ static int arm_ccn_remove(struct platform_device *pdev) ...@@ -1544,6 +1544,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-504", }, { .compatible = "arm,ccn-504", },
{}, {},
}; };
......
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