Skip to content

Commit

Permalink
powerpc/85xx: l2sram - Add compatible entry for mpc8548 L2 controller
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
chenhui zhao authored and Kumar Gala committed Mar 16, 2012
1 parent 5d40433 commit 401a376
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/powerpc/sysdev/fsl_85xx_l2ctlr.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ static struct of_device_id mpc85xx_l2ctlr_of_match[] = {
{
.compatible = "fsl,p1022-l2-cache-controller",
},
{
.compatible = "fsl,mpc8548-l2-cache-controller",
},
{},
};

Expand Down

0 comments on commit 401a376

Please sign in to comment.