From: Krzysztof Kozlowski Date: Tue, 29 Sep 2020 08:40:14 +0000 (+0200) Subject: arm64: dts: imx8mn: adjust GIC CPU mask to match number of CPUs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0656e37a8fa87fca12ef255de018a9d80ba23eb8;p=linux.git arm64: dts: imx8mn: adjust GIC CPU mask to match number of CPUs i.MX 8M Nano has four Cortex-A CPUs, not six. Using higher value is harmless but adjust it to match real HW. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Jacky Bai Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi index 746faf1cf2fb7..390fbd2bfa7ef 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi @@ -225,10 +225,10 @@ timer { compatible = "arm,armv8-timer"; - interrupts = , - , - , - ; + interrupts = , + , + , + ; clock-frequency = <8000000>; arm,no-tick-in-suspend; };