osd: dts: fix osd cma alloc-ranges caused uboot logo show blurrry

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>
This commit is contained in:
pengcheng chen
2018-09-21 11:22:31 +08:00
parent 6274b8d87a
commit 0829bc253f
2 changed files with 2 additions and 2 deletions

View 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

View File

@@ -75,7 +75,7 @@
reusable;
size = <0x800000>;
alignment = <0x400000>;
alloc-ranges = <0x32000000 0xc800000>;
alloc-ranges = <0x3f800000 0x800000>;
};
ion_reserved:linux,ion-dev {