display: fix logo address missmatch problem [1/1]
authortao zeng <tao.zeng@amlogic.com>
Wed, 21 Nov 2018 04:42:25 +0000 (12:42 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Wed, 28 Nov 2018 01:41:54 +0000 (17:41 -0800)
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 <tao.zeng@amlogic.com>
arch/arm/boot/dts/amlogic/txl_t962_p321_720p.dts

index 5146907..4a14e60 100644 (file)
@@ -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";
                /*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 {