Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6ul: add lcdif support

Add the device node for the i.MX6UL eLCDIF interface.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Lothar Waßmann and committed by
Shawn Guo
6fe01eb7 36e2edf6

+11
+11
arch/arm/boot/dts/imx6ul.dtsi
··· 798 798 reg = <0x021b0000 0x4000>; 799 799 }; 800 800 801 + lcdif: lcdif@021c8000 { 802 + compatible = "fsl,imx6ul-lcdif", "fsl,imx28-lcdif"; 803 + reg = <0x021c8000 0x4000>; 804 + interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; 805 + clocks = <&clks IMX6UL_CLK_LCDIF_PIX>, 806 + <&clks IMX6UL_CLK_LCDIF_APB>, 807 + <&clks IMX6UL_CLK_DUMMY>; 808 + clock-names = "pix", "axi", "disp_axi"; 809 + status = "disabled"; 810 + }; 811 + 801 812 qspi: qspi@021e0000 { 802 813 #address-cells = <1>; 803 814 #size-cells = <0>;