From: Velibor Markovski <[email protected]> Add compatible string for the ARM CCN-502 interconnect
Signed-off-by: Velibor Markovski <[email protected]> Acked-by: Mark Rutland <[email protected]> Signed-off-by: Scott Branden <[email protected]> --- 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

