diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2016-04-02 18:25:43 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-13 11:42:00 +0200 |
commit | e8ed73f691bdbfaed02ad63a42e8332d7cafa8bd (patch) | |
tree | 7383b368625b4974d14c9fba546fc281a1139413 /arch/arm | |
parent | Merge tag 'imx-clk-4.7' into imx/dt-clkdep (diff) | |
download | linux-e8ed73f691bdbfaed02ad63a42e8332d7cafa8bd.tar.xz linux-e8ed73f691bdbfaed02ad63a42e8332d7cafa8bd.zip |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx7d.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi index b5a50e0e7ff1..2547e16a0a17 100644 --- a/arch/arm/boot/dts/imx7d.dtsi +++ b/arch/arm/boot/dts/imx7d.dtsi @@ -651,6 +651,17 @@ #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 { |