mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
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>
This commit is contained in:
committed by
Stephen Boyd
parent
35bb1e6ece
commit
a888dc4cae
@@ -2685,6 +2685,7 @@ static struct gdsc *gcc_msm8994_gdscs[] = {
|
|||||||
static const struct qcom_reset_map gcc_msm8994_resets[] = {
|
static const struct qcom_reset_map gcc_msm8994_resets[] = {
|
||||||
[USB3_PHY_RESET] = { 0x1400 },
|
[USB3_PHY_RESET] = { 0x1400 },
|
||||||
[USB3PHY_PHY_RESET] = { 0x1404 },
|
[USB3PHY_PHY_RESET] = { 0x1404 },
|
||||||
|
[MSS_RESET] = { 0x1680 },
|
||||||
[PCIE_PHY_0_RESET] = { 0x1b18 },
|
[PCIE_PHY_0_RESET] = { 0x1b18 },
|
||||||
[PCIE_PHY_1_RESET] = { 0x1b98 },
|
[PCIE_PHY_1_RESET] = { 0x1b98 },
|
||||||
[QUSB2_PHY_RESET] = { 0x04b8 },
|
[QUSB2_PHY_RESET] = { 0x04b8 },
|
||||||
|
|||||||
@@ -174,5 +174,6 @@
|
|||||||
#define PCIE_PHY_0_RESET 2
|
#define PCIE_PHY_0_RESET 2
|
||||||
#define PCIE_PHY_1_RESET 3
|
#define PCIE_PHY_1_RESET 3
|
||||||
#define QUSB2_PHY_RESET 4
|
#define QUSB2_PHY_RESET 4
|
||||||
|
#define MSS_RESET 5
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user