# Configure
Source: [https://docs.qualcomm.com/doc/80-70014-18/topic/configure.html](https://docs.qualcomm.com/doc/80-70014-18/topic/configure.html)
Qualcomm Linux display supports the third-party DSI-to-HDMI bridge chip extensions. The
basic configurations required to integrate the bridge chips are explained here.
Figure : Bridge chip configuration

### Third-party DSI-to-HDMI bridge chip extensions
LT9611uxc DSI-to-HDMI bridge chip is used in the reference platform. For more
information on the LT9611uxc DSI-to-HDMI bridge chip, see the Lontium semiconductor
datasheet at [http://www.lontiumsemi.com](http://www.lontiumsemi.com). Use the reference DSI-to-HDMI bridge chip DTSI file located
[here](https://git.codelinaro.org/clo/le/platform/vendor/opensource/display-devicetree/-/blob/display-kernel.qclinux.1.0.r2-rel/display/dsi-panel-ext-bridge-1080p.dtsi?ref_type=heads).
### DSI-to-HDMI advanced features
The advanced features for the bridge chip are as follows:
- Splash screen is enabled when you power On the device
Note: The splash screen is only visible for one
second.
- HPD is supported over DSI-to-HDMI
### Reference bridge chip configurations
The basic configurations that are required to integrate the bridge chips are
explained as follows:
Table : Configurations for bridge chip integration
| Description | DTSI node |
| --- | --- |
| Set the DSI to the HDMI bridge panel as Primary | &sde_dsi {
qcom,dsi-default-panel = <&dsi_ext_bridge_1080p>;Copy to clipboard |
| Reference power supply entries for the bridge chip | &sde_dsi {
vddio-supply = <&vreg_l8c_1p62>;
vdda-0p9-supply = <&vreg_l10c_0p88>;
vdda-0p9-supply = <&vreg_l10c_0p88>;Copy to clipboard |
| Panel reset GPIO for the bridge chip | lt9611: lt,lt9611@2b {
reset-gpios = <&pm7250b_gpios 2 0>;Copy to clipboard |
| Configure the DSI host driver in the external bridge mode to
work with the third-party DSI-to-HDMI bridges | qcom,mdss-dsi-ext-bridge-mode;Copy to clipboard |
Last Published: Jul 16, 2024
[Previous Topic
Bringup](https://docs.qualcomm.com/bundle/publicresource/80-70014-18/topics/bringup.md) [Next Topic
Verify](https://docs.qualcomm.com/bundle/publicresource/80-70014-18/topics/verify_0.md)