Skip to content

Commit b4a544e

Browse files
William Zhangffainelli
authored andcommitted
arm64: dts: broadcom: bcm4908: Fix timer node for BCM4906 SoC
The cpu mask value in interrupt property inherits from bcm4908.dtsi which sets to four cpus. Correct the value to two cpus for dual core BCM4906 SoC. Fixes: c8b404f ("arm64: dts: broadcom: bcm4908: add BCM4906 Netgear R8000P DTS files") Signed-off-by: William Zhang <william.zhang@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent f2906aa commit b4a544e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/broadcom/bcm4908/bcm4906.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
/delete-node/ cpu@3;
1010
};
1111

12+
timer {
13+
compatible = "arm,armv8-timer";
14+
interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
15+
<GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
16+
<GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
17+
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
18+
};
19+
1220
pmu {
1321
compatible = "arm,cortex-a53-pmu";
1422
interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)