Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1e2b872 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: Add support for GCC_QUSB2PHY_PRIM_BCR"

parents d8f81fe4 d0bd61a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3336,6 +3336,7 @@ static const struct qcom_reset_map gcc_sdmmagpie_resets[] = {
	[GCC_USB3_DP_PHY_SEC_BCR] = { 0x50014 },
	[GCC_USB3_PHY_PRIM_BCR] = { 0x50000 },
	[GCC_USB3_PHY_SEC_BCR] = { 0x5000c },
	[GCC_QUSB2PHY_PRIM_BCR] = { 0x26000 },
};

static struct clk_dfs gcc_dfs_clocks[] = {
+1 −0
Original line number Diff line number Diff line
@@ -195,5 +195,6 @@
#define GCC_USB3_DP_PHY_SEC_BCR				6
#define GCC_USB3_PHY_PRIM_BCR				7
#define GCC_USB3_PHY_SEC_BCR				8
#define GCC_QUSB2PHY_PRIM_BCR				9

#endif