LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH v2 1/1] ARM: dts: cygnus: enable iproc-hwrng
@ 2018-06-06 18:21 Scott Branden
2018-06-07 16:35 ` Florian Fainelli
2018-06-07 16:55 ` Florian Fainelli
0 siblings, 2 replies; 4+ messages in thread
From: Scott Branden @ 2018-06-06 18:21 UTC (permalink / raw)
To: Rob Herring, Mark Rutland, Ray Jui, Clement Peron, Florian Fainelli
Cc: BCM Kernel Feedback, devicetree, linux-arm-kernel, linux-kernel,
Mohamed Ismail Abdul Packir Mohamed, Scott Branden
From: Mohamed Ismail Abdul Packir Mohamed <mohamed-ismail.abdul@broadcom.com>
Enable the HW rng driver "iproc-rng200" for all cygnus platforms.
Signed-off-by: Mohamed Ismail Abdul Packir Mohamed <mohamed-ismail.abdul@broadcom.com>
Reviewed-by: Ray Jui <ray.jui@broadcom.com>
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
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 9fe4f5a..b0e38fa 100644
--- a/arch/arm/boot/dts/bcm-cygnus.dtsi
+++ b/arch/arm/boot/dts/bcm-cygnus.dtsi
@@ -417,6 +417,11 @@
status = "disabled";
};
+ rng: rng@18032000 {
+ compatible = "brcm,iproc-rng200";
+ reg = <0x18032000 0x28>;
+ };
+
sdhci0: sdhci@18041000 {
compatible = "brcm,sdhci-iproc-cygnus";
reg = <0x18041000 0x100>;
--
2.5.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/1] ARM: dts: cygnus: enable iproc-hwrng
2018-06-06 18:21 [PATCH v2 1/1] ARM: dts: cygnus: enable iproc-hwrng Scott Branden
@ 2018-06-07 16:35 ` Florian Fainelli
2018-06-07 16:52 ` Clément Péron
2018-06-07 16:55 ` Florian Fainelli
1 sibling, 1 reply; 4+ messages in thread
From: Florian Fainelli @ 2018-06-07 16:35 UTC (permalink / raw)
To: Scott Branden, Rob Herring, Mark Rutland, Ray Jui, Clement Peron,
Florian Fainelli
Cc: BCM Kernel Feedback, devicetree, linux-arm-kernel, linux-kernel,
Mohamed Ismail Abdul Packir Mohamed
On 06/06/2018 11:21 AM, Scott Branden wrote:
> From: Mohamed Ismail Abdul Packir Mohamed <mohamed-ismail.abdul@broadcom.com>
>
> Enable the HW rng driver "iproc-rng200" for all cygnus platforms.
>
> Signed-off-by: Mohamed Ismail Abdul Packir Mohamed <mohamed-ismail.abdul@broadcom.com>
> Reviewed-by: Ray Jui <ray.jui@broadcom.com>
> Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Clement, do you want to test this and reported back?
> ---
> 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 9fe4f5a..b0e38fa 100644
> --- a/arch/arm/boot/dts/bcm-cygnus.dtsi
> +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi
> @@ -417,6 +417,11 @@
> status = "disabled";
> };
>
> + rng: rng@18032000 {
> + compatible = "brcm,iproc-rng200";
> + reg = <0x18032000 0x28>;
> + };
> +
> sdhci0: sdhci@18041000 {
> compatible = "brcm,sdhci-iproc-cygnus";
> reg = <0x18041000 0x100>;
>
--
Florian
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/1] ARM: dts: cygnus: enable iproc-hwrng
2018-06-07 16:35 ` Florian Fainelli
@ 2018-06-07 16:52 ` Clément Péron
0 siblings, 0 replies; 4+ messages in thread
From: Clément Péron @ 2018-06-07 16:52 UTC (permalink / raw)
To: Florian Fainelli
Cc: scott.branden, Rob Herring, Mark Rutland, Ray Jui,
BCM Kernel Feedback, devicetree, linux-arm-kernel, linux-kernel,
mohamed-ismail.abdul
Hi Florian,
On Thu, 7 Jun 2018 at 18:35, Florian Fainelli <f.fainelli@gmail.com> wrote:
>
> On 06/06/2018 11:21 AM, Scott Branden wrote:
> > From: Mohamed Ismail Abdul Packir Mohamed <mohamed-ismail.abdul@broadcom.com>
> >
> > Enable the HW rng driver "iproc-rng200" for all cygnus platforms.
> >
> > Signed-off-by: Mohamed Ismail Abdul Packir Mohamed <mohamed-ismail.abdul@broadcom.com>
> > Reviewed-by: Ray Jui <ray.jui@broadcom.com>
> > Signed-off-by: Scott Branden <scott.branden@broadcom.com>
>
> Clement, do you want to test this and reported back?
Tested v1 and works fine on bcm58305
Tested-by: Clément Péron <peron.clem@gmail.com>
>
> > ---
> > 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 9fe4f5a..b0e38fa 100644
> > --- a/arch/arm/boot/dts/bcm-cygnus.dtsi
> > +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi
> > @@ -417,6 +417,11 @@
> > status = "disabled";
> > };
> >
> > + rng: rng@18032000 {
> > + compatible = "brcm,iproc-rng200";
> > + reg = <0x18032000 0x28>;
> > + };
> > +
> > sdhci0: sdhci@18041000 {
> > compatible = "brcm,sdhci-iproc-cygnus";
> > reg = <0x18041000 0x100>;
> >
>
>
> --
> Florian
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/1] ARM: dts: cygnus: enable iproc-hwrng
2018-06-06 18:21 [PATCH v2 1/1] ARM: dts: cygnus: enable iproc-hwrng Scott Branden
2018-06-07 16:35 ` Florian Fainelli
@ 2018-06-07 16:55 ` Florian Fainelli
1 sibling, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2018-06-07 16:55 UTC (permalink / raw)
To: bcm-kernel-feedback-list, Scott Branden, Rob Herring,
Mark Rutland, Ray Jui, Clement Peron
Cc: devicetree, linux-arm-kernel, linux-kernel,
Mohamed Ismail Abdul Packir Mohamed
On Wed, 6 Jun 2018 11:21:31 -0700, Scott Branden <scott.branden@broadcom.com> wrote:
> From: Mohamed Ismail Abdul Packir Mohamed <mohamed-ismail.abdul@broadcom.com>
>
> Enable the HW rng driver "iproc-rng200" for all cygnus platforms.
>
> Signed-off-by: Mohamed Ismail Abdul Packir Mohamed <mohamed-ismail.abdul@broadcom.com>
> Reviewed-by: Ray Jui <ray.jui@broadcom.com>
> Signed-off-by: Scott Branden <scott.branden@broadcom.com>
> ---
Applied to devicetree/next, thanks!
--
Florian
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-06-07 16:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-06 18:21 [PATCH v2 1/1] ARM: dts: cygnus: enable iproc-hwrng Scott Branden
2018-06-07 16:35 ` Florian Fainelli
2018-06-07 16:52 ` Clément Péron
2018-06-07 16:55 ` Florian Fainelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).