Skip to content

Commit 8bdfc5d

Browse files
Xin-ANXsravnborg
authored andcommitted
drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP
The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed for portable device. It converts MIPI DSI/DPI to DisplayPort 1.3 4K. Signed-off-by: Xin Ji <xji@analogixsemi.com> Reported-by: kernel test robot <lkp@intel.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/528b76c1a4f7b6ea85371bfae4bde389aec4bb24.1600423932.git.xji@analogixsemi.com
1 parent 9aab660 commit 8bdfc5d

File tree

4 files changed

+2250
-0
lines changed

4 files changed

+2250
-0
lines changed

drivers/gpu/drm/bridge/analogix/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,12 @@ config DRM_ANALOGIX_ANX78XX
2525
config DRM_ANALOGIX_DP
2626
tristate
2727
depends on DRM
28+
29+
config DRM_ANALOGIX_ANX7625
30+
tristate "Analogix Anx7625 MIPI to DP interface support"
31+
depends on DRM
32+
depends on OF
33+
help
34+
ANX7625 is an ultra-low power 4K mobile HD transmitter
35+
designed for portable devices. It converts MIPI/DPI to
36+
DisplayPort1.3 4K.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
analogix_dp-objs := analogix_dp_core.o analogix_dp_reg.o analogix-i2c-dptx.o
33
obj-$(CONFIG_DRM_ANALOGIX_ANX6345) += analogix-anx6345.o
4+
obj-$(CONFIG_DRM_ANALOGIX_ANX7625) += anx7625.o
45
obj-$(CONFIG_DRM_ANALOGIX_ANX78XX) += analogix-anx78xx.o
56
obj-$(CONFIG_DRM_ANALOGIX_DP) += analogix_dp.o

0 commit comments

Comments
 (0)