ARM: dts: imx6sx: Add LCDIF compatible strings
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 2 Sep 2014 18:00:43 +0000 (15:00 -0300)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 16 Sep 2014 02:26:00 +0000 (10:26 +0800)
imx6sx has the same LCDIF controller IP as in mx28, so add the proper
compatible strings.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx6sx.dtsi

index 63d9d8280e652fce88cb414113af9924759c5e2a..d137cacabba18a7573d965ea469c060c1fe812e0 100644 (file)
                                };
 
                                lcdif1: lcdif@02220000 {
+                                       compatible = "fsl,imx6sx-lcdif", "fsl,imx28-lcdif";
                                        reg = <0x02220000 0x4000>;
                                        interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
                                        clocks = <&clks IMX6SX_CLK_LCDIF1_PIX>,
                                };
 
                                lcdif2: lcdif@02224000 {
+                                       compatible = "fsl,imx6sx-lcdif", "fsl,imx28-lcdif";
                                        reg = <0x02224000 0x4000>;
                                        interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
                                        clocks = <&clks IMX6SX_CLK_LCDIF2_PIX>,