powerpc/85xx: l2sram - Add compatible entry for mpc8548 L2 controller
Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com> Signed-off-by: Li Yang <leoli@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
5d40433ee6
commit
401a376e94
1 changed files with 3 additions and 0 deletions
|
@ -201,6 +201,9 @@ static struct of_device_id mpc85xx_l2ctlr_of_match[] = {
|
||||||
{
|
{
|
||||||
.compatible = "fsl,p1022-l2-cache-controller",
|
.compatible = "fsl,p1022-l2-cache-controller",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.compatible = "fsl,mpc8548-l2-cache-controller",
|
||||||
|
},
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue