mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Add base direwolf dts files for lagvm. Change-Id: I6cc05c2354e0e2c173b27315b1a374788a9f6dc1
22 lines
427 B
Plaintext
22 lines
427 B
Plaintext
&soc {
|
|
};
|
|
|
|
&reserved_memory {
|
|
secure_display_memory: secure_display_region {
|
|
compatible = "shared-dma-pool";
|
|
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
|
reusable;
|
|
alignment = <0x0 0x400000>;
|
|
size = <0x0 0x0a000000>;
|
|
};
|
|
};
|
|
|
|
&qcom_dma_heaps {
|
|
qcom,display {
|
|
qcom,dma-heap-name = "qcom,display";
|
|
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
|
|
qcom,max-align = <9>;
|
|
memory-region = <&secure_display_memory>;
|
|
};
|
|
};
|