6.12/iob/topic/rpi imx283 overlay#6869
Conversation
|
And of course I now realise adding the module to 'all configs' is pointless as this is currently only supported as a 4 lane sensor. But I see 'Compute Module (1, 3, 4, or 5) has 4 lanes, and perhaps so does a pi02w? |
|
Any changes required from me here ? Or is it ok to keep the module enabled in all configs ? (Are there any variants that only have a 2 lane device associated ?) |
With the 360MHz link frequency, all devices with 4 data lanes could potentially run this sensor. That would include CM1, CM3, CM4, Pi5, and CM5. (Pi0 and Pi02 have the 22 pin connector due to space constraints, but only 2 lanes are connected). The only defconfig that therefore can't really make use of it would be bcm2709_defconfig (Pi2), but I'd be tempted to leave it there for consistency. LGTM. |
|
Checkpatch is still complaining about the missing newline at the end of imx283-overlay.dts. |
Aha, I see it - I'll fix that up now. |
|
If you comment when that's done I'll kick off the builds again, then get it merged. |
This supports the OneInchEye with a 24MHz crystal INCK. Use the option 'cam0' to connect this to the CAM/DISP 0 port on Raspberry Pi 5. Use the clock-frequency=<value> option if you have a camera module with a different inclk frequency: For example: dtoverlay=imx283,cam0,clock-frequency=12000000 Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Add support for the Sony IMX283 image sensor by including the module for supported Raspberry Pi platforms. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
a589f68 to
7711895
Compare
|
repushed.. Local checkpatch reports the following, but I don't think that can/should be helped here, as none of the other fragments put an SPDX header in.... and I don't think changing MAINTAINERS is appropriate here. |
|
Yes, I'm fine with the remaining warnings. |
kernel: Add support for the IMX283 on Raspberry Pi platforms See: raspberrypi/linux#6869 kernel: Pisound Micro: Workaround for snd_soc_dai_set_tdm_slot with slots=0 See: raspberrypi/linux#6880 kernel: add rtw88/rtw89 drivers See: raspberrypi/linux#6881 kernel: configs: arm64: Remove CONFIG_USB_DWCOTG See: raspberrypi/linux#6883
kernel: Add support for the IMX283 on Raspberry Pi platforms See: raspberrypi/linux#6869 kernel: Pisound Micro: Workaround for snd_soc_dai_set_tdm_slot with slots=0 See: raspberrypi/linux#6880 kernel: add rtw88/rtw89 drivers See: raspberrypi/linux#6881 kernel: configs: arm64: Remove CONFIG_USB_DWCOTG See: raspberrypi/linux#6883
Add support for the IMX283 on Raspberry Pi platforms. This includes the OneInchEye open source camera.