Last edited 2 years ago

Display bridges hardware components


1. Article purpose[edit source]

The purpose of this article is to:

  • List the display bridge hardware components that might be integrated in the different boards.
  • Link these components to the corresponding software framework(s).
  • Point to the appropriate component datasheets.
  • Explain, when necessary, how to configure these components.

2. Software frameworks[edit source]

Domain Peripheral Software components Comment
OP-TEE Linux STM32Cube
Visual Analog Devices adv7533 DRM/KMS framework MIPI® DSI to HDMI transmitter
Visual Silab sil9022 DRM/KMS framework Parallel RGB (DPI) to HDMI transmitter
Visual Toshiba tc358762 DRM/KMS framework MIPI® DSI to Parallel RGB (DPI)
Visual Analog Devices adv7513 DRM/KMS framework Parallel RGB (DPI) to HDMI transmitter

3. Analog Devices adv7533[edit source]

The adv7533 DSI to HDMI transmitter supports the HDMI® Specification on a wide range of mobile products.

For details and the datasheet please contact the adv7533 HDMI transmitter provider.

The adv7533 transmitter does not support DSI burst mode. Check the pixel clock constraints in non-burst mode.

The adapter board B-LCDAD-HDMI1[1] is based on adv7533. It is compatible with the STM32MP157 evaluation boards and can be plugged in place of the display.

3.1. Linux driver[edit source]

Bindings: Documentation/devicetree/bindings/display/bridge/adi,adv7533.yaml

Sources: drivers/gpu/drm/bridge/adv7511/

Configuration:

Devicetree example with the B-LCDAD-HDMI1[1] board connected to the STM32MP157 evaluation board: arch/arm/boot/dts/stm32mp157c-ev1.dts


4. Silab sil9022[edit source]

The SiI9022A HDMI transmitter supports the HDMI® Specification on a wide range of mobile products.

For details and the datasheet please contact the SiI9022A HDMI transmitter provider.

4.1. Linux driver[edit source]

Bindings: Documentation/devicetree/bindings/display/bridge/sii902x.txt

Sources: drivers/gpu/drm/bridge/sii902x.c

Configuration: DRM_SII902X

Devicetree example: arch/arm/boot/dts/stm32mp15xx-dkx.dtsi

Devicetree pin control bindings example: arch/arm/boot/dts/stm32mp15-pinctrl.dtsi

5. Toshiba tc358762[edit source]

The tc358762 is a DSI de-serializer to parallel DPI or DBI. Only DPI output is supported in current Linux driver.

For details and the datasheet please contact the tc358762 device provider.

5.1. Linux driver[edit source]

Bindings: Documentation/devicetree/bindings/display/bridge/toshiba,tc358762.yaml

Sources: drivers/gpu/drm/bridge/tc358762.c

Configuration:

  • DRM_TOSHIBA_TC358762

Devicetree example: check the complete example for the Raspberry Pi 7" Touch Display.


6. Analog Devices adv7513[edit source]

The Analog Devices adv7513 Parallel RGB (DPI) to HDMI transmitter supports the HDMI® Specification on a wide range of mobile products.

For details and the datasheet please contact the adv7513 HDMI transmitter provider.

6.1. Linux driver[edit source]

Bindings: Documentation/devicetree/bindings/display/bridge/adi,adv7511.yaml

Sources: drivers/gpu/drm/bridge/adv7511

Configuration:

Devicetree example: arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi

Devicetree pin control bindings example: arch/arm/boot/dts/stm32mp15-pinctrl.dtsi

7. References[edit source]