From 7e87c6fc4da12f01f89e30972e9e55809a7053f9 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 5 Feb 2025 01:31:15 -0600 Subject: [PATCH] Correction: The previous commit did not entirely fix the build failure. This commit fixes the CoolPi CM5 8uart device-tree file in order for the kernel to successfully build. There was an additional 'MIPI_DSI_MODE_EOT_PACKET' that needed to be replaced with a 'MIPI_DSI_MODE_NO_EOT_PACKET' --- arch/arm64/boot/dts/rockchip/rk3588-cpcm5-8uart.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-cpcm5-8uart.dts b/arch/arm64/boot/dts/rockchip/rk3588-cpcm5-8uart.dts index 9b670380e..14272a72f 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-cpcm5-8uart.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-cpcm5-8uart.dts @@ -479,7 +479,7 @@ unprepare-delay-ms = <10>; disable-delay-ms = <10>; dsi,flags = <(MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST | - MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_EOT_PACKET)>; + MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_NO_EOT_PACKET)>; dsi,format = ; dsi,lanes = <4>; panel-init-sequence = [