From: William Zhang Date: Mon, 1 Aug 2022 19:44:45 +0000 (-0700) Subject: ARM: dts: bcmbca: bcm63178: fix timer node cpu mask flag X-Git-Tag: v6.1-rc5~416^2~10^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1475cdec17b30049c0dd69094c4ebf6e018e7c1;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: bcmbca: bcm63178: 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 three cpus for BCM63178 triple core SoC. Fixes: fc85b7e64acb ("ARM: dts: add dts files for bcmbca soc 63178") Signed-off-by: William Zhang Link: https://lore.kernel.org/r/20220801194448.29363-1-william.zhang@broadcom.com Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/bcm63178.dtsi b/arch/arm/boot/dts/bcm63178.dtsi index 5463443..14d2c5b 100644 --- a/arch/arm/boot/dts/bcm63178.dtsi +++ b/arch/arm/boot/dts/bcm63178.dtsi @@ -46,10 +46,10 @@ timer { compatible = "arm,armv7-timer"; - interrupts = , - , - , - ; + interrupts = , + , + , + ; arm,cpu-registers-not-fw-configured; };