commit | 5f35e284bdcf053481490569c6fab3725ca3b328 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Tue May 31 18:09:26 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 23 13:12:55 2022 -0400 |
tree | 7bcab50ec0dde18793e0eff76692ce981f80420c | |
parent | 528f988a87f83e92556f4f496ac057a561890b9e [diff] |
reset: scmi: support SCMI multi-channel Update SCMI reset controller driver to get its assigned SCMI channel during initialization. This change allows SCMI reset domain protocol to use a dedicated channel when defined in the DT. The reference is saved in SCMI reset controller driver private data. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>