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

ARM: dts: imx6ul: Add csi node

Add csi node for i.MX6UL SoC.

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Sébastien Szymanski and committed by
Shawn Guo
dce84022 f32f7781

+9
+9
arch/arm/boot/dts/imx6ul.dtsi
··· 965 965 }; 966 966 }; 967 967 968 + csi: csi@21c4000 { 969 + compatible = "fsl,imx6ul-csi", "fsl,imx7-csi"; 970 + reg = <0x021c4000 0x4000>; 971 + interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; 972 + clocks = <&clks IMX6UL_CLK_CSI>; 973 + clock-names = "mclk"; 974 + status = "disabled"; 975 + }; 976 + 968 977 lcdif: lcdif@21c8000 { 969 978 compatible = "fsl,imx6ul-lcdif", "fsl,imx28-lcdif"; 970 979 reg = <0x021c8000 0x4000>;