diff options
author | Konrad Dybcio <konradybcio@gmail.com> | 2020-07-26 14:11:58 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-07-28 01:16:17 +0300 |
commit | b538304da7855f4e31f91f915f259936eb67a1e6 (patch) | |
tree | 46857fc50477e6d69cb5d087e004b141ebc9f668 /include/dt-bindings | |
parent | edab812d802d248e3d07719c036a865c67ad3a87 (diff) | |
download | linux-b538304da7855f4e31f91f915f259936eb67a1e6.tar.xz |
clk: qcom: gcc-sdm660: Add missing modem reset
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>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/qcom,gcc-sdm660.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,gcc-sdm660.h b/include/dt-bindings/clock/qcom,gcc-sdm660.h index 468302282913..df8a6f3d367e 100644 --- a/include/dt-bindings/clock/qcom,gcc-sdm660.h +++ b/include/dt-bindings/clock/qcom,gcc-sdm660.h @@ -152,5 +152,6 @@ #define GCC_USB_20_BCR 6 #define GCC_USB_30_BCR 7 #define GCC_USB_PHY_CFG_AHB2PHY_BCR 8 +#define GCC_MSS_RESTART 9 #endif |