arm64: dts: rockchip: rk3399-android: add secure memory for drm.

Change-Id: Ida014845970d979844ad55704c3bdbf1ed53853b
Signed-off-by: Rimon Xu <rimon.xu@rock-chips.com>
This commit is contained in:
rimon.xu
2017-09-01 10:32:50 +08:00
committed by Huang, Tao
parent dc6b994588
commit 9cd2814250

View File

@@ -92,9 +92,10 @@
reg = <0x0 0x0 0x0 0x0>;
};
secure_memory: secure-memory@00000000 {
secure_memory: secure-memory@e7000000 {
compatible = "rockchip,secure-memory";
reg = <0x0 0x0 0x0 0x0>;
reg = <0x0 0xe7000000 0x0 0x10000000>;
status = "disabled";
};
stb_devinfo: stb-devinfo@00000000 {