On 09/10/2018 01:06 PM, Vinod Koul wrote: > RNG hardware in 8996 features (Execution Environment) EE for > HLOS to use, add the node for prng-ee for msm8996. > > Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx> > Reviewed-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/msm8996.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi > index cd3865e7a270..285e6630320a 100644 > --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi > +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi > @@ -729,6 +729,13 @@ > }; > }; > > + qcom_rng: qrng@83000 { I think this should be just: rng@83000 { > + compatible = "qcom,prng-ee"; > + reg = <0x83000 0x1000>; reg = <0x00083000 0x1000>; > + clocks = <&gcc GCC_PRNG_AHB_CLK>; > + clock-names = "core"; > + }; > + > mmcc: clock-controller@8c0000 { > compatible = "qcom,mmcc-msm8996"; > #clock-cells = <1>; > -- regards, Stan