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

Commit fcdfb38c authored by Bhalchandra Gajare's avatar Bhalchandra Gajare
Browse files

msm: gpiomux: Add audio clock related misc TLMM registers



Add the misc registers related to drive strength for the clock to audio
codec so that audio driver can use the misc_tlmm_write API to write to
these registers.

CRs-fixed: 551937
Change-Id: Ib015176cf3814d993b9e61db93baa1e65d118a86
Signed-off-by: default avatarBhalchandra Gajare <gajare@codeaurora.org>
parent 7d796f58
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -114,6 +114,8 @@ enum msm_tlmm_misc_reg {
	TLMM_ETM_MODE_REG = 0x2014,
	TLMM_SDC2_HDRV_PULL_CTL = 0x2048,
	TLMM_SPARE_REG = 0x2024,
	TLMM_CDC_HDRV_CTL = 0x2054,
	TLMM_CDC_HDRV_PULL_CTL = 0x2058,
};

void msm_tlmm_misc_reg_write(enum msm_tlmm_misc_reg misc_reg, int val);