[openwrt/openwrt] mpc85xx: add localbus frequency for WS-AP3825i

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 8 05:47:19 PDT 2023


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3d43d68333cd24711fed4e6e93382659663f15a0

commit 3d43d68333cd24711fed4e6e93382659663f15a0
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Sun Apr 2 04:25:00 2023 +0200

    mpc85xx: add localbus frequency for WS-AP3825i
    
    This is normally filled by U-Boot.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts
index 7bded5da79..f28ebf05a1 100644
--- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts
+++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts
@@ -299,6 +299,10 @@
 			clock-frequency = <399999996>;
 		};
 	};
+
+	localbus at ffe05000 {
+		bus-frequency = <24999999>;
+	};
 };
 
 /*




More information about the lede-commits mailing list