]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: ti: clk-k3: use IS_ENABLED macro and fix the clock-data order
authorJayesh Choudhary <j-choudhary@ti.com>
Wed, 12 Jun 2024 09:11:13 +0000 (14:41 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 19 Jun 2024 18:07:43 +0000 (12:07 -0600)
commit1538d86ad73db8688eac3e15a31bf94167217586
tree368f94291bf97c761fdb122f4d981320ddf433d1
parentc826deebe2158e2b74f6057b028d00357cff38f0
clk: ti: clk-k3: use IS_ENABLED macro and fix the clock-data order

Use IS_ENABLED macro for the platform clock-data list and add them
in alphabetical order.

Reviewed-by: Bryan Brattlof <bb@ti.com>
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
drivers/clk/ti/clk-k3.c