diff --git a/qcom/sa8155-vm.dtsi b/qcom/sa8155-vm.dtsi index 7354fcb7..0c663468 100644 --- a/qcom/sa8155-vm.dtsi +++ b/qcom/sa8155-vm.dtsi @@ -233,6 +233,15 @@ compatible = "qcom,iommu-dma"; memory-region = <&system_cma>; }; + + qcom_rng: qrng@793000 { + compatible = "qcom,msm-rng"; + reg = <0x793000 0x1000>; + qcom,no-qrng-config; + clocks = <&gcc GCC_PRNG_AHB_CLK>; + clock-names = "km_clk_src"; + }; + }; #include "sm8150-pinctrl.dtsi"