Hi André, On Sat, Mar 08, 2025 at 10:47:54PM +0100, André Apitzsch via B4 Relay wrote: > The imx214 driver currently supports only a 24MHz external clock. But > there are devices, like Qualcomm-MSM8916-based phones, which cannot > provide this frequency. To make the sensor usable by those devices, add > support for 23.88MHz clock. > > Signed-off-by: André Apitzsch <git@xxxxxxxxxxx> > --- > André Apitzsch (4): > media: i2c: imx214: Calculate link bit rate from clock frequency > media: i2c: imx214: Prepare for variable clock frequency > media: i2c: imx214: Read clock frequency from device tree > media: i2c: imx214: Add support for 23.88MHz clock > > drivers/media/i2c/imx214.c | 188 +++++++++++++++++++++++++++++++++++---------- > 1 file changed, 146 insertions(+), 42 deletions(-) Thanks for the patches. Do you think the driver could use the CCS PLL calculator? The PLL appears to be compliant. The AR0234 driver will do the same. (The sensor might just work with the CCS driver, too, but that's another discussion.) -- Kind regards, Sakari Ailus