Skip to content

Commit

Permalink
ARM: STi: STiH407: Enable the 2 HW Random Number Generators for STiH4…
Browse files Browse the repository at this point in the history
…{07, 10}

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
  • Loading branch information
Lee Jones authored and Maxime Coquelin committed Oct 1, 2015
1 parent 82c0581 commit cae010a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/stih407-family.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -639,5 +639,19 @@

status = "disabled";
};

rng10: rng@08a89000 {
compatible = "st,rng";
reg = <0x08a89000 0x1000>;
clocks = <&clk_sysin>;
status = "okay";
};

rng11: rng@08a8a000 {
compatible = "st,rng";
reg = <0x08a8a000 0x1000>;
clocks = <&clk_sysin>;
status = "okay";
};
};
};

0 comments on commit cae010a

Please sign in to comment.