ipq806x: add missing enclosing reserved-memory block on C2600/AD7200
Most of the time when booting kernel prints a warning from
mm/page_alloc.c when pstore/ramoops is being initialized and ramoops is
not functional.
Fix this by moving ramopps node into reserved-memory block as described
in kernel documentation.
Fixes: 2964e5024c
("ipq806x: kernel ramoops storage for C2600/AD7200")
Signed-off-by: Filip Matijević <filip.matijevic.pz@gmail.com>
This commit is contained in:
parent
bd9844a6fd
commit
047fb7c76d
1 changed files with 10 additions and 8 deletions
|
@ -10,6 +10,7 @@
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
reserved-memory {
|
||||||
ramoops@42100000 {
|
ramoops@42100000 {
|
||||||
compatible = "ramoops";
|
compatible = "ramoops";
|
||||||
reg = <0x42100000 0x40000>;
|
reg = <0x42100000 0x40000>;
|
||||||
|
@ -18,6 +19,7 @@
|
||||||
ftrace-size = <0x4000>;
|
ftrace-size = <0x4000>;
|
||||||
pmsg-size = <0x4000>;
|
pmsg-size = <0x4000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
mdio-gpio0 = &mdio0;
|
mdio-gpio0 = &mdio0;
|
||||||
|
|
Loading…
Reference in a new issue