diff mbox series

[2/2] arm64: defconfig: Enable the TI SN65DSI83 driver

Message ID 20230530125633.1022899-2-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/2] arm64: dts: imx8mm-evk: Add HDMI support | expand

Commit Message

Fabio Estevam May 30, 2023, 12:56 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

There are some imx8mm-based boards that contain a SN65DSI83 MIPI
DSI to HDMI bridge chip.

Add support for it so that HDMI output can be functional by default.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Frieder Schrempf May 30, 2023, 1:06 p.m. UTC | #1
On 30.05.23 14:56, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> There are some imx8mm-based boards that contain a SN65DSI83 MIPI
> DSI to HDMI bridge chip.
> 
> Add support for it so that HDMI output can be functional by default.

I think you mixed something up here. The SN65DSI83 is a DSI->LVDS bridge
and has nothing to do with HDMI, right?

> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 53fb665078db..479556b3d6be 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -819,6 +819,7 @@ CONFIG_DRM_SII902X=m
>  CONFIG_DRM_SIMPLE_BRIDGE=m
>  CONFIG_DRM_THINE_THC63LVD1024=m
>  CONFIG_DRM_TI_TFP410=m
> +CONFIG_DRM_TI_SN65DSI83=m
>  CONFIG_DRM_TI_SN65DSI86=m
>  CONFIG_DRM_ANALOGIX_ANX7625=m
>  CONFIG_DRM_I2C_ADV7511=m
Fabio Estevam May 30, 2023, 1:07 p.m. UTC | #2
On Tue, May 30, 2023 at 10:06 AM Frieder Schrempf
<frieder.schrempf@kontron.de> wrote:

> I think you mixed something up here. The SN65DSI83 is a DSI->LVDS bridge
> and has nothing to do with HDMI, right?

Yes, I mixed it with the adv7535 that I was using on the imx8mm-evk.

I will rework the commit log, thanks.
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 53fb665078db..479556b3d6be 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -819,6 +819,7 @@  CONFIG_DRM_SII902X=m
 CONFIG_DRM_SIMPLE_BRIDGE=m
 CONFIG_DRM_THINE_THC63LVD1024=m
 CONFIG_DRM_TI_TFP410=m
+CONFIG_DRM_TI_SN65DSI83=m
 CONFIG_DRM_TI_SN65DSI86=m
 CONFIG_DRM_ANALOGIX_ANX7625=m
 CONFIG_DRM_I2C_ADV7511=m