diff options
author | Zhao Chenhui <chenhui.zhao@freescale.com> | 2013-05-17 10:29:47 (GMT) |
---|---|---|
committer | Fleming Andrew-AFLEMING <AFLEMING@freescale.com> | 2013-05-17 19:35:53 (GMT) |
commit | 6b0649d0274948d08507e701856587683ac1167b (patch) | |
tree | 2883478a6f418d9df4996af287ccd3f4a7ef1cc1 /arch/powerpc | |
parent | c547c7ef7279b5b20c33bbe5327765a7d3f60c3f (diff) | |
download | linux-fsl-qoriq-6b0649d0274948d08507e701856587683ac1167b.tar.xz |
powerpc/smp: add compatible entries of bsc9132
Add compatible entries of bsc9132 to mpc85xx_smp_guts_ids[].
Change-Id: I9ceb87e2ba34500c00db80f3464e00949f93c363
Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
Reviewed-on: http://git.am.freescale.net:8181/2575
Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com>
Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/85xx/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/smp.c b/arch/powerpc/platforms/85xx/smp.c index 624c438..30721ac 100644 --- a/arch/powerpc/platforms/85xx/smp.c +++ b/arch/powerpc/platforms/85xx/smp.c @@ -562,6 +562,7 @@ static const struct of_device_id mpc85xx_smp_guts_ids[] = { { .compatible = "fsl,p2020-guts", }, { .compatible = "fsl,qoriq-rcpm-1.0", }, { .compatible = "fsl,qoriq-rcpm-2.0", }, + { .compatible = "fsl,bsc9132-guts", }, {}, }; |