linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] ARM: dts: imx6sx: Add LCDIF compatible strings
@ 2014-09-02 18:00 Fabio Estevam
  2014-09-02 18:00 ` [PATCH v2 2/2] ARM: dts: imx6x-sdb: Add LCD support Fabio Estevam
  2014-09-03  1:00 ` [PATCH v2 1/2] ARM: dts: imx6sx: Add LCDIF compatible strings Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2014-09-02 18:00 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
Changes since v1:
- None

 arch/arm/boot/dts/imx6sx.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 63d9d82..d137caca 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -1065,6 +1065,7 @@
 				};
 
 				lcdif1: lcdif at 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 at 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>,
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-03  1:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-02 18:00 [PATCH v2 1/2] ARM: dts: imx6sx: Add LCDIF compatible strings Fabio Estevam
2014-09-02 18:00 ` [PATCH v2 2/2] ARM: dts: imx6x-sdb: Add LCD support Fabio Estevam
2014-09-03  1:00 ` [PATCH v2 1/2] ARM: dts: imx6sx: Add LCDIF compatible strings Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).