diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-01-20 19:56:33 -0800 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-24 07:33:42 +0100 |
commit | c25d9cbde8297452978cbd70937fe91434546ded (patch) | |
tree | c6dd7bebe99a5b707628713cb21571abb27e943f /target/linux/ramips | |
parent | 059b2f548184cc6f0e8a4d4be40a06fc5c49a24f (diff) | |
download | upstream-c25d9cbde8297452978cbd70937fe91434546ded.tar.gz upstream-c25d9cbde8297452978cbd70937fe91434546ded.tar.bz2 upstream-c25d9cbde8297452978cbd70937fe91434546ded.zip |
ramips: Fix GB-PC1 cpuclock again
The intended frequency is 900 MHz, not 90.
Fixes: 7059ab48a6d5 ("ramips: fix cpuclock for the GB-PC1")
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/GB-PC1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/GB-PC1.dts b/target/linux/ramips/dts/GB-PC1.dts index 664dfa1efd..47e1377989 100644 --- a/target/linux/ramips/dts/GB-PC1.dts +++ b/target/linux/ramips/dts/GB-PC1.dts @@ -104,7 +104,7 @@ &cpuclock { compatible = "fixed-clock"; - clock-frequency = <90000000>; + clock-frequency = <900000000>; }; &pcie { |