Skip to content

Commit 7e6c7fe

Browse files
blogicmbgg
authored andcommitted
arm: dts: mt7623: add clock-frequency to the a7 timer node to mt7623.dtsi
We need to tell the driver what the timers frequency is and that the core has not be configured by the bootrom. Not doing so makes the unit not boot. Signed-off-by: John Crispin <[email protected]> Signed-off-by: Sean Wang <[email protected]> Signed-off-by: Matthias Brugger <[email protected]>
1 parent c1ae3cf commit 7e6c7fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/mt7623.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
<GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
7373
<GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
7474
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
75+
clock-frequency = <13000000>;
76+
arm,cpu-registers-not-fw-configured;
7577
};
7678

7779
watchdog: watchdog@10007000 {

0 commit comments

Comments
 (0)