Re: [PATCH] clk: rockchip: rk3399: Add SCLK_UART4_PMU support

2024-04-02 Thread Quentin Schulz
Hi, On 4/2/24 12:01, xiaofengvskuye wrote: [You don't often get email from xiaofengvsk...@hotmail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] The SCLK_UART4_PMU clocks is used as reference clock for UART4 block. Add simple support to get rate of

[PATCH] clk: rockchip: rk3399: Add SCLK_UART4_PMU support

2024-04-02 Thread xiaofengvskuye
The SCLK_UART4_PMU clocks is used as reference clock for UART4 block. Add simple support to get rate of SCLK_UART4_PMU clocks to fix reference clock period configuration. Signed-off-by: xiaofengvskuye --- drivers/clk/rockchip/clk_rk3399.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

[PATCH] clk: rockchip: rk3399: Add SCLK_UART4_PMU support

2024-04-02 Thread xiaofengvskuye
The SCLK_UART4_PMU clocks is used as reference clock for UART4 block. Add simple support to get rate of SCLK_UART4_PMU clocks to fix reference clock period configuration. Signed-off-by: xiaofengvskuye --- drivers/clk/rockchip/clk_rk3399.c | 2 ++ 1 file changed, 2 insertions(+) diff --git