mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user