Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Konrad Dybcio and committed by
Stephen Boyd
b538304d edab812d

+2
+1
drivers/clk/qcom/gcc-sdm660.c
··· 2402 2402 [GCC_USB_20_BCR] = { 0x2f000 }, 2403 2403 [GCC_USB_30_BCR] = { 0xf000 }, 2404 2404 [GCC_USB_PHY_CFG_AHB2PHY_BCR] = { 0x6a000 }, 2405 + [GCC_MSS_RESTART] = { 0x79000 }, 2405 2406 }; 2406 2407 2407 2408 static const struct regmap_config gcc_sdm660_regmap_config = {
+1
include/dt-bindings/clock/qcom,gcc-sdm660.h
··· 152 152 #define GCC_USB_20_BCR 6 153 153 #define GCC_USB_30_BCR 7 154 154 #define GCC_USB_PHY_CFG_AHB2PHY_BCR 8 155 + #define GCC_MSS_RESTART 9 155 156 156 157 #endif