commit | 1d1ca6eeb04f4610b9d23bcca86aaea28e1c27ec | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Thu Aug 04 19:57:14 2022 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 26 10:55:45 2022 -0400 |
tree | 797e2d612e8f7e757325aec68eb1d68474939921 | |
parent | dc160a723618a448599f56b09e913b30068dee38 [diff] |
clocks: qcom: Add clock enable callback support Drivers like USB, ethernet etc. uses ".enable" hook to enable clocks. So add corresponding support for Qcom clock drivers. Signed-off-by: Sumit Garg <sumit.garg@linaro.org>