diff options
| author | Rosen Penev | 2018-01-21 03:56:33 +0000 |
|---|---|---|
| committer | Mathias Kresin | 2018-01-24 06:33:42 +0000 |
| commit | c25d9cbde8297452978cbd70937fe91434546ded (patch) | |
| tree | c6dd7bebe99a5b707628713cb21571abb27e943f | |
| parent | 059b2f548184cc6f0e8a4d4be40a06fc5c49a24f (diff) | |
| download | openwrt-c25d9cbde8297452978cbd70937fe91434546ded.tar.gz | |
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>
| -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 { |