On Mon, 13 Apr 2020 at 06:37, Dario Binacchi <dario...@libero.it> wrote: > > Unlike the other clock types, in the case of the gated clock, a new > driver has been developed which does not use the registering routine > provided by the common clock framework. > The addition of the ecspi0 clock to sandbox therefore allows testing > the ccf gate clock. > > Signed-off-by: Dario Binacchi <dario...@libero.it> > --- > > drivers/clk/clk_sandbox_ccf.c | 4 ++++ > include/sandbox-clk.h | 8 ++++++++ > test/dm/clk_ccf.c | 8 ++++++++ > 3 files changed, 20 insertions(+)
Reviewed-by: Simon Glass <s...@chromium.org>