[PATCH v5 5/7] arm64: defconfig: enable STARTEK KD070FHFID015 panel

amergnat@baylibre.com posted 7 patches 11 months, 2 weeks ago
There is a newer version of this series
[PATCH v5 5/7] arm64: defconfig: enable STARTEK KD070FHFID015 panel
Posted by Alexandre Mergnat 11 months, 2 weeks ago
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 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

-- 
2.25.1
Re: [PATCH v5 5/7] arm64: defconfig: enable STARTEK KD070FHFID015 panel
Posted by Krzysztof Kozlowski 11 months, 2 weeks ago
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
Re: [PATCH v5 5/7] arm64: defconfig: enable STARTEK KD070FHFID015 panel
Posted by Alexandre Mergnat 11 months, 2 weeks ago
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.

-- 
Regards,
Alexandre