Skip to content

Commit e8ed73f

Browse files
gibssonShawn Guo
authored andcommitted
ARM: dts: imx7d: add lcdif support
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>
1 parent 7b5ca45 commit e8ed73f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/arm/boot/dts/imx7d.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,17 @@
651651
#pwm-cells = <2>;
652652
status = "disabled";
653653
};
654+
655+
lcdif: lcdif@30730000 {
656+
compatible = "fsl,imx7d-lcdif", "fsl,imx28-lcdif";
657+
reg = <0x30730000 0x10000>;
658+
interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
659+
clocks = <&clks IMX7D_LCDIF_PIXEL_ROOT_CLK>,
660+
<&clks IMX7D_CLK_DUMMY>,
661+
<&clks IMX7D_CLK_DUMMY>;
662+
clock-names = "pix", "axi", "disp_axi";
663+
status = "disabled";
664+
};
654665
};
655666

656667
aips3: aips-bus@30800000 {

0 commit comments

Comments
 (0)