Hi,
On 5/27/25 15:27, Patrice Chotard wrote:
From: Patrick Delaunay <[email protected]>
Update the sandbox driver to allow support of the
CONFIG_CLK_AUTO_ID by using the new API clk_get_id()
to get the internal SANDBOX identifier.
With CONFIG_CLK_AUTO_ID, clk->id have the also seq identifier.
Signed-off-by: Patrick Delaunay <[email protected]>
Signed-off-by: Patrice Chotard <[email protected]>
Cc: Lukasz Majewski <[email protected]>
Cc: Sean Anderson <[email protected]>
---
(no changes since v1)
drivers/clk/clk_sandbox.c | 30 +++++++++++++---------
drivers/clk/clk_sandbox_ccf.c | 48 +++++++++++++++++------------------
2 files changed, 42 insertions(+), 36 deletions(-)
Reviewed-by: Patrick Delaunay <[email protected]>
Thanks
Patrick