Merge "ARM: dts: qcom: Add the qrng node for the Auto VM platforms"

This commit is contained in:
qctecmdr
2022-10-14 03:09:25 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -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"