mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
reusable;
|
||||
size = <0x800000>;
|
||||
alignment = <0x400000>;
|
||||
alloc-ranges = <0x32000000 0xc800000>;
|
||||
alloc-ranges = <0x3f800000 0x800000>;
|
||||
};
|
||||
|
||||
ion_reserved:linux,ion-dev {
|
||||
|
||||
Reference in New Issue
Block a user