Skip to content

Commit 9bc66f9

Browse files
robimarkoandersson
authored andcommitted
clk: qcom: gcc-ipq4019: add missing networking resets
IPQ4019 has more networking related resets that will be required for future wired networking support, so lets add them. Signed-off-by: Robert Marko <robert.marko@sartura.hr> Link: https://lore.kernel.org/r/20230814104119.96858-2-robert.marko@sartura.hr Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 268edfe commit 9bc66f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/clk/qcom/gcc-ipq4019.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,6 +1686,12 @@ static const struct qcom_reset_map gcc_ipq4019_resets[] = {
16861686
[GCC_TCSR_BCR] = {0x22000, 0},
16871687
[GCC_MPM_BCR] = {0x24000, 0},
16881688
[GCC_SPDM_BCR] = {0x25000, 0},
1689+
[ESS_MAC1_ARES] = {0x1200C, 0},
1690+
[ESS_MAC2_ARES] = {0x1200C, 1},
1691+
[ESS_MAC3_ARES] = {0x1200C, 2},
1692+
[ESS_MAC4_ARES] = {0x1200C, 3},
1693+
[ESS_MAC5_ARES] = {0x1200C, 4},
1694+
[ESS_PSGMII_ARES] = {0x1200C, 5},
16891695
};
16901696

16911697
static const struct regmap_config gcc_ipq4019_regmap_config = {

0 commit comments

Comments
 (0)