commit | f7954828b8d0defeb6a10371f070ecd29ed192dd | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Wed Sep 04 16:01:32 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 10:07:34 2019 -0400 |
tree | c9f10491d0858a9bfe25f59c485c99212f6f99be | |
parent | 81e39fbd9251bfbef3bc156735e95b67cd7a828f [diff] |
remoteproc: tisci_proc: Add helper api for controlling core power domain Power domain for the remote cores needs to be handled in a right sequence as mandated by the spec. Introduce tisci helper apis that can control power-domains of remote cores. TISCI clients can use this api and control the remote cores power domain instead of hooking it to power-domain layer. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>