diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-04-19 18:35:39 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-13 11:44:53 -0400 |
commit | 80fa40acaa1dad5a0a9c15ed2e5d2e72461843f5 (patch) | |
tree | 80498f86161e2a408c50013384eef0e1c0cbfeb9 /arch/mips/boot | |
parent | 86ce9a340e38bcba664fb11c7ab9ba03fcf5e55e (diff) |
MIPS: BMIPS: Adjust mips-hpt-frequency for BCM7435
The CPU actually runs at 1405Mhz which gives us a 175625000 Hz MIPS timer
frequency (CPU frequency / 8).
Fixes: e4c7d009654a ("MIPS: BMIPS: Add BCM7435 dtsi")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: john@phrozen.org
Cc: cernekee@gmail.com
Cc: jaedon.shin@gmail.com
Patchwork: https://patchwork.linux-mips.org/patch/13132/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm7435.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm7435.dtsi b/arch/mips/boot/dts/brcm/bcm7435.dtsi index cce752b27055..a874d3a0e2ee 100644 --- a/arch/mips/boot/dts/brcm/bcm7435.dtsi +++ b/arch/mips/boot/dts/brcm/bcm7435.dtsi | |||
@@ -7,7 +7,7 @@ | |||
7 | #address-cells = <1>; | 7 | #address-cells = <1>; |
8 | #size-cells = <0>; | 8 | #size-cells = <0>; |
9 | 9 | ||
10 | mips-hpt-frequency = <163125000>; | 10 | mips-hpt-frequency = <175625000>; |
11 | 11 | ||
12 | cpu@0 { | 12 | cpu@0 { |
13 | compatible = "brcm,bmips5200"; | 13 | compatible = "brcm,bmips5200"; |