linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: f.fainelli@gmail.com (Florian Fainelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: dts: BCM5301x: Add RNG Device Tree node
Date: Wed, 22 Jun 2016 17:27:03 -0700	[thread overview]
Message-ID: <1466641623-3491-4-git-send-email-f.fainelli@gmail.com> (raw)
In-Reply-To: <1466641623-3491-1-git-send-email-f.fainelli@gmail.com>

Add the DT node for the random number generator peripheral.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 arch/arm/boot/dts/bcm5301x.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/bcm5301x.dtsi b/arch/arm/boot/dts/bcm5301x.dtsi
index 7d4d29bf0ed3..c67e451435f4 100644
--- a/arch/arm/boot/dts/bcm5301x.dtsi
+++ b/arch/arm/boot/dts/bcm5301x.dtsi
@@ -260,6 +260,11 @@
 				     "sata2";
 	};
 
+	rng: rng at 18004000 {
+		compatible = "brcm,bcm5301x-rng";
+		reg = <0x18004000 0x14>;
+	};
+
 	nand: nand at 18028000 {
 		compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1", "brcm,brcmnand";
 		reg = <0x18028000 0x600>, <0x1811a408 0x600>, <0x18028f00 0x20>;
-- 
2.7.4

  parent reply	other threads:[~2016-06-23  0:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23  0:27 [PATCH 0/3] hw_random: bcm2835: Add support for Broadcom BCM5301x Florian Fainelli
2016-06-23  0:27 ` [PATCH 1/3] Documentation: devicetree: bindings: Add BCM5301x binding Florian Fainelli
2016-06-27  9:04   ` Herbert Xu
2016-06-23  0:27 ` [PATCH 2/3] hw_random: bcm2835: Add support for Broadcom BCM5301x Florian Fainelli
2016-06-24 13:31   ` Herbert Xu
2016-06-24 17:30     ` Florian Fainelli
2016-06-23  0:27 ` Florian Fainelli [this message]
2016-06-27 18:21   ` [PATCH 3/3] ARM: dts: BCM5301x: Add RNG Device Tree node Florian Fainelli
2016-06-23  0:55 ` [PATCH 0/3] hw_random: bcm2835: Add support for Broadcom BCM5301x Scott Branden

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466641623-3491-4-git-send-email-f.fainelli@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).