mbox series

[0/2] ARM: dts: stm32: Correct masks for GIC PPI interrupts on stm32mp

Message ID 20220221133750.20297-1-alexandre.torgue@foss.st.com (mailing list archive)
Headers show
Series ARM: dts: stm32: Correct masks for GIC PPI interrupts on stm32mp | expand

Message

Alexandre TORGUE Feb. 21, 2022, 1:37 p.m. UTC
Using GIC_CPU_MASK_SIMPLE(x), x should reflect the number of CPUs.

regards
alex

Alexandre Torgue (2):
  ARM: dts: stm32: Correct masks for GIC PPI interrupts on stm32mp13
  ARM: dts: stm32: Correct masks for GIC PPI interrupts on stm32mp15

 arch/arm/boot/dts/stm32mp131.dtsi | 8 ++++----
 arch/arm/boot/dts/stm32mp151.dtsi | 8 ++++----
 arch/arm/boot/dts/stm32mp153.dtsi | 7 +++++++
 3 files changed, 15 insertions(+), 8 deletions(-)

Comments

Marc Zyngier Feb. 21, 2022, 4:16 p.m. UTC | #1
On Mon, 21 Feb 2022 13:37:48 +0000,
Alexandre Torgue <alexandre.torgue@foss.st.com> wrote:
> 
> Using GIC_CPU_MASK_SIMPLE(x), x should reflect the number of CPUs.
> 
> regards
> alex
> 
> Alexandre Torgue (2):
>   ARM: dts: stm32: Correct masks for GIC PPI interrupts on stm32mp13
>   ARM: dts: stm32: Correct masks for GIC PPI interrupts on stm32mp15
> 
>  arch/arm/boot/dts/stm32mp131.dtsi | 8 ++++----
>  arch/arm/boot/dts/stm32mp151.dtsi | 8 ++++----
>  arch/arm/boot/dts/stm32mp153.dtsi | 7 +++++++
>  3 files changed, 15 insertions(+), 8 deletions(-)

FWIW:

Acked-by: Marc Zyngier <maz@kernel.org>

	M.