All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc, ppc4xx: Update canyonlands and glacier boards DTS to add HW RNG support
@ 2011-06-22 16:09 Mike Williams
  2011-06-22 16:14 ` Josh Boyer
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Williams @ 2011-06-22 16:09 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Mike Williams


Signed-off-by: Mike Williams <mike@mikebwilliams.com>
---
 arch/powerpc/boot/dts/canyonlands.dts |    5 +++++
 arch/powerpc/boot/dts/glacier.dts     |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/canyonlands.dts b/arch/powerpc/boot/dts/canyonlands.dts
index 22dd6ae..3dc75de 100644
--- a/arch/powerpc/boot/dts/canyonlands.dts
+++ b/arch/powerpc/boot/dts/canyonlands.dts
@@ -143,6 +143,11 @@
 			interrupts = <0x1d 0x4>;
 		};
 
+		HWRNG: hwrng@110000 {
+			compatible = "amcc,ppc460ex-rng", "ppc4xx-rng";
+			reg = <4 0x00110000 0x50>;
+		};
+
 		MAL0: mcmal {
 			compatible = "ibm,mcmal-460ex", "ibm,mcmal2";
 			dcr-reg = <0x180 0x062>;
diff --git a/arch/powerpc/boot/dts/glacier.dts b/arch/powerpc/boot/dts/glacier.dts
index e618fc4..b153a73 100644
--- a/arch/powerpc/boot/dts/glacier.dts
+++ b/arch/powerpc/boot/dts/glacier.dts
@@ -136,6 +136,11 @@
 			interrupts = <0x1d 0x4>;
 		};
 
+		HWRNG: hwrng@110000 {
+			compatible = "amcc,ppc460ex-rng", "ppc4xx-rng";
+			reg = <4 0x00110000 0x50>;
+		};
+
 		MAL0: mcmal {
 			compatible = "ibm,mcmal-460gt", "ibm,mcmal2";
 			dcr-reg = <0x180 0x062>;
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] powerpc, ppc4xx: Update canyonlands and glacier boards DTS to add HW RNG support
  2011-06-22 16:09 [PATCH] powerpc, ppc4xx: Update canyonlands and glacier boards DTS to add HW RNG support Mike Williams
@ 2011-06-22 16:14 ` Josh Boyer
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Boyer @ 2011-06-22 16:14 UTC (permalink / raw)
  To: Mike Williams; +Cc: linuxppc-dev

On Wed, Jun 22, 2011 at 12:09:43PM -0400, Mike Williams wrote:
>
>Signed-off-by: Mike Williams <mike@mikebwilliams.com>
>---
> arch/powerpc/boot/dts/canyonlands.dts |    5 +++++
> arch/powerpc/boot/dts/glacier.dts     |    5 +++++
> 2 files changed, 10 insertions(+), 0 deletions(-)

Thanks, you beat me to it!  I'll get these into my -next branch soon.  I
have a similar change for the Sequoia DTS.

josh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-22 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-22 16:09 [PATCH] powerpc, ppc4xx: Update canyonlands and glacier boards DTS to add HW RNG support Mike Williams
2011-06-22 16:14 ` Josh Boyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.