summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6sx.dtsi
diff options
context:
space:
mode:
authorFabio Estevam2014-09-02 20:00:43 +0200
committerShawn Guo2014-09-16 04:26:00 +0200
commit8c78c407bc1b0312e02a3ba9685495c6a2fa7f17 (patch)
tree7f6a37ff609c6d46d771c2af321f722a1ceeb3ed /arch/arm/boot/dts/imx6sx.dtsi
parentARM: dts: apf27dev: add max1027 in the dts (diff)
downloadkernel-qcow2-linux-8c78c407bc1b0312e02a3ba9685495c6a2fa7f17.tar.gz
kernel-qcow2-linux-8c78c407bc1b0312e02a3ba9685495c6a2fa7f17.tar.xz
kernel-qcow2-linux-8c78c407bc1b0312e02a3ba9685495c6a2fa7f17.zip
ARM: dts: imx6sx: Add LCDIF compatible strings
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6sx.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 63d9d8280e65..d137cacabba1 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -1065,6 +1065,7 @@
};
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>,
@@ -1075,6 +1076,7 @@
};
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>,