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

2022-05-16 Thread Jaehoon Chung
On 5/13/22 15:26, 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 dr

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

2022-05-12 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-