]> www.infradead.org Git - users/willy/xarray.git/commit
media: i2c: ds90ub9xx: Set serializer temperature ramp
authorJai Luthra <jai.luthra@ideasonboard.com>
Mon, 3 Mar 2025 16:02:22 +0000 (21:32 +0530)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 25 Apr 2025 08:15:11 +0000 (10:15 +0200)
commita05744749600007f56efb16c6de727d9d541d475
tree5ddd0c1551ddf29d427c8cadc30d805e2e36f225
parente2a3b695bc5f343391c003ecda98701808a9c433
media: i2c: ds90ub9xx: Set serializer temperature ramp

For continuous PLL lock, it is recommended to extend the temperature
ramp down range of the DS90UB953-Q1 serializer based on the device's
initial temperature [1].

The serializer's die temperature is reported only to the deserializer
through the sensor status registers, and for UB9702, it is recommended
to set the temperature ramp during the link setup sequence, i.e. before
we even probe the ub953 driver.

Add support to the deserializer driver to configure ub953's temperature
ramp.

[1]: Section 7.3.1.1 - https://www.ti.com/lit/gpn/ds90ub953-q1

Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/i2c/ds90ub953.h
drivers/media/i2c/ds90ub960.c