From 45c8ca9bc0efee089920fdff6283e14254759416 Mon Sep 17 00:00:00 2001 From: tao zeng Date: Wed, 21 Nov 2018 12:42:25 +0800 Subject: [PATCH] display: fix logo address missmatch problem [1/1] PD#TV-1083 Problem: When bootimg, logo display become blur due to logo address is not match Solution: Correct CMA address of logo Verify: p321 Change-Id: I3996635c4fc9cee1751c75aff3f8224adb2accde Signed-off-by: tao zeng --- arch/arm/boot/dts/amlogic/txl_t962_p321_720p.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/amlogic/txl_t962_p321_720p.dts b/arch/arm/boot/dts/amlogic/txl_t962_p321_720p.dts index 5146907..4a14e60 100644 --- a/arch/arm/boot/dts/amlogic/txl_t962_p321_720p.dts +++ b/arch/arm/boot/dts/amlogic/txl_t962_p321_720p.dts @@ -80,7 +80,7 @@ reusable; size = <0x400000>; alignment = <0x400000>; - alloc-ranges = <0x0 0x30000000>; + alloc-ranges = <0x2FC00000 0x400000>; }; codec_mm_cma:linux,codec_mm_cma { compatible = "shared-dma-pool"; @@ -233,7 +233,7 @@ /*1280*720*4*3 = 0xA8C000*/ display_size_default = <1280 720 1280 2160 32>; pxp_mode = <0>; /** 0:normal mode 1:pxp mode */ - logo_addr = "0x3fc00000"; + logo_addr = "0x2FC00000"; }; picdec { -- 2.7.4