mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
dts: the memory of the reserved 1MB was recovered. [1/1]
PD#SWPL-2250 Problem: h265 & vp9 4K playback abnormal because HEVC FRONT & VPU READ2 pollute the phy address of near 0x0. Solution: it's only a temporary modification, the real reason needs to take more time fixed. Verify: U212 Change-Id: I3dcc47f8979960e95c89cf53fe10eadc1a7ae5ad Signed-off-by: Nanxin Qin <nanxin.qin@amlogic.com>
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x000000 0x80000000>;
|
||||
linux,usable-memory = <0x100000 0x7ff00000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x000000 0x40000000>;
|
||||
linux,usable-memory = <0x100000 0x3ff00000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x000000 0x80000000>;
|
||||
linux,usable-memory = <0x100000 0x7ff00000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x000000 0x40000000>;
|
||||
linux,usable-memory = <0x100000 0x3ff00000>;
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x000000 0x80000000>;
|
||||
linux,usable-memory = <0x100000 0x7ff00000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x000000 0x80000000>;
|
||||
linux,usable-memory = <0x100000 0x7ff00000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
Reference in New Issue
Block a user