hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/arch/arm64/boot/dts/rockchip/rk3568-android.dtsi
....@@ -29,6 +29,13 @@
2929 status = "okay";
3030 };
3131
32
+ firmware {
33
+ optee: optee {
34
+ compatible = "linaro,optee-tz";
35
+ method = "smc";
36
+ };
37
+ };
38
+
3239 debug: debug@fd904000 {
3340 compatible = "rockchip,debug";
3441 reg = <0x0 0xfd904000 0x0 0x1000>,
....@@ -44,10 +51,16 @@
4451 <0x0 0xfd90e000 0x0 0x1000>,
4552 <0x0 0xfd90f000 0x0 0x1000>;
4653 };
54
+
55
+ vendor_storage: vendor-storage {
56
+ compatible = "rockchip,ram-vendor-storage";
57
+ memory-region = <&vendor_storage_rm>;
58
+ status = "okay";
59
+ };
4760 };
4861
4962 &reserved_memory {
50
- cma {
63
+ linux,cma {
5164 compatible = "shared-dma-pool";
5265 inactive;
5366 reusable;
....@@ -63,6 +76,11 @@
6376 ftrace-size = <0x00000>;
6477 pmsg-size = <0x50000>;
6578 };
79
+
80
+ vendor_storage_rm: vendor-storage-rm@00000000 {
81
+ compatible = "rockchip,vendor-storage-rm";
82
+ reg = <0x0 0x0 0x0 0x0>;
83
+ };
6684 };
6785
6886 &rng {