Message ID | 20231023-display-support-v5-4-3905f1e4b835@baylibre.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add display support for the MT8365-EVK board | expand |
On 08/01/2025 17:15, Alexandre Mergnat wrote: > Enable this feature for the i350-evk HDMI connector support. git grep -i i350-evk - zero results. Please use some recognizable names. I have no clue where to even look for it - which vendor. > > Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index c62831e61586..b2db31e010ff 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -900,6 +900,7 @@ CONFIG_DRM_PANEL_SITRONIX_ST7703=m > CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m > CONFIG_DRM_PANEL_VISIONOX_VTDR6130=m > CONFIG_DRM_FSL_LDB=m > +CONFIG_DRM_DISPLAY_CONNECTOR=m Best regards, Krzysztof
Thanks, fixed for v6 On 09/01/2025 08:53, Krzysztof Kozlowski wrote: > git grep -i i350-evk - zero results. Please use some recognizable names. > I have no clue where to even look for it - which vendor.
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c62831e61586..b2db31e010ff 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -900,6 +900,7 @@ CONFIG_DRM_PANEL_SITRONIX_ST7703=m CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m CONFIG_DRM_PANEL_VISIONOX_VTDR6130=m CONFIG_DRM_FSL_LDB=m +CONFIG_DRM_DISPLAY_CONNECTOR=m CONFIG_DRM_LONTIUM_LT8912B=m CONFIG_DRM_LONTIUM_LT9611=m CONFIG_DRM_LONTIUM_LT9611UXC=m
Enable this feature for the i350-evk HDMI connector support. Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)