From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: smtp.codeaurora.org; dkim=pass (1024-bit key) header.d=broadcom.com header.i=@broadcom.com header.b="Hr/NyfWG" DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org BD488601D9 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=fail (p=quarantine dis=none) header.from=broadcom.com Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752504AbeFFQEF (ORCPT + 25 others); Wed, 6 Jun 2018 12:04:05 -0400 Received: from mail-qt0-f196.google.com ([209.85.216.196]:41955 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751546AbeFFQEE (ORCPT ); Wed, 6 Jun 2018 12:04:04 -0400 X-Google-Smtp-Source: ADUXVKL81l4D6tba/5Aqtof5tFgIX9CDao9Q8VIDfUfuIi8FBNZw6hs49vTZHCjp7SJfAsjieVz17g== Subject: Re: [PATCH] ARM: dts: cygnus: Add HWRNG node To: =?UTF-8?B?Q2zDqW1lbnQgUMOpcm9u?= , devicetree@vger.kernel.org Cc: Rob Herring , Mark Rutland , Russell King , Ray Jui , Scott Branden , Jon Mason , bcm-kernel-feedback-list@broadcom.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, =?UTF-8?Q?Cl=c3=a9ment_Peron?= References: <20180606093441.16483-1-peron.clem@gmail.com> From: Scott Branden Message-ID: Date: Wed, 6 Jun 2018 09:03:55 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180606093441.16483-1-peron.clem@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Clement, On 18-06-06 02:34 AM, Clément Péron wrote: > From: Clément Peron > > There is a HWRNG in Broadcom Cygnus SoC, so enable it. > > Signed-off-by: Clément Peron Thanks for upstreaming some missing Cygnus components. But, the problem is the tarball release from Broadcom you are extracting these changes from does not contain git history; so, you are missing the original authors and signed-off's. I checked our internal git repository and for this commit the author is: Mohamed Ismail Abdul Packir Mohamed Please adjust author and signed-off appropriately.  If there are other changes you are extracting from the source tarballs you have please contact me so we can construct patch appropriately. Regards, Scott > --- > arch/arm/boot/dts/bcm-cygnus.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi > index 1cee40ac4613..b7178e84d56d 100644 > --- a/arch/arm/boot/dts/bcm-cygnus.dtsi > +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi > @@ -452,6 +452,11 @@ > status = "disabled"; > }; > > + hwrng: hwrng@18032000 { > + compatible = "brcm,iproc-rng200"; > + reg = <0x18032000 0x28>; > + }; > + > sdhci0: sdhci@18041000 { > compatible = "brcm,sdhci-iproc-cygnus"; > reg = <0x18041000 0x100>;