On Wed, Jun 17, 2020 at 4:00 AM Vinod Koul vkoul@kernel.org wrote:
This series adds driver and bindings for Lontium LT9611 bridge chip which takes MIPI DSI as input and HDMI as output.
This chip can be found in 96boards RB3 platform [1] commonly called DB845c.
Changes in v3:
- fix kbuild reported error
- rebase on v5.8-rc1
Changes in v2:
- Add acks by Rob
- Fix comments reported by Emil and rename the file to lontium-lt9611.c
- Fix comments reported by Laurent on binding and driver
- Add HDMI audio support
Vinod Koul (3): dt-bindings: vendor-prefixes: Add Lontium vendor prefix dt-bindings: display: bridge: Add documentation for LT9611 drm/bridge: Introduce LT9611 DSI to HDMI bridge
Hey Vinod, Thanks for pushing these! I know same-company tags aren't super valuable, but I'm actively using these patches for HDMI/audio support on the db845c w/ AOSP.
So for what it's worth, for the series: Tested-by: John Stultz john.stultz@linaro.org
thanks -john