Skip to content

Commit

Permalink
devicetree: Add hardware rng entry to qcom-apq8064.dtsi
Browse files Browse the repository at this point in the history
Add devicetree data to add support for hw_rng support
to the apq8064 dts.

Tested on the Nexus7 (2013).

Cc: Kumar Gala <[email protected]>
Cc: Stephen Boyd <[email protected]>
Cc: Srinivas Kandagatla <[email protected]>
Cc: [email protected]
Reviewed-by: Stephen Boyd <[email protected]>
Signed-off-by: John Stultz <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
  • Loading branch information
johnstultz-work authored and Andy Gross committed Dec 9, 2015
1 parent 76be038 commit 6a607e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/qcom-apq8064.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,13 @@
};
};

rng@1a500000 {
compatible = "qcom,prng";
reg = <0x1a500000 0x200>;
clocks = <&gcc PRNG_CLK>;
clock-names = "core";
};

qcom,ssbi@500000 {
compatible = "qcom,ssbi";
reg = <0x00500000 0x1000>;
Expand Down

0 comments on commit 6a607e0

Please sign in to comment.