summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek-ov5640.dts
AgeCommit message (Collapse)Author
2019-02-22MLK-20940-5 ARM64: dts: Add virtual i2c driver support for 8QXP/QMClark Wang
Add new dts and dtsi file for virtual i2c driver on i.MX8QXP and i.MX8QM board. Merge fsl-imx8qm/8qxp-mek-m4.dts to fsl-imx8qm/8qxp-mek-rpmsg.dtsi. So delete these two files. Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
2019-02-12MLK-20634: dts: ov5640: fix clock setting for mipi csiGuoniu.Zhou
Because the sensor clock is delivered directly from 24MHz reference clock of SOC but the value of IMX8QXP/QM_CLK_DUMMY is zero, so it can not reflect the real value of sensor clock. Signed-off-by: Guoniu.Zhou <guoniu.zhou@nxp.com>
2019-02-12MLK-20529-2: dts: delete two dts file for imx8qxp camerasGuoniu.Zhou
delete "fsl-imx8qxp-mek-csi.dts" and "fsl-imx8qxp-mek-mipi-ov5640.dts" file because they are for one camera case. The default dts support connect one or two camera sensors, so the two dts are redundant. The default "fsl-imx8qxp-mek.dts" support parallel ov5640 and max9286 with four ov10635, user can connect one or both of them The "fsl-imx8qxp-mek-ov5640.dts" is only for ov5640 sensor, support parallel and mipi interface Signed-off-by: Guoniu.Zhou <guoniu.zhou@nxp.com> (cherry picked from commit d04d2143bcadb04fbe8166855bab8b2d8132c31a)
2019-02-12MLK-19007-2: camera: add "NTSC, 720P, QSXGA" for mipi ov5640Guoniu.Zhou
1. Use ISI channel 2 instead of 1 for mipi ov5640 because if image line resolution is more than 2k, isi line buffer need to chain to recevice line data 2. Add 15fps QSXGA, 30fps NTSC and 720P support for mipi ov5640 Signed-off-by: Guoniu.Zhou <guoniu.zhou@nxp.com> Reviewed-by: Robby.Cai <robby.cai@nxp.com>
2019-02-12MLK-18098: camera: add MIPI and PARALLEL CSI support in one dtbGuoniu.Zhou
1. Divide ov5640_v3.c into two parts, one for parallel csi driver and the other for mipi csi driver 2. Add parallel and mipi support in one dtb file. User can select one of them without changing the dtb file Reviewed-by: Sandor.yu <sandor.yu@nxp.com> Signed-off-by: Guoniu.Zhou <guoniu.zhou@nxp.com>