Loading
!14889 clk: ralink: mtmips: clock fixes for Ralink SoCs
Merge Pull Request from: @ci-robot PR sync from: Tirui Yin <yintirui@huawei.com> https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/message/B7NY3GDDOCXLU56DZGXUHA45M72ES2UV/ The following series contains two patches that address clock-related issues in the Ralink SoC family: - The first patch introduces a missing 'periph' clock to the RT3883 SoC's clock plan. This corrects issues with peripherals such as UART, I2C, I2S, and UARTlite, which previously relied on an undefined 'periph' clock. - The second patch ensures proper probe order of base clocks for older Ralink SoCs (RT2880, RT305x, and RT3883) by defining the 'xtal' clock first. This eliminates boot warnings and ensures that dependent clocks are set up correctly from the start. Sergio Paracuellos (2): clk: ralink: mtmips: fix clock plan for Ralink SoC RT3883 clk: ralink: mtmips: fix clocks probe order in oldest ralink SoCs -- 2.22.0 https://gitee.com/src-openeuler/kernel/issues/IBEAEQ Link:https://gitee.com/openeuler/kernel/pulls/14889 Reviewed-by:Zhang Peng <zhangpeng362@huawei.com> Signed-off-by:
Zhang Peng <zhangpeng362@huawei.com>