mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 11:00:54 +07:00
clk: gcc-msm8996: add missing pcie phy reset lines
This patch adds missing 2 PCIE common reset lines. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
ce61966c05
commit
62d157587e
@ -3404,6 +3404,8 @@ static const struct qcom_reset_map gcc_msm8996_resets[] = {
|
||||
[GCC_PCIE_2_BCR] = { 0x6e000 },
|
||||
[GCC_PCIE_2_PHY_BCR] = { 0x6e038 },
|
||||
[GCC_PCIE_PHY_BCR] = { 0x6f000 },
|
||||
[GCC_PCIE_PHY_COM_BCR] = { 0x6f014 },
|
||||
[GCC_PCIE_PHY_COM_NOCSR_BCR] = { 0x6f00c },
|
||||
[GCC_DCD_BCR] = { 0x70000 },
|
||||
[GCC_OBT_ODT_BCR] = { 0x73000 },
|
||||
[GCC_UFS_BCR] = { 0x75000 },
|
||||
|
@ -335,6 +335,9 @@
|
||||
#define GCC_MSMPU_BCR 98
|
||||
#define GCC_MSS_Q6_BCR 99
|
||||
#define GCC_QREFS_VBG_CAL_BCR 100
|
||||
#define GCC_PCIE_PHY_COM_BCR 101
|
||||
#define GCC_PCIE_PHY_COM_NOCSR_BCR 102
|
||||
|
||||
|
||||
/* Indexes for GDSCs */
|
||||
#define AGGRE0_NOC_GDSC 0
|
||||
|
Loading…
Reference in New Issue
Block a user