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

clk: qcom: gcc-msm8994: Add modem reset

This will be required to support the modem.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210923162645.23257-7-konrad.dybcio@somainline.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Konrad Dybcio and committed by
Stephen Boyd
a888dc4c 35bb1e6e

+2
+1
drivers/clk/qcom/gcc-msm8994.c
··· 2685 2685 static const struct qcom_reset_map gcc_msm8994_resets[] = { 2686 2686 [USB3_PHY_RESET] = { 0x1400 }, 2687 2687 [USB3PHY_PHY_RESET] = { 0x1404 }, 2688 + [MSS_RESET] = { 0x1680 }, 2688 2689 [PCIE_PHY_0_RESET] = { 0x1b18 }, 2689 2690 [PCIE_PHY_1_RESET] = { 0x1b98 }, 2690 2691 [QUSB2_PHY_RESET] = { 0x04b8 },
+1
include/dt-bindings/clock/qcom,gcc-msm8994.h
··· 174 174 #define PCIE_PHY_0_RESET 2 175 175 #define PCIE_PHY_1_RESET 3 176 176 #define QUSB2_PHY_RESET 4 177 + #define MSS_RESET 5 177 178 178 179 #endif