Message ID | 20190731163257.32448-1-sebastien.szymanski@armadeus.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3,1/3] ARM: dts: imx6ul: Add csi node | expand |
Hi Sébastien, On Wed, Jul 31, 2019 at 06:32:57PM +0200, Sébastien Szymanski wrote: > Add csi node for i.MX6UL SoC. > > Reviewed-by: Fabio Estevam <festevam@gmail.com> > Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> This should be probably merged through the ARM tree. I can take the other two. > --- > > Changes for v3: > - none > > Changes for v2: > - only "mclk" clock is required now. > > arch/arm/boot/dts/imx6ul.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi > index 81d4b4925127..56cfcf0e5084 100644 > --- a/arch/arm/boot/dts/imx6ul.dtsi > +++ b/arch/arm/boot/dts/imx6ul.dtsi > @@ -957,6 +957,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>;
On Wed, Jul 31, 2019 at 06:32:57PM +0200, Sébastien Szymanski wrote: > Add csi node for i.MX6UL SoC. > > Reviewed-by: Fabio Estevam <festevam@gmail.com> > Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Applied, thanks.
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 81d4b4925127..56cfcf0e5084 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -957,6 +957,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>;