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:
Rimon Xu
2017-12-22 09:45:18 +08:00
committed by Tao Huang
parent e938aa387f
commit abb8938259

View File

@@ -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";
};