osd: dts: fix osd cma alloc-ranges caused uboot logo show blurrry
authorpengcheng chen <pengcheng.chen@amlogic.com>
Fri, 21 Sep 2018 03:22:31 +0000 (11:22 +0800)
committerpengcheng chen <pengcheng.chen@amlogic.com>
Fri, 21 Sep 2018 10:12:09 +0000 (18:12 +0800)
PD#173881: osd: dts: fix osd cma alloc-ranges caused uboot logo
           show blurrry

Change-Id: I60503a95f83d66605ecf4c24f882b4606cc37ed3
Signed-off-by: pengcheng chen <pengcheng.chen@amlogic.com>
arch/arm/boot/dts/amlogic/gxl_p212_2g.dts
arch/arm/boot/dts/amlogic/txl_t962_p321.dts

index 962e584..feeddda 100644 (file)
@@ -77,7 +77,7 @@
                        reusable;
                        size = <0x800000>;
                        alignment = <0x400000>;
-                       //alloc-ranges = <0x3f800000 0x800000>;
+                       alloc-ranges = <0x7f800000 0x800000>;
                };
                //don't put other dts in front of logo_reserved
 
index 76dd63c..0c6a3c9 100644 (file)
@@ -75,7 +75,7 @@
                        reusable;
                        size = <0x800000>;
                        alignment = <0x400000>;
-                       alloc-ranges = <0x32000000 0xc800000>;
+                       alloc-ranges = <0x3f800000 0x800000>;
                };
 
                ion_reserved:linux,ion-dev {