This patch series adds support for the ITE IT6162 MIPI DSI to HDMI bridge chip. The IT6162 is an I2C-controlled bridge that receives MIPI DSI input and outputs HDMI signals.
The device supports the following configurations: - Single MIPI DSI input: up to 4K @ 30Hz - Dual MIPI DSI input (combined): up to 4K @ 60Hz This series introduces: - dt-bindings: Add YAML binding document for ITE IT6162 - drm/bridge: Add ITE IT6162 MIPI DSI to HDMI bridge driver - MAINTAINERS: Add entry for ITE IT6162 bridge driver Signed-off-by: Hermes Wu <[email protected]> --- Hermes Wu (3): drm/bridge: Add ITE IT6162 MIPI DSI to HDMI bridge driver dt-bindings: display: bridge: Add ITE IT6162 MIPI DSI to HDMI bridge MAINTAINERS: Add entry for ITE IT6162 MIPI DSI to HDMI bridge driver .../bindings/display/bridge/ite,it6162.yaml | 156 ++ MAINTAINERS | 8 + drivers/gpu/drm/bridge/Kconfig | 17 + drivers/gpu/drm/bridge/Makefile | 1 + drivers/gpu/drm/bridge/ite-it6162.c | 1876 ++++++++++++++++++++ 5 files changed, 2058 insertions(+) --- base-commit: 38feb171b3f92d77e8061fafb5ddfffc2c13b672 change-id: 20260223-upstream-6162-3751e78dfcad Best regards, -- Hermes Wu <[email protected]>
