> -----Original Message----- > From: Krzysztof Kozlowski [mailto:[email protected]] > Sent: Tuesday, September 29, 2020 4:40 PM > To: Rob Herring <[email protected]>; Shawn Guo <[email protected]>; > Sascha Hauer <[email protected]>; Pengutronix Kernel Team > <[email protected]>; Fabio Estevam <[email protected]>; > dl-linux-imx <[email protected]>; Anson Huang <[email protected]>; > [email protected]; [email protected]; > [email protected] > Cc: Jacky Bai <[email protected]>; Krzysztof Kozlowski <[email protected]> > Subject: [PATCH 3/3] arm64: dts: imx8mp: adjust GIC CPU mask to match > number of CPUs > > i.MX 8M Plus has four Cortex-A CPUs, not six. Using higher value is harmless > but adjust it to match real HW. > > Signed-off-by: Krzysztof Kozlowski <[email protected]>
For this patchset Reviewed-by: Jacky Bai <[email protected]> BR > --- > arch/arm64/boot/dts/freescale/imx8mp.dtsi | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi > b/arch/arm64/boot/dts/freescale/imx8mp.dtsi > index 6038f66aefc1..c69c206068a4 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi > +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi > @@ -202,10 +202,10 @@ > > timer { > compatible = "arm,armv8-timer"; > - interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(6) | > IRQ_TYPE_LEVEL_LOW)>, > - <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(6) | > IRQ_TYPE_LEVEL_LOW)>, > - <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(6) | > IRQ_TYPE_LEVEL_LOW)>, > - <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(6) | > IRQ_TYPE_LEVEL_LOW)>; > + interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | > IRQ_TYPE_LEVEL_LOW)>, > + <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | > IRQ_TYPE_LEVEL_LOW)>, > + <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | > IRQ_TYPE_LEVEL_LOW)>, > + <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | > IRQ_TYPE_LEVEL_LOW)>; > clock-frequency = <8000000>; > arm,no-tick-in-suspend; > }; > -- > 2.17.1

