mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM: dts: add secure drm buffer for rk3229
default disabled Change-Id: Iea0bfa746de22ba59e356e9eb1f2f957fabcda50 Signed-off-by: Hery Xu <xhr@rock-chips.com>
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
&display_subsystem {
|
||||
logo-memory-region = <&drm_logo>;
|
||||
status = "okay";
|
||||
|
||||
secure-memory-region = <&secure_memory>;
|
||||
route {
|
||||
route_hdmi: route-hdmi {
|
||||
status = "okay";
|
||||
@@ -266,6 +266,14 @@
|
||||
vccio4-supply = <&vccio_3v3_reg>;
|
||||
};
|
||||
|
||||
&secure_memory {
|
||||
/*
|
||||
* enable like this:
|
||||
* reg = <0x80000000 0x10000000>;
|
||||
*/
|
||||
reg = <0x80000000 0x0>;
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
|
||||
|
||||
@@ -92,6 +92,11 @@
|
||||
reg = <0x0 0x0>;
|
||||
};
|
||||
|
||||
secure_memory: secure-memory@80000000 {
|
||||
compatible = "rockchip,secure-memory";
|
||||
reg = <0x80000000 0x0>;
|
||||
};
|
||||
|
||||
ramoops_mem: ramoops@62e00000 {
|
||||
reg = <0x62e00000 0xf0000>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user