diff options
author | Sébastien Szymanski <sebastien.szymanski@armadeus.com> | 2019-07-31 19:32:57 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-08-19 10:38:29 +0300 |
commit | dce84022376df581ea9975ea32011342ec9220a5 (patch) | |
tree | 86fed17a1a687510ae90f70ae891dbb6e69d1c5f /arch/arm/boot/dts/imx6ul.dtsi | |
parent | f32f77814925e8325cbca836328b2f467bc24996 (diff) | |
download | linux-dce84022376df581ea9975ea32011342ec9220a5.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 228d22013132..f008036e9294 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -965,6 +965,15 @@ }; }; + csi: csi@21c4000 { + compatible = "fsl,imx6ul-csi", "fsl,imx7-csi"; + reg = <0x021c4000 0x4000>; + interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clks IMX6UL_CLK_CSI>; + clock-names = "mclk"; + status = "disabled"; + }; + lcdif: lcdif@21c8000 { compatible = "fsl,imx6ul-lcdif", "fsl,imx28-lcdif"; reg = <0x021c8000 0x4000>; |