ARM: dts: stm32f429: Adopt STM32 RNG driver
authorDaniel Thompson <daniel.thompson@linaro.org>
Mon, 12 Oct 2015 08:21:30 +0000 (09:21 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 14 Oct 2015 14:23:37 +0000 (22:23 +0800)
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>
Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm/boot/dts/stm32f429.dtsi

index d78a481..5e1e234 100644 (file)
                        reg = <0x40023800 0x400>;
                        clocks = <&clk_hse>;
                };
+
+               rng: rng@50060800 {
+                       compatible = "st,stm32-rng";
+                       reg = <0x50060800 0x400>;
+                       interrupts = <80>;
+                       clocks = <&rcc 0 38>;
+               };
        };
 };