Re: [PATCH] ARM: dts: cygnus: Add HWRNG node

From: Scott Branden
Date: Wed Jun 06 2018 - 12:04:11 EST


Hi Clement,


On 18-06-06 02:34 AM, ClÃment PÃron wrote:
From: ClÃment Peron <clement.peron@xxxxxxxxxxxx>

There is a HWRNG in Broadcom Cygnus SoC, so enable it.

Signed-off-by: ClÃment Peron <clement.peron@xxxxxxxxxxxx>
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 <mohamed-ismail.abdul@xxxxxxxxxxxx>

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>;