Message ID | 20240603-imx-sii902x-defconfig-v2-1-a39e442011ae@linaro.org (mailing list archive) |
---|---|
State | In Next, archived |
Headers | show |
Series | [v2] ARM: imx_v6_v7_defconfig: enable DRM_SII902X and DRM_DISPLAY_CONNECTOR | expand |
On Sun, Jun 2, 2024 at 6:09 PM Dmitry Baryshkov <dmitry.baryshkov@linaro.org> 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 <cphealy@gmail.com> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > Changes in v2: > - Fix subject and commit message (Fabio) > - Link to v1: https://lore.kernel.org/r/20240602-imx-sii902x-defconfig-v1-1-71a6c382b422@linaro.org Reviewed-by: Fabio Estevam <festevam@gmail.com>
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 <cphealy@gmail.com> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Applied, thanks!
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 QSB and QSRB boards with the HDMI mezzanine. Cc: Chris Healy <cphealy@gmail.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- Changes in v2: - Fix subject and commit message (Fabio) - Link to v1: https://lore.kernel.org/r/20240602-imx-sii902x-defconfig-v1-1-71a6c382b422@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,