]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx7d: add lcdif support
authorGary Bisson <gary.bisson@boundarydevices.com>
Sat, 2 Apr 2016 16:25:43 +0000 (18:25 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 13 Apr 2016 09:42:00 +0000 (17:42 +0800)
Add the device node for the i.MX7 eLCDIF interface.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7d.dtsi

index b5a50e0e7ff1980523e6567934135b7aad7a73d9..2547e16a0a17fd792e329c19137486f0dc8ec6ce 100644 (file)
                                #pwm-cells = <2>;
                                status = "disabled";
                        };
+
+                       lcdif: lcdif@30730000 {
+                               compatible = "fsl,imx7d-lcdif", "fsl,imx28-lcdif";
+                               reg = <0x30730000 0x10000>;
+                               interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&clks IMX7D_LCDIF_PIXEL_ROOT_CLK>,
+                                       <&clks IMX7D_CLK_DUMMY>,
+                                       <&clks IMX7D_CLK_DUMMY>;
+                               clock-names = "pix", "axi", "disp_axi";
+                               status = "disabled";
+                       };
                };
 
                aips3: aips-bus@30800000 {