diff mbox

[3/3] ARM: dts: stm32f429: Adopt STM32 RNG driver

Message ID 1443904519-24012-4-git-send-email-daniel.thompson@linaro.org
State Superseded
Headers show

Commit Message

Daniel Thompson Oct. 3, 2015, 8:35 p.m. UTC
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(+)

Comments

Maxime Coquelin Oct. 4, 2015, 9:09 a.m. UTC | #1
Hi Daniel,

On 10/03/2015 10:35 PM, Daniel Thompson wrote:
> 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(+)
>

Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>

I will queue it to STM32 tree as soon as the DT bindings are accepted.

Thanks,
Maxime
diff mbox

Patch

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>;
+		};
 	};
 };