ARM: dts: rockchip: fix trust shared memory mapping for rv1126-evb-ddr3-v10-tb

Allow kernel access 0x00200000~0x00208000, because the first usable region
must be PMD aligned. Otherwise rampoops would not work.

Fixes: 9e109a2600 ("ARM: dts: rockchip: reserve 32KB shared memory for rv1126-evb-ddr3-v10-tb")
Change-Id: I170a6d946695dbace8064eafa57986787d8cab86
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Tao Huang
2020-06-15 14:30:09 +08:00
parent 9777ac0333
commit 1e74b7eebe

View File

@@ -25,10 +25,14 @@
reserved-memory {
trust@0 {
reg = <0x00000000 0x00208000>;
reg = <0x00000000 0x00200000>;
no-map;
};
trust@200000 {
reg = <0x00200000 0x00008000>;
};
mmc_ecsd: mmc@20f000 {
reg = <0x0020f000 0x1000>;
};