Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1689520

[PATCH v3 2/3] ARM: i.MX25: add RNGC node to dtsi

From Martin Kaiser <martin@kaiser.cx>
Newsgroups linux.kernel
Subject [PATCH v3 2/3] ARM: i.MX25: add RNGC node to dtsi
Date 2017-07-17 23:50 +0200
Message-ID <u4m3V-1ZS-43@gated-at.bofh.it> (permalink)
References <u4m3U-1ZS-17@gated-at.bofh.it> <u4m3T-1ZS-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Steffen Trumtrar <s.trumtrar@pengutronix.de>

Add a devicetree entry for the Random Number Generator Version C (RNGC).

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
---
Changes in v3:
  - remove clock-names from dtsi

Changes in v2:
  - remove interrupt-names from dtsi

 arch/arm/boot/dts/imx25.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi
index dfcc8e0..0d2f3a1 100644
--- a/arch/arm/boot/dts/imx25.dtsi
+++ b/arch/arm/boot/dts/imx25.dtsi
@@ -451,6 +451,13 @@
 				interrupt-names = "scm", "smn";
 			};
 
+			rng: rng@53fb0000 {
+				compatible = "fsl,imx25-rng";
+				reg = <0x53fb0000 0x4000>;
+				clocks = <&clks 109>;
+				interrupts = <22>;
+			};
+
 			esdhc1: esdhc@53fb4000 {
 				compatible = "fsl,imx25-esdhc";
 				reg = <0x53fb4000 0x4000>;
-- 
2.1.4

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v3 1/3] Documentation: devicetree: add Freescale RNGC binding Martin Kaiser <martin@kaiser.cx> - 2017-07-17 23:50 +0200
  [PATCH 3/3] hwrng: mxc-fsl - add support for Freescale RNGC Martin Kaiser <martin@kaiser.cx> - 2017-07-17 23:50 +0200
    Re: [PATCH 3/3] hwrng: mxc-fsl - add support for Freescale RNGC PrasannaKumar Muralidharan <prasannatsmkumar@gmail.com> - 2017-07-18 07:50 +0200
      Re: [PATCH 3/3] hwrng: mxc-fsl - add support for Freescale RNGC Martin Kaiser <martin@kaiser.cx> - 2017-07-19 23:30 +0200
  [PATCH v3 2/3] ARM: i.MX25: add RNGC node to dtsi Martin Kaiser <martin@kaiser.cx> - 2017-07-17 23:50 +0200

csiph-web