[PATCH 3/8] clk: tenstorrent: Add Atlantis clock controller driver

Anirudh Srinivasan asrinivasan at tenstorrent.com
Fri Jan 16 12:46:41 PST 2026


Hi Brian,

On Thu, Jan 15, 2026 at 8:05 PM Brian Masney <bmasney at redhat.com> wrote:
>
> Hi Anirudh,
>
> Thanks for the patch!
>
> Please sort the headers. clk-provider.h is listed twice. Remove the
> unnecessary newlines.
>

Understood, will fix this, the newlines and add the return PTR_ERR(hw)
statements.

>
> Should the parent be defined in device tree instead of statically in the
> driver? devm_of_clk_add_hw_provider() is called below, and it calls
> of_clk_set_defaults(), which will allow the use of the
> assigned-clock-parents and assigned-clocks properties.

Yes, you are right. I will switch it over to this.



More information about the linux-riscv mailing list