diff options
author | Harninder Rai <harninder.rai@freescale.com> | 2013-02-19 09:14:21 (GMT) |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2013-02-19 17:01:54 (GMT) |
commit | 12c7e8f62de546bff9f8ffa5a03e0ad292bcf17d (patch) | |
tree | 07e1d7c3a93ca8a0738678c9fb7f72a8f2d579e8 /arch | |
parent | 1c374741d03ff753c2e9bf15325e0fe0b3905ead (diff) | |
download | linux-fsl-qoriq-12c7e8f62de546bff9f8ffa5a03e0ad292bcf17d.tar.xz |
powerpc/85xx: l2sram - Add compatible string for BSC9131 platform
Signed-off-by: Harninder Rai <harninder.rai@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/sysdev/fsl_85xx_l2ctlr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c b/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c index 8cf93f0..afc2dbf 100644 --- a/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c +++ b/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c @@ -203,6 +203,7 @@ static struct of_device_id mpc85xx_l2ctlr_of_match[] = { { .compatible = "fsl,p1024-l2-cache-controller",}, { .compatible = "fsl,p1015-l2-cache-controller",}, { .compatible = "fsl,p1010-l2-cache-controller",}, + { .compatible = "fsl,bsc9131-l2-cache-controller",}, {}, }; |