Re: [PATCH 1/2] dm: test: clk: add the test for the ccf gated clock

2020-04-19 Thread Simon Glass
On Mon, 13 Apr 2020 at 06:37, Dario Binacchi 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 allow

[PATCH 1/2] dm: test: clk: add the test for the ccf gated clock

2020-04-13 Thread Dario Binacchi
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 -