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

2023-11-13 Thread Sean Anderson
Hi Jim, On 11/12/23 21:42, Jim Liu wrote: Hi Sean Thanks for your review. The spi clock setting is related to booting flash, it is setup by early bootloader and we don't want u-boot to change it Makes sense. Please add this to your commit message if you do a v3. Reviewed-by: Sean Anderson

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

2023-11-12 Thread Jim Liu
Hi Sean Thanks for your review. The spi clock setting is related to booting flash, it is setup by early bootloader and we don't want u-boot to change it Best regards, Jim On Thu, Nov 9, 2023 at 2:07 AM Sean Anderson wrote: > > On 11/7/23 04:01, Jim Liu wrote: > > Add a flag to set

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

2023-11-08 Thread Sean Anderson
On 11/7/23 04:01, Jim Liu wrote: Add a flag to set ahb/apb/fiu clock divider as read-only It just protects the clock source and can't modify it in uboot. Thanks for adding this Signed-off-by: Jim Liu --- Changes for v2: - add commit message --- drivers/clk/nuvoton/clk_npcm.c| 15

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

2023-11-07 Thread Jim Liu
Add a flag to set ahb/apb/fiu clock divider as read-only It just protects the clock source and can't modify it in uboot. Signed-off-by: Jim Liu --- Changes for v2: - add commit message --- drivers/clk/nuvoton/clk_npcm.c| 15 --- drivers/clk/nuvoton/clk_npcm.h| 1 +