Re: [U-Boot] [PATCH V3 4/4] sandbox: clk: add clk enable/disable test code

2019-08-23 Thread Simon Glass
On Wed, 21 Aug 2019 at 07:35, Peng Fan wrote: > > Since we added clk enable_count and prograte clk child enabling > operation to clk parent, so add a new function sandbox_clk_enable_count > to get enable_count for test usage. > > And add test code to get the enable_count after we enable/disable >

[U-Boot] [PATCH V3 4/4] sandbox: clk: add clk enable/disable test code

2019-08-21 Thread Peng Fan
Since we added clk enable_count and prograte clk child enabling operation to clk parent, so add a new function sandbox_clk_enable_count to get enable_count for test usage. And add test code to get the enable_count after we enable/disable the device clk. Signed-off-by: Peng Fan --- V3: Fix