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

Commit 210a5d20 authored by Diptanshu Jamgade's avatar Diptanshu Jamgade
Browse files

clk: qcom: Add support for GCC_CAMSS_MICRO_BCR



Camera driver needs GCC_CAMSS_MICRO_BCR so add
support for the same.

Change-Id: I3b7778ce654e298b4c325c8b35b2b11d5b755e9b
Signed-off-by: default avatarDiptanshu Jamgade <djamgade@codeaurora.org>
parent 01e3405d
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