Re: [U-Boot] [PATCH 12/25] clk: Extend clock control with an optional data field

2018-08-24 Thread Tom Rini
On Tue, Aug 21, 2018 at 08:01:50PM +0530, Lokesh Vutla wrote: > From: Andreas Dannenberg > > Some systems require more than a single ID to identify and configure any > clock provider. For those scenarios add an optional data field to the > clock control structure. > > Signed-off-by: Andreas

[U-Boot] [PATCH 12/25] clk: Extend clock control with an optional data field

2018-08-21 Thread Lokesh Vutla
From: Andreas Dannenberg Some systems require more than a single ID to identify and configure any clock provider. For those scenarios add an optional data field to the clock control structure. Signed-off-by: Andreas Dannenberg Signed-off-by: Lokesh Vutla --- include/clk.h | 12 +++-