Re: [PATCH v2 12/14] power: regulator: scmi: support SCMI multi-channel

2022-06-13 Thread Jaehoon Chung
On 6/1/22 01:09, Etienne Carriere wrote: > Update SCMI regulator controller driver to get its assigned SCMI channel > during initialization. This change allows SCMI voltage domain protocol > to use a dedicated channel when defined in the DT. The reference is > saved in SCMI regulator controller dri

[PATCH v2 12/14] power: regulator: scmi: support SCMI multi-channel

2022-05-31 Thread Etienne Carriere
Update SCMI regulator controller driver to get its assigned SCMI channel during initialization. This change allows SCMI voltage domain protocol to use a dedicated channel when defined in the DT. The reference is saved in SCMI regulator controller driver private data. Cc: Jaehoon Chung Signed-off-