devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: stm32: remove unused rng interrupt
@ 2019-11-15 10:06 Benjamin Gaignard
  2019-11-15 18:17 ` Alexandre Torgue
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Gaignard @ 2019-11-15 10:06 UTC (permalink / raw)
  To: alexandre.torgue, robh+dt, mark.rutland, lionel.debieve
  Cc: linux-stm32, linux-arm-kernel, devicetree, linux-kernel,
	Benjamin Gaignard

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

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
---
 arch/arm/boot/dts/stm32f429.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
index 5c8a826b3195..196817da0c1d 100644
--- a/arch/arm/boot/dts/stm32f429.dtsi
+++ b/arch/arm/boot/dts/stm32f429.dtsi
@@ -789,7 +789,6 @@
 		rng: rng@50060800 {
 			compatible = "st,stm32-rng";
 			reg = <0x50060800 0x400>;
-			interrupts = <80>;
 			clocks = <&rcc 0 STM32F4_AHB2_CLOCK(RNG)>;
 
 		};
-- 
2.15.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: stm32: remove unused rng interrupt
  2019-11-15 10:06 [PATCH] ARM: dts: stm32: remove unused rng interrupt Benjamin Gaignard
@ 2019-11-15 18:17 ` Alexandre Torgue
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Torgue @ 2019-11-15 18:17 UTC (permalink / raw)
  To: Benjamin Gaignard, robh+dt, mark.rutland, lionel.debieve
  Cc: linux-stm32, linux-arm-kernel, devicetree, linux-kernel

Hi

On 11/15/19 11:06 AM, Benjamin Gaignard wrote:
> Interrupt has never be used in rng driver so remove it from DT.
> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> ---
>   arch/arm/boot/dts/stm32f429.dtsi | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
> index 5c8a826b3195..196817da0c1d 100644
> --- a/arch/arm/boot/dts/stm32f429.dtsi
> +++ b/arch/arm/boot/dts/stm32f429.dtsi
> @@ -789,7 +789,6 @@
>   		rng: rng@50060800 {
>   			compatible = "st,stm32-rng";
>   			reg = <0x50060800 0x400>;
> -			interrupts = <80>;
>   			clocks = <&rcc 0 STM32F4_AHB2_CLOCK(RNG)>;
>   
>   		};
> 

Applied on stm32-next. Next time, please indicate (at least in the 
commit title) for which SOC the patch is targeted.

Alex

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-15 18:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-15 10:06 [PATCH] ARM: dts: stm32: remove unused rng interrupt Benjamin Gaignard
2019-11-15 18:17 ` Alexandre Torgue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).