Re: [RFC PATCH 05/15] clk: ti: clk-k3: use IS_ENABLED macro and fix the clock-data order

2024-04-04 Thread Bryan Brattlof
On April 4, 2024 thus sayeth Jayesh Choudhary: > Use IS_ENABLED macro for the platform clock-data list and add them > in alphabetical order. > > Signed-off-by: Jayesh Choudhary > --- > drivers/clk/ti/clk-k3.c | 41 + > 1 file changed, 21 insertions(+),

[RFC PATCH 05/15] clk: ti: clk-k3: use IS_ENABLED macro and fix the clock-data order

2024-04-04 Thread Jayesh Choudhary
Use IS_ENABLED macro for the platform clock-data list and add them in alphabetical order. Signed-off-by: Jayesh Choudhary --- drivers/clk/ti/clk-k3.c | 41 + 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/drivers/clk/ti/clk-k3.c