diff options
| author | John Crispin <[email protected]> | 2017-04-26 17:25:50 +0800 |
|---|---|---|
| committer | Matthias Brugger <[email protected]> | 2017-05-09 18:34:49 +0200 |
| commit | 7e6c7fe95e3d0be80d0d05a2efde5c8fb97602ba (patch) | |
| tree | 299d1ffac8ae364b6d127b97742e137032af2feb | |
| parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) | |
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]>
| -rw-r--r-- | arch/arm/boot/dts/mt7623.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi index 402579ab70d2..3a9e9b6aea68 100644 --- a/arch/arm/boot/dts/mt7623.dtsi +++ b/arch/arm/boot/dts/mt7623.dtsi @@ -72,6 +72,8 @@ <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>, <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>, <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; + clock-frequency = <13000000>; + arm,cpu-registers-not-fw-configured; }; watchdog: watchdog@10007000 { |