Re: [PATCH v3 06/12] media: i2c: imx214: Check number of lanes from device tree

2024-12-10 Thread Sakari Ailus
Hi André, On Sat, Dec 07, 2024 at 09:47:55PM +0100, André Apitzsch via B4 Relay wrote: > From: André Apitzsch > > The imx214 camera is capable of either two-lane or four-lane operation. > > Currently only the four-lane mode is supported, as proper pixel rates > and link frequences for the two-l

Re: [PATCH v3 06/12] media: i2c: imx214: Check number of lanes from device tree

2024-12-08 Thread Ricardo Ribalda Delgado
Acked-by: Ricardo Ribalda On Sat, Dec 7, 2024 at 9:48 PM André Apitzsch via B4 Relay wrote: > > From: André Apitzsch > > The imx214 camera is capable of either two-lane or four-lane operation. > > Currently only the four-lane mode is supported, as proper pixel rates > and link frequences for the

[PATCH v3 06/12] media: i2c: imx214: Check number of lanes from device tree

2024-12-07 Thread André Apitzsch via B4 Relay
From: André Apitzsch The imx214 camera is capable of either two-lane or four-lane operation. Currently only the four-lane mode is supported, as proper pixel rates and link frequences for the two-lane mode are unknown. Signed-off-by: André Apitzsch --- drivers/media/i2c/imx214.c | 16 +