mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rockchip: modify secure memory address for rk3399-android
Change-Id: Id0d7bf64748ccd104d36c3c2f7045e57d54d8ffd Signed-off-by: Rimon Xu <rimon.xu@rock-chips.com>
This commit is contained in:
@@ -92,9 +92,9 @@
|
||||
reg = <0x0 0x0 0x0 0x0>;
|
||||
};
|
||||
|
||||
secure_memory: secure-memory@e7000000 {
|
||||
secure_memory: secure-memory@20000000 {
|
||||
compatible = "rockchip,secure-memory";
|
||||
reg = <0x0 0xe7000000 0x0 0x10000000>;
|
||||
reg = <0x0 0x20000000 0x0 0x10000000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user