Skip to content

Commit 86cb8cd

Browse files
committed
MINIARM: dsi: copy dw-mipi driver
to avoid break update include commits "MINIARM: drm/rockchip: mipi: dsi: 1. adjust calculation formula of lane_mpbs 2. panel enable before send video data" "Display: don't init dsi dirver without panel connected" "DSI: reduce the dsi mipi clk and D0 voltage" "Display: fix bugs when resume panel" Change-Id: I8ba32eb201861308975e4126fbf3506ee80a20c3 Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
1 parent 4532bf9 commit 86cb8cd

4 files changed

Lines changed: 1328 additions & 3 deletions

File tree

drivers/miniarm/dsi/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,14 @@ config ASUS_RPI_MCU
1616
This selects support for TOSHIBA TC358762 bridge specific
1717
extensions for ASUS rpi. If you want to enable MIPI DSI
1818
on RK3288 based SoC, you should selet this option.
19+
20+
config ROCKCHIP_DW_MIPI_DSI2
21+
tristate "Rockchip specific extensions for Synopsys DW MIPI DSI"
22+
depends on DRM_ROCKCHIP
23+
depends on !ROCKCHIP_DW_MIPI_DSI
24+
select DRM_MIPI_DSI
25+
help
26+
This selects support for Rockchip SoC specific extensions
27+
for the Synopsys DesignWare HDMI driver. If you want to
28+
enable MIPI DSI on RK3288 based SoC, you should selet this
29+
option.

drivers/miniarm/dsi/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
obj-$(CONFIG_DRM_PANEL_TOSHIBA_TC358762) += panel-toshiba-tc358762.o
22
obj-$(CONFIG_ASUS_RPI_MCU) += asus_mcu.o
3+
obj-$(CONFIG_ROCKCHIP_DW_MIPI_DSI2) += dw-mipi-dsi.o

0 commit comments

Comments
 (0)