[PATCH V4 0/4] Add support for DS90UB954-Q1
From: Yemike Abhilash Chandra
Date: Tue Feb 24 2026 - 06:44:42 EST
DS90UB954-Q1 is an FPDLink-III deserializer that is mostly register
compatible with DS90UB960-Q1. The main difference is that it supports
half of the RX and TX ports, i.e. 2x FPDLink RX ports and 1x CSI TX
port. Therefore, add support for DS90UB954 within the existing DS90UB960
bindings and the driver.
Changelog:
Changes in v3:
- Rebase on top of next-20260223
Link for v3: https://lore.kernel.org/all/20251219122955.2078270-1-y-abhilashchandra@xxxxxx/
Yemike Abhilash Chandra (4):
media: dt-bindings: ti,ds90ub960: Refactor port definitions
media: i2c: ds90ub960: Use enums for chip type and chip family
media: dt-bindings: ti,ds90ub960: Add support for DS90UB954-Q1
media: i2c: ds90ub960: Add support for DS90UB954-Q1
.../bindings/media/i2c/ti,ds90ub960.yaml | 213 ++++++++---------
drivers/media/i2c/Kconfig | 4 +-
drivers/media/i2c/ds90ub960.c | 216 ++++++++++++------
3 files changed, 263 insertions(+), 170 deletions(-)
--
2.34.1