Browse Source

ARM: dts: imx25: Make lcdc compatible to imx21 fb

Make lcdc compatible to imx21 fb.

Signed-off-by: Matthias Weisser <weisserm@arcor.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Matthias Weisser 12 years ago
parent
commit
c770f7c020
1 changed files with 2 additions and 1 deletions
  1. 2 1
      arch/arm/boot/dts/imx25.dtsi

+ 2 - 1
arch/arm/boot/dts/imx25.dtsi

@@ -393,7 +393,8 @@
 				status = "disabled";
 			};
 
-			lcdc@53fbc000 {
+			lcdc: lcdc@53fbc000 {
+				compatible = "fsl,imx25-fb", "fsl,imx21-fb";
 				reg = <0x53fbc000 0x4000>;
 				interrupts = <39>;
 				clocks = <&clks 103>, <&clks 66>, <&clks 49>;