commit | d10c80c81ee3eb9dddc9cb23057be42434e65d1f | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Mon Aug 27 15:57:35 2018 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 11 08:32:55 2018 -0400 |
tree | 96bd8bef3b3f4036f2b9cc2e51e311590e1d537e | |
parent | 24a4d5ece20b2e2b2ee14d87fe2383a5180bad4a [diff] |
firmware: ti_sci: Add support for clock control In general, we expect to function at a device level of abstraction, however, for proper operation of hardware blocks, many clocks directly supplying the hardware block needs to be queried or configured. Introduce support for the set of SCI message protocol support that provide us with this capability. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com>