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

Commit 28171744 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: msm: clock-gcc-8996: add BCR for gcc_ufs_axi_clk"

parents e125bbbb 3df7f8d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2642,6 +2642,7 @@ static struct branch_clk gcc_ufs_ahb_clk = {
};

static struct branch_clk gcc_ufs_axi_clk = {
	.bcr_reg = GCC_UFS_BCR,
	.cbcr_reg = GCC_UFS_AXI_CBCR,
	.has_sibling = 0,
	.base = &virt_base,
+1 −0
Original line number Diff line number Diff line
@@ -386,6 +386,7 @@
#define GCC_GP3_CBCR						(0x66000)
#define GCC_GP3_CMD_RCGR					(0x66004)
#define GCC_GPLL4_MODE						(0x77000)
#define GCC_UFS_BCR						(0x75000)
#define GCC_UFS_AXI_CBCR					(0x75008)
#define GCC_UFS_AHB_CBCR					(0x7500C)
#define GCC_UFS_TX_CFG_CBCR					(0x75010)