mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +00:00
clk: qcom: Add GCC_MSS_RESET support
Add support to use reset control framework for resetting MSS with hexagon v56 1.5.0. Signed-off-by: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
edc6da239a
commit
4263499a6e
@ -3448,6 +3448,7 @@ static const struct qcom_reset_map gcc_msm8996_resets[] = {
|
|||||||
[GCC_MSMPU_BCR] = { 0x8d000 },
|
[GCC_MSMPU_BCR] = { 0x8d000 },
|
||||||
[GCC_MSS_Q6_BCR] = { 0x8e000 },
|
[GCC_MSS_Q6_BCR] = { 0x8e000 },
|
||||||
[GCC_QREFS_VBG_CAL_BCR] = { 0x88020 },
|
[GCC_QREFS_VBG_CAL_BCR] = { 0x88020 },
|
||||||
|
[GCC_MSS_RESTART] = { 0x8f008 },
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct regmap_config gcc_msm8996_regmap_config = {
|
static const struct regmap_config gcc_msm8996_regmap_config = {
|
||||||
|
@ -339,6 +339,7 @@
|
|||||||
#define GCC_PCIE_PHY_COM_NOCSR_BCR 102
|
#define GCC_PCIE_PHY_COM_NOCSR_BCR 102
|
||||||
#define GCC_USB3_PHY_BCR 103
|
#define GCC_USB3_PHY_BCR 103
|
||||||
#define GCC_USB3PHY_PHY_BCR 104
|
#define GCC_USB3PHY_PHY_BCR 104
|
||||||
|
#define GCC_MSS_RESTART 105
|
||||||
|
|
||||||
|
|
||||||
/* Indexes for GDSCs */
|
/* Indexes for GDSCs */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user