
Hi,
On 2/11/22 13:07, Etienne Carriere wrote:
Updates sandbox SCMI clock driver and tests since enabling CCF will mandate clock discovery that is all exposed SCMI clocks shall be discovered at initialization. For this reason, sandbox SCMI clock driver must emulate all clocks exposed by SCMI server, not only those effectively consumed by some other U-Boot devices.
Therefore the sandbox SCMI test driver exposes 3 clocks (IDs 0, 1 and 2) and sandbox SCMI clock consumer driver gets 2 of them.
Series-links: 246809
=> "Series-links" to remove : it is a patman token
https://patchwork.ozlabs.org/project/uboot/list/?series=246809&state=*
Cc: Simon Glass sjg@chromium.org Signed-off-by: Etienne Carriere etienne.carriere@linaro.org
arch/sandbox/dts/test.dts | 2 +- arch/sandbox/include/asm/scmi_test.h | 1 - drivers/firmware/scmi/sandbox-scmi_agent.c | 12 +++++------- test/dm/scmi.c | 15 ++++++++++----- 4 files changed, 16 insertions(+), 14 deletions(-)
With this update:
Reviewed-by: Patrick Delaunay patrick.delaunay@foss.st.com
Thanks Patrick