]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/bridge: fsl-ldb: Allow the termination resistor to be enabled
authorFabio Estevam <festevam@nabladev.com>
Tue, 20 Jan 2026 23:19:30 +0000 (20:19 -0300)
committerLiu Ying <victor.liu@nxp.com>
Wed, 28 Jan 2026 03:23:20 +0000 (11:23 +0800)
commita50007089e078a1b7a826559a02277b1601ee189
tree3c6e7d65438002ebe4ea2cdeff6cff8ba9c56853
parent2ae03ce28679e45dc3c5cb7b93a8507edfe313b0
drm/bridge: fsl-ldb: Allow the termination resistor to be enabled

The LVDS Control Register (LVDS_CTRL) register has an HS_EN bit that allows
the 100 Ohm termination resistor in the chip to be enabled.

Add support to setting the HS_EN bit when the optional property
"nxp,enable-termination-resistor" is present.

The motivation for introducing this property was a custom i.MX8MP board
that was showing visual artifacts. After enabling the 100 Ohm termination
resistor the LVDS signal quality improved causing the artifacts to
disappear.

Signed-off-by: Fabio Estevam <festevam@nabladev.com>
Reviewed-by: Liu Ying <victor.liu@nxp.com>
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Link: https://lore.kernel.org/r/20260120231930.2782444-2-festevam@gmail.com
drivers/gpu/drm/bridge/fsl-ldb.c