From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755951AbbJAK6W (ORCPT ); Thu, 1 Oct 2015 06:58:22 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:55442 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755645AbbJAK6Q (ORCPT ); Thu, 1 Oct 2015 06:58:16 -0400 Subject: Re: [STLinux Kernel] [PATCH v2 6/7] ARM: STi: STiH407: Enable the 2 HW Random Number Generators for STiH4{07, 10} To: Lee Jones , , , , , , , , , Herbert Xu References: <1442497557-9271-1-git-send-email-lee.jones@linaro.org> <1442497557-9271-7-git-send-email-lee.jones@linaro.org> CC: From: Maxime Coquelin Message-ID: <560D1197.2000606@st.com> Date: Thu, 1 Oct 2015 12:57:27 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1442497557-9271-7-git-send-email-lee.jones@linaro.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.23.80] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-10-01_04:2015-10-01,2015-10-01,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Lee, Herbert, On 09/17/2015 03:45 PM, Lee Jones wrote: > Signed-off-by: Lee Jones > --- > 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