Files
kernel_oneplus_sm8550-devic…/qcom/direwolf-vm-la.dtsi
vagdhan kumar kanukurthi 20ae343565 ARM: dts: qcom: Add the qrng node for the Auto VM direwolf platforms
Add the qrng node for the Auto VM direwolf platform for generate random
number.

Change-Id: If05e6ae7a882d789fd7e5624186a1e4108d15acb
2022-11-22 11:43:24 +05:30

26 lines
465 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>;
};
};
&qcom_rng_ee3 {
status = "okay";
};