From: Krzysztof Kozlowski Date: Tue, 29 Sep 2020 08:40:15 +0000 (+0200) Subject: arm64: dts: imx8mp: adjust GIC CPU mask to match number of CPUs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=061883e690ebf6fc5a17fdf55249a3b8d5c111fe;p=linux.git 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 Reviewed-by: Jacky Bai Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index 6038f66aefc10..c69c206068a47 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 = , - , - , - ; + interrupts = , + , + , + ; clock-frequency = <8000000>; arm,no-tick-in-suspend; };