Skip to content

Commit

Permalink
video: imx: nwl-drv, nwl-dsi: initial addition
Browse files Browse the repository at this point in the history
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
  • Loading branch information
tkisky committed Mar 1, 2021
1 parent d479edb commit 74ce775
Show file tree
Hide file tree
Showing 7 changed files with 1,977 additions and 1 deletion.
12 changes: 11 additions & 1 deletion drivers/video/imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ config VIDEO_IMX8M_HDMI
config VIDEO_SEC_MIPI_DSI
bool
select VIDEO_MIPI_DSI
select CLK_GENERIC
help
Enables the common driver code for the Samsung
MIPI DSI block found in SoCs from various vendors.
Expand All @@ -78,8 +79,17 @@ config VIDEO_IMX_LCDIFV3
config VIDEO_IMX_NW_DSI
bool "Enable IMX Northwest DSI video support"
select VIDEO_BRIDGE
select VIDEO_NW_MIPI_DSI
select VIDEO_LINK
help
This option enables support DSI internal bridge which can be used on
devices which have DSI devices connected.

config VIDEO_NWL_MIPI_DSI
bool "Enable IMX8 Northwest DSI video support"
select VIDEO_MIPI_DSI
select VIDEO_IMX_NW_DSI
select CLK_GENERIC
select PHY_MIXEL_MIPI_DPHY
help
This option enables support DSI internal bridge which can be used on
devices which have DSI devices connected.
1 change: 1 addition & 0 deletions drivers/video/imx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ obj-$(CONFIG_VIDEO_IMX_SEC_DSI) += sec_dsim_imx.o
obj-$(CONFIG_VIDEO_IMX_LCDIFV3) += imx_lcdifv3.o
obj-y += hdmi/
obj-$(CONFIG_VIDEO_IMX_NW_DSI) += nw_dsi_imx.o
obj-$(CONFIG_VIDEO_NWL_MIPI_DSI) += nwl-drv.o nwl-dsi.o
Loading

0 comments on commit 74ce775

Please sign in to comment.