Skip to content

Commit 0af18ba

Browse files
rocflyer1abelvesa
authored andcommitted
clk: imx93: Move IMX93_CLK_END macro to clk driver
IMX93_CLK_END was previously defined in imx93-clock.h to indicate the number of clocks. However, it is not part of the ABI. For starters it does no really appear in DTS. But what's more important - new clocks are described later, which contradicts this define in binding header. So move this macro to clock driver. Signed-off-by: Pengfei Li <[email protected]> Reviewed-by: Abel Vesa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abel Vesa <[email protected]>
1 parent cf29525 commit 0af18ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/imx/clk-imx93.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
#include "clk.h"
1717

18+
#define IMX93_CLK_END 202
19+
1820
enum clk_sel {
1921
LOW_SPEED_IO_SEL,
2022
NON_IO_SEL,

0 commit comments

Comments
 (0)