Skip to content

Commit

Permalink
clk: qcom: gcc-msm8917: add MDSS reset
Browse files Browse the repository at this point in the history
Add MDSS_BCR entry what can be found
in msm8917 and msm89137.

Signed-off-by: Barnabás Czémán <[email protected]>
  • Loading branch information
barni2000 authored and Lanik123 committed Jun 27, 2024
1 parent 5967f19 commit 8533353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/qcom/gcc-msm8917.c
Original file line number Diff line number Diff line change
Expand Up @@ -4008,6 +4008,7 @@ static const struct qcom_reset_map gcc_msm8917_resets[] = {
[GCC_QUSB2_PHY_BCR] = { 0x4103c },
[GCC_USB_HS_BCR] = { 0x41000 },
[GCC_USB2_HS_PHY_ONLY_BCR] = { 0x41034 },
[GCC_MDSS_BCR] = { 0x4d074 },
};

static const struct regmap_config gcc_msm8917_regmap_config = {
Expand Down

0 comments on commit 8533353

Please sign in to comment.