Message ID | 20240602-imx-sii902x-defconfig-v1-1-71a6c382b422@linaro.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | ARM: imx_v6_v6_defconfig: enable DRM_SII902X and DRM_DISPLAY_CONNECTOR | expand |
Hi Dmitry, On Sun, Jun 2, 2024 at 7:47 AM Dmitry Baryshkov <dmitry.baryshkov@linaro.org> wrote: There is a typo in the Subject line: s/imx_v6_v6_defconfig/imx_v6_v7_defconfig > Enable the LVDS-to-HDMI bridge and the HDMI display connector drivers > used on the iMX53 board with the HDMI mezzanine. "i.MX53 QSB board". Reviewed-by: Fabio Estevam <festevam@gmail.com>
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
Enable the LVDS-to-HDMI bridge and the HDMI display connector drivers used on the iMX53 board with the HDMI mezzanine. Cc: Chris Healy <cphealy@gmail.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- arch/arm/configs/imx_v6_v7_defconfig | 2 ++ 1 file changed, 2 insertions(+) --- base-commit: 0e1980c40b6edfa68b6acf926bab22448a6e40c9 change-id: 20240602-imx-sii902x-defconfig-7607f6b83096 Best regards,