Does the sensor MT9M114 (by OnSemi) have Linux drivers?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
It seems the answer is yes:
$ git grep -i MT9M114 drivers/staging/media/atomisp/i2c/Kconfig:config VIDEO_ATOMISP_MT9M114 drivers/staging/media/atomisp/i2c/Kconfig: tristate "Aptina mt9m114 sensor support" drivers/staging/media/atomisp/i2c/Kconfig: mt9m114 1.3 Mpixel camera. drivers/staging/media/atomisp/i2c/Kconfig: mt9m114 is video camera sensor. drivers/staging/media/atomisp/i2c/Makefile:obj-$(CONFIG_VIDEO_ATOMISP_MT9M114) += atomisp-mt9m114.o ...
Hi,
I think you are correct, this driver depends on ACPI which is not supported in ARM architecture, so the driver won't be enabled for AM437x.
40 config VIDEO_ATOMISP_MT9M114 41 tristate "Aptina mt9m114 sensor support" 42 depends on ACPI 43 depends on I2C && VIDEO_V4L2 44 help 45 This is a Video4Linux2 sensor-level driver for the Micron 46 mt9m114 1.3 Mpixel camera.