Re: [PATCH v3] clk: nuvoton: add read only feature for clk driver

2023-12-15 Thread Sean Anderson
On Tue, 14 Nov 2023 17:00:04 +0800, Jim Liu wrote: > Add a flag to set ahb/apb/fiu/spi clock divider as read-only > The spi clock setting is related to booting flash, it is setup by early > bootloader. > It just protects the clock source and can't modify it in uboot. > > Applied, thanks! [1/1]

Re: [PATCH v3] clk: nuvoton: add read only feature for clk driver

2023-11-14 Thread Sean Anderson
On 11/14/23 04:00, Jim Liu wrote: Add a flag to set ahb/apb/fiu/spi clock divider as read-only The spi clock setting is related to booting flash, it is setup by early bootloader. It just protects the clock source and can't modify it in uboot. Signed-off-by: Jim Liu --- Changes for v3: -

[PATCH v3] clk: nuvoton: add read only feature for clk driver

2023-11-14 Thread Jim Liu
Add a flag to set ahb/apb/fiu/spi clock divider as read-only The spi clock setting is related to booting flash, it is setup by early bootloader. It just protects the clock source and can't modify it in uboot. Signed-off-by: Jim Liu --- Changes for v3: - add commit message Changes for v2: -