mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 05:42:58 +00:00
bcd5dfffe6
This chip provides an eDP to LVDS bridge which is useful for SoCs that don't support LVDS displays (or it would waste scarce pins). The setup is included in the device tree. Signed-off-by: Simon Glass <sjg@chromium.org>
18 lines
802 B
Text
18 lines
802 B
Text
config VIDEO_BRIDGE
|
|
bool "Support video bridges"
|
|
depends on DM
|
|
help
|
|
Some platforms use video bridges to convert from one output to
|
|
another. For example, where the SoC only supports eDP and the LCD
|
|
requires LVDS, an eDP->LVDS bridge chip can be used to provide the
|
|
necessary conversion. This option enables support for these devices.
|
|
|
|
config VIDEO_BRIDGE_PARADE_PS862X
|
|
bool "Support Parade PS862X DP->LVDS bridge"
|
|
depends on VIDEO_BRIDGE
|
|
help
|
|
The Parade PS8622 and PS8625 are DisplayPort-to-LVDS (Low voltage
|
|
differential signalling) converters. They enable an LVDS LCD panel
|
|
to be connected to an eDP output device such as an SoC that lacks
|
|
LVDS capability, or where LVDS requires too many signals to route
|
|
on the PCB. Setup parameters are provided in the device tree.
|