Message ID | 20231023-display-support-v5-5-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: > Build Startek KD070FHFID015 panel driver. This MIPI-DSI display > can be used for the mt8365-evk board for example. > Squash the patches. It's one logical change to bring config optiosn for display on your boards. Not each change per one symbol. Best regards, Krzysztof
Thanks, fixed for v6 On 09/01/2025 08:54, Krzysztof Kozlowski wrote: > Squash the patches. It's one logical change to bring config optiosn for > display on your boards. Not each change per one symbol.
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b2db31e010ff..1e2963a13500 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -897,6 +897,7 @@ CONFIG_DRM_PANEL_NOVATEK_NT36672E=m CONFIG_DRM_PANEL_RAYDIUM_RM67191=m CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20=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_FSL_LDB=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(+)