From: Mohit Dsor <[email protected]> Subject: [PATCH 0/4] LT9611C improvements and fixes updates
Hi, This series contains improvements and fixes for the Lontium LT9611C MIPI DSI to HDMI bridge driver, along with DT binding updates. The key addition is support for selecting the DSI input port using a new device tree property, which is required for configurations using port B or dual-port (A+B) operation. Summary of changes: - Add DSI port selection support via DT property - Fixes and improvements - Increase MCU polling timeout for stability - Add dt-binding for port configuration Patches: 1. dt-bindings: bridge: lt9611c: add port-select property for LT9611C 2. drm/bridge: lontium-lt9611c: Increase MCU poll timeout to 200ms 3. drm-bridge: lontium lt9611c: fixes and improvements 4. drm/bridge: lontium-lt9611c: Add DSI port selection via DT property This has been tested on LT9611C-based platforms. Please review. Thanks, Mohit Signed-off-by: Mohit Dsor <[email protected]> --- Mohit Dsor (4): dt-bindings: brige: lt9611c: add port-select property for LT9611C drm/bridge: lontium-lt9611c: Increase MCU poll timeout to 200ms drm-bridge: lontium lt9611c: fixes and improvements drm/bridge: lontium-lt9611c: Add DSI port selection via DT property .../bindings/display/bridge/lontium,lt9611.yaml | 13 ++++ drivers/gpu/drm/bridge/lontium-lt9611c.c | 79 ++++++++++++++++++++-- 2 files changed, 85 insertions(+), 7 deletions(-) --- base-commit: 7b61c580d964f499f3eaf96d6579a7127dda606b change-id: 20260611-lt9611-b4-send-6f1d39c2d6d7 prerequisite-message-id: <[email protected]> prerequisite-patch-id: 5e0ea8907c87174a28fac5456fc51183d8e8b36f prerequisite-patch-id: 6fd8685174c2c83b8871d9e6419c6f3bd29ccc1a Best regards, -- Mohit Dsor <[email protected]>
