devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bcm2835: Add Broadcom BCM2835 RNG to the device tree
       [not found] <1364135511-26970-1-git-send-email-lkundrak@v3.sk>
@ 2013-03-28  6:12 ` Lubomir Rintel
  2013-04-02  2:38   ` Stephen Warren
  2013-04-03  6:28   ` Stephen Warren
  0 siblings, 2 replies; 3+ messages in thread
From: Lubomir Rintel @ 2013-03-28  6:12 UTC (permalink / raw)
  To: linux-kernel
  Cc: Lubomir Rintel, Stephen Warren, linux-rpi-kernel,
	devicetree-discuss, linux-arm-kernel

This adds a device tree binding for random number generator present on Broadcom
BCM2835 SoC, used in Raspberry Pi and Roku 2 devices.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Tested-by: Stephen Warren <swarren@wwwdotorg.org>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: linux-rpi-kernel@lists.infradead.org
Cc: devicetree-discuss@lists.ozlabs.org
Cc: linux-arm-kernel@lists.infradead.org
---
Changes for v2:
    - Split out from the driver changeset
    - Added documentation

Changes for v3:
    - Moved documentation away to the driver commit

 arch/arm/boot/dts/bcm2835.dtsi |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi
index 7e0481e..dc22336 100644
--- a/arch/arm/boot/dts/bcm2835.dtsi
+++ b/arch/arm/boot/dts/bcm2835.dtsi
@@ -34,6 +34,11 @@
 			reg = <0x7e100000 0x28>;
 		};
 
+		rng {
+			compatible = "brcm,bcm2835-rng";
+			reg = <0x7e104000 0x10>;
+		};
+
 		uart@20201000 {
 			compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell";
 			reg = <0x7e201000 0x1000>;
-- 
1.7.1

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

* Re: [PATCH] bcm2835: Add Broadcom BCM2835 RNG to the device tree
  2013-03-28  6:12 ` [PATCH] bcm2835: Add Broadcom BCM2835 RNG to the device tree Lubomir Rintel
@ 2013-04-02  2:38   ` Stephen Warren
  2013-04-03  6:28   ` Stephen Warren
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Warren @ 2013-04-02  2:38 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: linux-kernel, linux-rpi-kernel, devicetree-discuss,
	linux-arm-kernel

On 03/28/2013 12:12 AM, Lubomir Rintel wrote:
> This adds a device tree binding for random number generator present on Broadcom
> BCM2835 SoC, used in Raspberry Pi and Roku 2 devices.

FYI, I intend to apply this patch to the bcm2835 tree whenever the RNG
driver itself is applied to the hw_random tree. If you could ping me
when that happens to jog my memory, that'd be great. Thanks.

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

* Re: [PATCH] bcm2835: Add Broadcom BCM2835 RNG to the device tree
  2013-03-28  6:12 ` [PATCH] bcm2835: Add Broadcom BCM2835 RNG to the device tree Lubomir Rintel
  2013-04-02  2:38   ` Stephen Warren
@ 2013-04-03  6:28   ` Stephen Warren
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Warren @ 2013-04-03  6:28 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: linux-kernel, linux-rpi-kernel, devicetree-discuss,
	linux-arm-kernel

On 03/28/2013 12:12 AM, Lubomir Rintel wrote:
> This adds a device tree binding for random number generator present on Broadcom
> BCM2835 SoC, used in Raspberry Pi and Roku 2 devices.

Applied to bcm2835's for-3.10/dt tree, with some slight fixups to the
patch subject and description word-wrapping.

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

end of thread, other threads:[~2013-04-03  6:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1364135511-26970-1-git-send-email-lkundrak@v3.sk>
2013-03-28  6:12 ` [PATCH] bcm2835: Add Broadcom BCM2835 RNG to the device tree Lubomir Rintel
2013-04-02  2:38   ` Stephen Warren
2013-04-03  6:28   ` Stephen Warren

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).