From: William Zhang Date: Mon, 1 Aug 2022 19:47:53 +0000 (-0700) Subject: ARM: dts: bcmbca: bcm6878: fix timer node cpu mask flag X-Git-Tag: v6.1-rc5~416^2~10^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=925fbca46d4b128cf5530ead5422bb697232c1a5;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: bcmbca: bcm6878: fix timer node cpu mask flag The cpu mask flag value should match the number of cpu cores in the chip. Correct the value to two cpus for BCM6878 dual core SoC. Fixes: 6bcad714e173 ("ARM: dts: Add DTS files for bcmbca SoC BCM6878") Signed-off-by: William Zhang Link: https://lore.kernel.org/r/20220801194754.29492-1-william.zhang@broadcom.com Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/bcm6878.dtsi b/arch/arm/boot/dts/bcm6878.dtsi index a7dff59..6dd3d2d 100644 --- a/arch/arm/boot/dts/bcm6878.dtsi +++ b/arch/arm/boot/dts/bcm6878.dtsi @@ -39,10 +39,10 @@ timer { compatible = "arm,armv7-timer"; - interrupts = , - , - , - ; + interrupts = , + , + , + ; arm,cpu-registers-not-fw-configured; };