summaryrefslogtreecommitdiff
path: root/drivers/clk/tegra/clk-bpmp.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-03clk: tegra: Add BPMP clock driverThierry Reding1-0/+620
This driver uses the services provided by the BPMP firmware driver to implement a clock driver based on the MRQ_CLK request. This part of the BPMP ABI provides a means to enumerate and control clocks and should allow the driver to work on any chip that supports this ABI. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>