summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2010-02-17 07:33:22 -0700
committerGrant Likely <grant.likely@secretlab.ca>2010-02-17 07:33:22 -0700
commitd24720a45ad2928f687c6371482cdfba19b74fc5 (patch)
treed7adfe21ae927ce5a81bc41e15fe8c6f146a2190 /arch/powerpc/boot/dts
parent85cd7467f3a66800c20815d3fca45d33038b9279 (diff)
downloadlinux-3.10-d24720a45ad2928f687c6371482cdfba19b74fc5.tar.gz
linux-3.10-d24720a45ad2928f687c6371482cdfba19b74fc5.tar.bz2
linux-3.10-d24720a45ad2928f687c6371482cdfba19b74fc5.zip
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>
Diffstat (limited to 'arch/powerpc/boot/dts')
-rw-r--r--arch/powerpc/boot/dts/mpc5121ads.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc5121ads.dts b/arch/powerpc/boot/dts/mpc5121ads.dts
index d2b2db7cb4a..c9ef6bbe26c 100644
--- a/arch/powerpc/boot/dts/mpc5121ads.dts
+++ b/arch/powerpc/boot/dts/mpc5121ads.dts
@@ -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 >;