From: William Zhang Date: Mon, 1 Aug 2022 19:46:45 +0000 (-0700) Subject: ARM: dts: bcmbca: bcm6846: fix timer node cpu mask flag X-Git-Tag: v6.1-rc5~416^2~10^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57d81a9797079065ddfcfcd42b3f94831a9668df;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: bcmbca: bcm6846: 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 BCM6846 dual core SoC. Fixes: de1a99ac0b64 ("ARM: dts: Add DTS files for bcmbca SoC BCM6846") Signed-off-by: William Zhang Link: https://lore.kernel.org/r/20220801194647.29437-1-william.zhang@broadcom.com Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/bcm6846.dtsi b/arch/arm/boot/dts/bcm6846.dtsi index e610c10..b74491a 100644 --- a/arch/arm/boot/dts/bcm6846.dtsi +++ b/arch/arm/boot/dts/bcm6846.dtsi @@ -40,10 +40,10 @@ timer { compatible = "arm,armv7-timer"; - interrupts = , - , - , - ; + interrupts = , + , + , + ; arm,cpu-registers-not-fw-configured; };