2024-06-02 21:09:50

by Dmitry Baryshkov

[permalink] [raw]
Subject: [PATCH v2] ARM: imx_v6_v7_defconfig: enable DRM_SII902X and DRM_DISPLAY_CONNECTOR

Enable the LVDS-to-HDMI bridge and the HDMI display connector drivers
used on the iMX53 QSB and QSRB boards with the HDMI mezzanine.

Cc: Chris Healy <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
---
Changes in v2:
- Fix subject and commit message (Fabio)
- Link to v1: https://lore.kernel.org/r/[email protected]
---
arch/arm/configs/imx_v6_v7_defconfig | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index cf2480dce285..b6a2d0689cb6 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -282,6 +282,8 @@ CONFIG_DRM_PANEL_LVDS=y
CONFIG_DRM_PANEL_SIMPLE=y
CONFIG_DRM_PANEL_EDP=y
CONFIG_DRM_PANEL_SEIKO_43WVF1G=y
+CONFIG_DRM_DISPLAY_CONNECTOR=y
+CONFIG_DRM_SII902X=y
CONFIG_DRM_TI_TFP410=y
CONFIG_DRM_DW_HDMI_AHB_AUDIO=m
CONFIG_DRM_DW_HDMI_CEC=y

---
base-commit: 0e1980c40b6edfa68b6acf926bab22448a6e40c9
change-id: 20240602-imx-sii902x-defconfig-7607f6b83096

Best regards,
--
Dmitry Baryshkov <[email protected]>



2024-06-03 01:21:29

by Fabio Estevam

[permalink] [raw]
Subject: Re: [PATCH v2] ARM: imx_v6_v7_defconfig: enable DRM_SII902X and DRM_DISPLAY_CONNECTOR

On Sun, Jun 2, 2024 at 6:09 PM Dmitry Baryshkov
<[email protected]> wrote:
>
> Enable the LVDS-to-HDMI bridge and the HDMI display connector drivers
> used on the iMX53 QSB and QSRB boards with the HDMI mezzanine.
>
> Cc: Chris Healy <[email protected]>
> Signed-off-by: Dmitry Baryshkov <[email protected]>
> ---
> Changes in v2:
> - Fix subject and commit message (Fabio)
> - Link to v1: https://lore.kernel.org/r/[email protected]

Reviewed-by: Fabio Estevam <[email protected]>

2024-06-16 07:09:33

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v2] ARM: imx_v6_v7_defconfig: enable DRM_SII902X and DRM_DISPLAY_CONNECTOR

On Mon, Jun 03, 2024 at 12:09:39AM +0300, Dmitry Baryshkov wrote:
> Enable the LVDS-to-HDMI bridge and the HDMI display connector drivers
> used on the iMX53 QSB and QSRB boards with the HDMI mezzanine.
>
> Cc: Chris Healy <[email protected]>
> Signed-off-by: Dmitry Baryshkov <[email protected]>

Applied, thanks!