diff options
| author | Gary Bisson <gary.bisson@boundarydevices.com> | 2016-04-02 12:25:43 -0400 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-13 05:42:00 -0400 |
| commit | e8ed73f691bdbfaed02ad63a42e8332d7cafa8bd (patch) | |
| tree | 7383b368625b4974d14c9fba546fc281a1139413 | |
| parent | 7b5ca4533f1ac023a16e44a2a1680121272723f9 (diff) | |
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>
| -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 @@ | |||
| 651 | #pwm-cells = <2>; | 651 | #pwm-cells = <2>; |
| 652 | status = "disabled"; | 652 | status = "disabled"; |
| 653 | }; | 653 | }; |
| 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 | }; | ||
| 654 | }; | 665 | }; |
| 655 | 666 | ||
| 656 | aips3: aips-bus@30800000 { | 667 | aips3: aips-bus@30800000 { |
