diff options
author | Amit Nischal <anischal@codeaurora.org> | 2018-06-11 12:08:15 +0530 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-07-03 10:10:36 -0700 |
commit | cfb8282e18e292a8efc4d13ea1e4547a47dfb2d0 (patch) | |
tree | 493de635cf96dc0db70e2b89945f0e742bba2714 /include/dt-bindings/clock/qcom,gcc-sdm845.h | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) | |
download | linux-cfb8282e18e292a8efc4d13ea1e4547a47dfb2d0.tar.bz2 |
clk: qcom: Enable clocks which needs to be always on for SDM845
There are certain clocks which needs to be always enabled for system
operation. Add support for the same by adding 'CLK_IS_CRITICAL' flag
for such clocks.
Signed-off-by: Amit Nischal <anischal@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock/qcom,gcc-sdm845.h')
-rw-r--r-- | include/dt-bindings/clock/qcom,gcc-sdm845.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,gcc-sdm845.h b/include/dt-bindings/clock/qcom,gcc-sdm845.h index aca61264f12c..f96fc2dbf60e 100644 --- a/include/dt-bindings/clock/qcom,gcc-sdm845.h +++ b/include/dt-bindings/clock/qcom,gcc-sdm845.h @@ -192,6 +192,8 @@ #define GCC_VS_CTRL_CLK_SRC 182 #define GCC_VSENSOR_CLK_SRC 183 #define GPLL4 184 +#define GCC_CPUSS_DVM_BUS_CLK 185 +#define GCC_CPUSS_GNOC_CLK 186 /* GCC Resets */ #define GCC_MMSS_BCR 0 |