Re: [U-Boot] [PATCH v1 5/5] test: clk: test clock self assignment

2019-10-29 Thread Simon Glass
On Mon, 30 Sep 2019 at 06:29, Jean-Jacques Hiblot wrote: > > Make sure that the clock self-assignment works by having a clock of > clk-sbox be configured automatically when clk-sbox is probed. > > Signed-off-by: Jean-Jacques Hiblot > > --- > > arch/sandbox/dts/test.dts | 2 ++ >

[U-Boot] [PATCH v1 5/5] test: clk: test clock self assignment

2019-09-30 Thread Jean-Jacques Hiblot
Make sure that the clock self-assignment works by having a clock of clk-sbox be configured automatically when clk-sbox is probed. Signed-off-by: Jean-Jacques Hiblot --- arch/sandbox/dts/test.dts | 2 ++ drivers/clk/clk_sandbox.c | 22 ++ test/dm/clk.c | 4