summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/qcom,gcc-sdm660.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clk: qcom: gcc-sdm660: Add missing modem resetKonrad Dybcio2020-07-281-0/+1
| | | | | | | | | | This will be required in order to support the modem upstream. Signed-off-by: Konrad Dybcio <konradybcio@gmail.com> Link: https://lore.kernel.org/r/20200726111215.22361-2-konradybcio@gmail.com Fixes: f2a76a2955c0 ("clk: qcom: Add Global Clock controller (GCC) driver for SDM660") Signed-off-by: Stephen Boyd <sboyd@kernel.org>
* clk: qcom: Add Global Clock controller (GCC) driver for SDM660Taniya Das2018-10-171-0/+156
Add support for the global clock controller found on SDM660 based devices. This should allow most non-multimedia device drivers to probe and control their clocks. Based on CAF implementation. Signed-off-by: Taniya Das <tdas@codeaurora.org> [craig: rename parents to fit upstream, and other cleanups] Signed-off-by: Craig Tatlor <ctatlor97@gmail.com> Acked-by: Rob Herring <robh@kernel.org> [sboyd@kernel.org: Rename gcc_660 to gcc_sdm660 and fix numbering of defines to avoid duplicates] Signed-off-by: Stephen Boyd <sboyd@kernel.org>