Message ID | 1442497557-9271-7-git-send-email-lee.jones@linaro.org |
---|---|
State | Accepted |
Commit | ba25d8b4011bc496afff65b2f28136aa141d7d6b |
Headers | show |
Hi Lee, Herbert, On 09/17/2015 03:45 PM, Lee Jones wrote: > 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"; > + }; > }; > }; Patch applied to STi tree (sti-dt-for-v4.4). Thanks, Maxime -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
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"; + }; }; };
Signed-off-by: Lee Jones <lee.jones@linaro.org> --- arch/arm/boot/dts/stih407-family.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+)