mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
qualcommax: ipq50xx: fix XO board clock rate for Yuncore AX850
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Commit468975a985changed the XO board clock definition from a fixed clock to a fixed rate clock in the dtsi. As such, boards must use clock dividers and multipliers to calculate the clock rate based on the referenced parent clock. Fixes:5d2994a73e("qualcommax: ipq50xx: Add support for Yuncore AX850") Signed-off-by: George Moussalem <george.moussalem@outlook.com> Link: https://github.com/openwrt/openwrt/pull/20405 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
296f1cfe88
commit
c035447afd
1 changed files with 2 additions and 1 deletions
|
|
@ -147,7 +147,8 @@
|
|||
};
|
||||
|
||||
&xo_board_clk {
|
||||
clock-frequency = <24000000>;
|
||||
clock-div = <4>;
|
||||
clock-mult = <1>;
|
||||
};
|
||||
|
||||
&blsp1_uart1 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue