Re: [PATCH v2 2/3] clk: ti: Add support to enable configs conditionally

2023-09-12 Thread Nishanth Menon
On 18:36-20230912, Udit Kumar wrote: > TI SOC has two clock domains CLK_TI_SCI and > CLK_K3. These are mutually exclusive. > > Adding conditional check for CLK_TI_SCI > and CLK_K3 along with other associated configs options. > > Suggested-by: Nishanth Menon > Signed-off-by: Udit Kumar > --- >

[PATCH v2 2/3] clk: ti: Add support to enable configs conditionally

2023-09-12 Thread Udit Kumar
TI SOC has two clock domains CLK_TI_SCI and CLK_K3. These are mutually exclusive. Adding conditional check for CLK_TI_SCI and CLK_K3 along with other associated configs options. Suggested-by: Nishanth Menon Signed-off-by: Udit Kumar --- drivers/clk/ti/Kconfig | 8 1 file changed, 4 in