Commit a888dc4c authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Stephen Boyd
Browse files

clk: qcom: gcc-msm8994: Add modem reset

parent 35bb1e6e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2685,6 +2685,7 @@ static struct gdsc *gcc_msm8994_gdscs[] = {
static const struct qcom_reset_map gcc_msm8994_resets[] = {
	[USB3_PHY_RESET] = { 0x1400 },
	[USB3PHY_PHY_RESET] = { 0x1404 },
	[MSS_RESET] = { 0x1680 },
	[PCIE_PHY_0_RESET] = { 0x1b18 },
	[PCIE_PHY_1_RESET] = { 0x1b98 },
	[QUSB2_PHY_RESET] = { 0x04b8 },
+1 −0
Original line number Diff line number Diff line
@@ -174,5 +174,6 @@
#define PCIE_PHY_0_RESET		2
#define PCIE_PHY_1_RESET		3
#define QUSB2_PHY_RESET			4
#define MSS_RESET				5

#endif