[PATCH 3/3] imx: mx6ul_14x14_evk: configure for 24bpp display

Anatolij Gustschin agust at denx.de
Wed Feb 5 17:49:59 CET 2020


Before DM_VIDEO conversion this board used 24bpp
display configuration, so use it again.

Signed-off-by: Anatolij Gustschin <agust at denx.de>
---
 arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi b/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi
index e9efdb9831..d0cbf79e33 100644
--- a/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi
+++ b/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi
@@ -31,7 +31,7 @@
 	u-boot,dm-pre-reloc;
 
 	display0: display at 0 {
-		bits-per-pixel = <16>;
+		bits-per-pixel = <24>;
 		bus-width = <24>;
 
 		display-timings {
-- 
2.17.1



More information about the U-Boot mailing list