Message ID | 20230711-startek_display-v2-3-87bc7bdec6e9@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add startek-kd070fhfid015 display support | expand |
On 13/07/2023 11:07, Alexandre Mergnat wrote: > Build Startek KD070FHFID015 panel driver. This MIPI-DSI display > can be used for the mt8365-evk board for example. > > 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 0777bcae9104..cb24a3d1219b 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -816,6 +816,7 @@ CONFIG_DRM_PANEL_EDP=m > CONFIG_DRM_PANEL_MANTIX_MLAF057WE51=m > CONFIG_DRM_PANEL_RAYDIUM_RM67191=m > CONFIG_DRM_PANEL_SITRONIX_ST7703=m > +CONFIG_DRM_PANEL_STARTEK_KD070FHFID015=m > CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m > CONFIG_DRM_PANEL_VISIONOX_VTDR6130=m > CONFIG_DRM_LONTIUM_LT8912B=m > This should be applied by the Mediatek ARM64 maintainer, Neil
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0777bcae9104..cb24a3d1219b 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -816,6 +816,7 @@ CONFIG_DRM_PANEL_EDP=m CONFIG_DRM_PANEL_MANTIX_MLAF057WE51=m CONFIG_DRM_PANEL_RAYDIUM_RM67191=m CONFIG_DRM_PANEL_SITRONIX_ST7703=m +CONFIG_DRM_PANEL_STARTEK_KD070FHFID015=m CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m CONFIG_DRM_PANEL_VISIONOX_VTDR6130=m CONFIG_DRM_LONTIUM_LT8912B=m
Build Startek KD070FHFID015 panel driver. This MIPI-DSI display can be used for the mt8365-evk board for example. Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)