Hi,
On 5/27/25 15:27, Patrice Chotard wrote:
From: Patrick Delaunay <patrick.delau...@foss.st.com>
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 <patrick.delau...@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chot...@foss.st.com>
Cc: Lukasz Majewski <lu...@denx.de>
Cc: Sean Anderson <sean...@gmail.com>
---
(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 <patrick.delau...@foss.st.com>
Thanks
Patrick