Merge "ARM: dts: msm: add qrng for gvm on msm8996"

This commit is contained in:
Linux Build Service Account 2018-04-11 19:18:40 -07:00 committed by Gerrit - the friendly Code Review server
commit 4703302cc7

View file

@ -294,4 +294,19 @@
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <2950000>; regulator-max-microvolt = <2950000>;
}; };
qcom_rng: qrng@83000 {
compatible = "qcom,msm-rng";
reg = <0x83000 0x1000>;
qcom,msm-rng-iface-clk;
qcom,no-qrng-config;
qcom,msm-bus,name = "msm-rng-noc";
qcom,msm-bus,num-cases = <2>;
qcom,msm-bus,num-paths = <1>;
qcom,msm-bus,vectors-KBps =
<1 618 0 0>, /* No vote */
<1 618 0 800>; /* 100 MB/s */
clocks = <&clock_gcc clk_gcc_prng_ahb_clk>;
clock-names = "iface_clk";
};
}; };