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

Commit 957a07a7 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_CAMSS_MICRO_BCR"

parents 0f811c19 210a5d20
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4407,6 +4407,7 @@ static const struct qcom_reset_map gcc_trinket_resets[] = {
	[GCC_USB_PHY_CFG_AHB2PHY_BCR] = { 0x1d000 },
	[GCC_USB3PHY_PHY_PRIM_SP0_BCR] = { 0x1b008 },
	[GCC_USB3_PHY_PRIM_SP0_BCR] = { 0x1b000 },
	[GCC_CAMSS_MICRO_BCR] = { 0x560ac },
};

static struct clk_dfs gcc_dfs_clocks[] = {
+1 −0
Original line number Diff line number Diff line
@@ -237,5 +237,6 @@
#define GCC_USB_PHY_CFG_AHB2PHY_BCR		4
#define GCC_USB3_PHY_PRIM_SP0_BCR		5
#define GCC_USB3PHY_PHY_PRIM_SP0_BCR		6
#define GCC_CAMSS_MICRO_BCR			7

#endif