powerpc/mpc5121: correct DIU compatible property

The DIU driver should bind against "fsl,mpc5121-diu"
directly. Add this compatible property to the match
table and fix DTS and platform code accordingly.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
Anatolij Gustschin
2010-02-17 07:33:22 -07:00
committed by Grant Likely
parent 85cd7467f3
commit d24720a45a
2 changed files with 6 additions and 1 deletions

View File

@@ -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 >;