summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mp-evk-dual-os08a20.dts
AgeCommit message (Collapse)Author
2022-08-10LF-6808: arm64: dts: imx8mp-evk: switch MCLK from SoC to external 24M ↵Alice Yuan
oscillator for OS08A20 According to FCC certification test results, we may need to disable MCLK output from IMX8MPlus EVK board and switch MCLK from SoC external 24M oscillator on the camera modules for OS08A20. And there are two options for sensor’s MCLK on the camera module, default option is using MCLK from i.MX8MPlus, and in this case hardware can’t pass FCC certification. Another is use 24M oscillator on the camera module, this can pass the FCC certification. Please refer to HW ticket number: MXEMPLUS-24 Signed-off-by: Alice Yuan <alice.yuan@nxp.com> Reviewed-by: Robby Cai <robby.cai@nxp.com>
2022-07-27LF-6499: ARM64: dts: drop RST and PWDN pin setting for os08a20Alice Yuan
As the hardware design limitation of the iMX865-EVK board, the dual sensor shared nRST and PWDN pins, when do os08a20 + ov5640 capture, the two sensors can't work at the same time, so it needed to rework the iMX865-EVK sub-board (os08a20 camera modules board). The hardware rework is to pull up the os08a20 PWDN pin high and cut the connection/control from M865 EVK. And the HW ticket MXEMPLUS-23 has described the details for the HW rework. Signed-off-by: Alice Yuan <alice.yuan@nxp.com> Reviewed-by: Robby Cai <robby.cai@nxp.com>
2022-05-06MLK-25882 ARM64: dts: imx8mp: fix typo of compatible string for os08a20 sensorRobby Cai
Fix typo of compatible string for os08a20 by removing the space. Signed-off-by: Robby Cai <robby.cai@nxp.com> Reviewed-by: Sandor Yu <Sandor.yu@nxp.com>
2022-04-19LF-5821:isp: media : dts : add os08a20 driverAlice Yuan
Add the os08a20 to the dts for EVKs ,include single os08a20 sensor dual os08a20 sensors,os08a20 + ov5640 sensors. Signed-off-by: Alice Yuan <alice.yuan@nxp.com>