[openwrt/openwrt] ramips: Fix GB-PC1 cpuclock again

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 23 22:36:40 PST 2018


mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/c25d9cbde8297452978cbd70937fe91434546ded

commit c25d9cbde8297452978cbd70937fe91434546ded
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sat Jan 20 19:56:33 2018 -0800

    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 at gmail.com>
---
 target/linux/ramips/dts/GB-PC1.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/dts/GB-PC1.dts b/target/linux/ramips/dts/GB-PC1.dts
index 664dfa1..47e1377 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 {



More information about the lede-commits mailing list