Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181943
b: refs/heads/master
c: d24720a
h: refs/heads/master
i:
  181941: 439e28c
  181939: 4c8c92a
  181935: fab13b0
v: v3
  • Loading branch information
Anatolij Gustschin authored and Grant Likely committed Feb 17, 2010
1 parent 8340f86 commit 4b4a447
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 85cd7467f3a66800c20815d3fca45d33038b9279
refs/heads/master: d24720a45ad2928f687c6371482cdfba19b74fc5
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/dts/mpc5121ads.dts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
};

display@2100 {
compatible = "fsl,mpc5121-diu", "fsl,diu";
compatible = "fsl,mpc5121-diu";
reg = <0x2100 0x100>;
interrupts = <64 0x8>;
interrupt-parent = < &ipic >;
Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/video/fsl-diu-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1633,6 +1633,11 @@ static int __init fsl_diu_setup(char *options)
#endif

static struct of_device_id fsl_diu_match[] = {
#ifdef CONFIG_PPC_MPC512x
{
.compatible = "fsl,mpc5121-diu",
},
#endif
{
.compatible = "fsl,diu",
},
Expand Down

0 comments on commit 4b4a447

Please sign in to comment.