ARM: dts: stm32: remove unused rng interrupt on stm32f429

Interrupt has never be used in rng driver so remove it from DT.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Benjamin Gaignard 2019-11-15 11:06:51 +01:00 committed by Alexandre Torgue
parent 91ad4af4b2
commit ac4533a816

View file

@ -789,7 +789,6 @@
rng: rng@50060800 {
compatible = "st,stm32-rng";
reg = <0x50060800 0x400>;
interrupts = <80>;
clocks = <&rcc 0 STM32F4_AHB2_CLOCK(RNG)>;
};