lkml.org 
[lkml]   [2015]   [Sep]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5/6] ARM: STi: STiH407: Enable the 2 HW Random Number Generators for STiH4{07,10}
    Date
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    ---
    arch/arm/boot/dts/stih407-family.dtsi | 14 ++++++++++++++
    1 file changed, 14 insertions(+)

    diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
    index 838b812..9452b42 100644
    --- a/arch/arm/boot/dts/stih407-family.dtsi
    +++ b/arch/arm/boot/dts/stih407-family.dtsi
    @@ -565,5 +565,19 @@
    <&phy_port2 PHY_TYPE_USB3>;
    };
    };
    +
    + 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";
    + };
    };
    };
    --
    1.9.1


    \
     
     \ /
      Last update: 2015-09-11 22:41    [W:5.744 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site