From: Vagrant Cascadian Date: Sat, 18 Jan 2020 11:04:38 +0000 (-0800) Subject: [PATCH] arm: Enable VIDEO_BPP32 on pinebook. X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1^2^2^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4522e99f502b8fc1fc82cbe920e93b802481002c;p=u-boot.git [PATCH] arm: Enable VIDEO_BPP32 on pinebook. Video output on the pinebook LCD screen was broken by: commit 2cc393f32fd9 ("video: make BPP and ANSI configs optional"). Enable VIDEO_BPP32 which was previously enabled by default when DM_VIDEO was set. Series-to: u-boot Series-cc: Anatolij Gustschin , Vasily Khoruzhick Gbp-Pq: Topic pinebook Gbp-Pq: Name 0001-arm-Enable-VIDEO_BPP32-on-pinebook.patch --- diff --git a/configs/pinebook_defconfig b/configs/pinebook_defconfig index 929434e25..306a6bc6b 100644 --- a/configs/pinebook_defconfig +++ b/configs/pinebook_defconfig @@ -22,3 +22,4 @@ CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y # CONFIG_USB_GADGET is not set CONFIG_VIDEO_BRIDGE=y CONFIG_VIDEO_BRIDGE_ANALOGIX_ANX6345=y +CONFIG_VIDEO_BPP32=y