Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1238994
| From | Daniel Thompson <daniel.thompson@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] ARM: dts: stm32f429: Adopt STM32 RNG driver |
| Date | 2015-10-03 22:40 +0200 |
| Message-ID | <qfBL4-4es-11@gated-at.bofh.it> (permalink) |
| References | <qfBL4-4es-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
New bindings and driver have been created for STM32 series parts. This
patch integrates this changes.
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
---
arch/arm/boot/dts/stm32f429.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
index cb0613090243..90081fc22c6c 100644
--- a/arch/arm/boot/dts/stm32f429.dtsi
+++ b/arch/arm/boot/dts/stm32f429.dtsi
@@ -175,6 +175,13 @@
reg = <0x40023800 0x400>;
clocks = <&clk_hse>;
};
+
+ rng: rng@50060800 {
+ compatible = "st,stm32-rng";
+ reg = <0x50060800 0x400>;
+ interrupts = <80>;
+ clocks = <&rcc 0 38>;
+ };
};
};
--
2.4.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] hwrng: stm32 - add support for STM32 HW RNG Daniel Thompson <daniel.thompson@linaro.org> - 2015-10-03 22:40 +0200
[PATCH 1/3] dt-bindings: Document the STM32 HW RNG bindings Daniel Thompson <daniel.thompson@linaro.org> - 2015-10-03 22:40 +0200
Re: [PATCH 1/3] dt-bindings: Document the STM32 HW RNG bindings Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2015-10-04 10:30 +0200
Re: [PATCH 1/3] dt-bindings: Document the STM32 HW RNG bindings Rob Herring <robherring2@gmail.com> - 2015-10-05 17:40 +0200
[PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG Daniel Thompson <daniel.thompson@linaro.org> - 2015-10-03 22:40 +0200
[PATCH] hwrng: fix simple_return.cocci warnings kbuild test robot <lkp@intel.com> - 2015-10-03 23:10 +0200
Re: [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG kbuild test robot <lkp@intel.com> - 2015-10-03 23:10 +0200
Re: [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2015-10-04 11:00 +0200
Re: [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG Daniel Thompson <daniel.thompson@linaro.org> - 2015-10-05 11:30 +0200
Re: [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG Linus Walleij <linus.walleij@linaro.org> - 2015-10-04 12:40 +0200
Re: [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG Daniel Thompson <daniel.thompson@linaro.org> - 2015-10-05 11:30 +0200
[PATCH 3/3] ARM: dts: stm32f429: Adopt STM32 RNG driver Daniel Thompson <daniel.thompson@linaro.org> - 2015-10-03 22:40 +0200
Re: [PATCH 3/3] ARM: dts: stm32f429: Adopt STM32 RNG driver Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2015-10-04 11:20 +0200
csiph-web