On Mon, 06 Jul 2026 08:35:00 +0000,
[email protected]
<[email protected]> wrote:
> diff --git a/drivers/clk/ti/ehrpwm-tbclk.c b/drivers/clk/ti/ehrpwm-tbclk.c
> new file mode 100644
> index 00000000000..d03c009027a
> --- /dev/null
> +++ b/drivers/clk/ti/ehrpwm-tbclk.c
> @@ -0,0 +1,66 @@
> +// SPDX-License-Identifier: GPL-2.0+
> +/*
> + *
> + * Copyright (C) 2026 Schneider Electric - https://se.com
> + * Théodore Oviguian <[email protected]>
> + */
> +#include <clk-uclass.h>
> +#include <dm.h>
> +#include <asm/io.h>
> +#include <stdint.h>
stdint.h is not needed
> [ ... skip 25 lines ... ]
> +static ulong ehrpwm_tbclk_get_rate(struct clk *clk)
> +{
> + return 0;
> +}
> +
> +static struct clk_ops ehrpwm_tbclk_ops = {
const?
--
Neha Malcom Francis <[email protected]>