mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
dts: release memory of the reserved 1MB [2/2]
PD#SWPL-2372 Problem: phy addr (0 - 0x100000) is reserved before. once it is release for system use. it will be polluted by video decoder (avs2 & vp9) Solution: init hw addr (not 0) in decoder to avoid 0 address polluted. then release reserved 1MB memory space in dts Verify: U212 Change-Id: I36f6caa09267ab1180ff12cfed9b9c7befff2842 Signed-off-by: Hui Zhang <hui.zhang@amlogic.com>
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x100000 0x7ff00000>;
|
||||
linux,usable-memory = <0x000000 0x80000000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x100000 0x3ff00000>;
|
||||
linux,usable-memory = <0x000000 0x40000000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x100000 0x7ff00000>;
|
||||
linux,usable-memory = <0x000000 0x80000000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x100000 0x3ff00000>;
|
||||
linux,usable-memory = <0x000000 0x40000000>;
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x100000 0x7ff00000>;
|
||||
linux,usable-memory = <0x000000 0x80000000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x100000 0x7ff00000>;
|
||||
linux,usable-memory = <0x000000 0x80000000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x0 0x100000 0x0 0x7ff00000>;
|
||||
linux,usable-memory = <0x0 0x000000 0x0 0x80000000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x0 0x100000 0x0 0x3ff00000>;
|
||||
linux,usable-memory = <0x0 0x000000 0x0 0x40000000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x0 0x100000 0x0 0x7ff00000>;
|
||||
linux,usable-memory = <0x0 0x000000 0x0 0x80000000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x0 0x100000 0x0 0x3ff00000>;
|
||||
linux,usable-memory = <0x0 0x000000 0x0 0x40000000>;
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x0 0x100000 0x0 0x7ff00000>;
|
||||
linux,usable-memory = <0x0 0x000000 0x0 0x80000000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
memory@00000000 {
|
||||
device_type = "memory";
|
||||
linux,usable-memory = <0x0 0x100000 0x0 0x7ff00000>;
|
||||
linux,usable-memory = <0x0 0x000000 0x0 0x80000000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
Reference in New Issue
Block a user