From: Luan Yuan Date: Mon, 17 Jun 2019 11:13:54 +0000 (+0800) Subject: dts: logo addr overflows the max size in 1g platform.[1/1] X-Git-Tag: khadas-vims-v0.9.6-release~337 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f3dde9e4d265f1b9b79f3f195bb036712b20243;p=platform%2Fkernel%2Flinux-amlogic.git dts: logo addr overflows the max size in 1g platform.[1/1] PD#SWPL-9938 Problem: logo addr overflows the max size in 1g platform. Solution: fixed it Verify: verify by fermi Change-Id: Ic1edc545c702b10d88cd03ddc4b761f142457b43 Signed-off-by: Luan Yuan --- diff --git a/arch/arm/boot/dts/amlogic/g12a_s905d2_u200_1g.dts b/arch/arm/boot/dts/amlogic/g12a_s905d2_u200_1g.dts index 20507f7..34b6cb5 100644 --- a/arch/arm/boot/dts/amlogic/g12a_s905d2_u200_1g.dts +++ b/arch/arm/boot/dts/amlogic/g12a_s905d2_u200_1g.dts @@ -838,7 +838,7 @@ status = "okay"; display_size_default = <1920 1080 1920 2160 32>; mem_size = <0x00800000 0x1980000 0x100000 0x100000 0x800000>; - logo_addr = "0x7f800000"; + logo_addr = "0x3f800000"; mem_alloc = <0>; pxp_mode = <0>; /** 0:normal mode 1:pxp mode */ }; diff --git a/arch/arm/boot/dts/amlogic/gxm_q201_1g.dts b/arch/arm/boot/dts/amlogic/gxm_q201_1g.dts index a7e5e89..bc5ada6 100644 --- a/arch/arm/boot/dts/amlogic/gxm_q201_1g.dts +++ b/arch/arm/boot/dts/amlogic/gxm_q201_1g.dts @@ -76,7 +76,7 @@ reusable; size = <0x800000>; alignment = <0x400000>; - alloc-ranges = <0x7f800000 0x800000>; + alloc-ranges = <0x3f800000 0x800000>; }; //don't put other dts in front of logo_reserved @@ -771,7 +771,7 @@ /** 0:VPU free scale 1:OSD free scale 2:OSD super scale */ display_size_default = <1920 1080 1920 3240 32>; /*1920*1080*4*3 = 0x17BB000*/ - logo_addr = "0x7f800000"; + logo_addr = "0x3f800000"; }; ge2d { compatible = "amlogic, ge2d-gxm"; diff --git a/arch/arm64/boot/dts/amlogic/g12a_s905d2_u200_1g.dts b/arch/arm64/boot/dts/amlogic/g12a_s905d2_u200_1g.dts index 4193aff..84ec8901 100644 --- a/arch/arm64/boot/dts/amlogic/g12a_s905d2_u200_1g.dts +++ b/arch/arm64/boot/dts/amlogic/g12a_s905d2_u200_1g.dts @@ -833,7 +833,7 @@ status = "okay"; display_size_default = <1920 1080 1920 2160 32>; mem_size = <0x00800000 0x1980000 0x100000 0x100000 0x800000>; - logo_addr = "0x7f800000"; + logo_addr = "0x3f800000"; mem_alloc = <0>; pxp_mode = <0>; /** 0:normal mode 1:pxp mode */ }; diff --git a/arch/arm64/boot/dts/amlogic/gxm_q201_1g.dts b/arch/arm64/boot/dts/amlogic/gxm_q201_1g.dts index d843d3f..838e6d2 100644 --- a/arch/arm64/boot/dts/amlogic/gxm_q201_1g.dts +++ b/arch/arm64/boot/dts/amlogic/gxm_q201_1g.dts @@ -76,7 +76,7 @@ reusable; size = <0x0 0x800000>; alignment = <0x0 0x400000>; - alloc-ranges = <0x0 0x7f800000 0x0 0x800000>; + alloc-ranges = <0x0 0x3f800000 0x0 0x800000>; }; //don't put other dts in front of logo_reserved @@ -771,7 +771,7 @@ /** 0:VPU free scale 1:OSD free scale 2:OSD super scale */ display_size_default = <1920 1080 1920 3240 32>; /*1920*1080*4*3 = 0x17BB000*/ - logo_addr = "0x7f800000"; + logo_addr = "0x3f800000"; }; ge2d { compatible = "amlogic, ge2d-gxm";