Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/3] Add DSI Port B input support for LT9611 HDMI bridge
@ 2026-01-27  6:58 Hongyang Zhao
  2026-01-27  6:58 ` [PATCH 1/3] dt-bindings: display: lt9611: Add dsi-port-b property Hongyang Zhao
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Hongyang Zhao @ 2026-01-27  6:58 UTC (permalink / raw)
  To: Andrzej Hajda, Neil Armstrong, Robert Foss, Laurent Pinchart,
	Jonas Karlman, Jernej Skrabec, David Airlie, Simona Vetter,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Vinod Koul, Bjorn Andersson,
	Konrad Dybcio
  Cc: dri-devel, devicetree, linux-kernel, linux-arm-msm, Hongyang Zhao,
	Roger Shimizu

The LT9611 HDMI bridge has two DSI input ports (Port A and Port B).
The current driver only supports Port A or dual-port (A+B) mode, but
some boards like RubikPi3 connect DSI to Port B only.

This series adds support for selecting DSI Port B as the input source:

- Patch 1 adds the dt-bindings documentation for the new property
- Patch 2 implements the driver support for Port B input selection
- Patch 3 enables this feature on the RubikPi3 board

The implementation configures port swap (register 0x8303 bit 6) and
byte_clk source (register 0x8250 bit 3:2) when Port B is selected.

Signed-off-by: Hongyang Zhao <hongyang.zhao@thundersoft.com>
---
Hongyang Zhao (3):
      dt-bindings: display: lt9611: Add dsi-port-b property
      drm/bridge: lt9611: Add support for DSI port B input
      arm64: dts: qcom: qcs6490-rubikpi3: Use DSI port B

 .../devicetree/bindings/display/bridge/lontium,lt9611.yaml |  6 ++++++
 arch/arm64/boot/dts/qcom/qcs6490-thundercomm-rubikpi3.dts  |  2 ++
 drivers/gpu/drm/bridge/lontium-lt9611.c                    | 14 ++++++++++++++
 3 files changed, 22 insertions(+)
---
base-commit: 46fe65a2c28ecf5df1a7475aba1f08ccf4c0ac1b
change-id: 20260127-rubikpi-next-20260116-99c1dbea50e4

Best regards,
-- 
Hongyang Zhao <hongyang.zhao@thundersoft.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-01-27  8:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27  6:58 [PATCH 0/3] Add DSI Port B input support for LT9611 HDMI bridge Hongyang Zhao
2026-01-27  6:58 ` [PATCH 1/3] dt-bindings: display: lt9611: Add dsi-port-b property Hongyang Zhao
2026-01-27  7:54   ` Neil Armstrong
2026-01-27  8:48     ` Hongyang Zhao
2026-01-27  6:58 ` [PATCH 2/3] drm/bridge: lt9611: Add support for DSI port B input Hongyang Zhao
2026-01-27  6:58 ` [PATCH 3/3] arm64: dts: qcom: qcs6490-rubikpi3: Use DSI port B Hongyang Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox