soc: swr-mstr: Add node to disable clk switch for rx master

RX Master does not support div2 clk switching as div2_en bit
for rx master is floating. Do not do clk switch for rx master.

Change-Id: Iee1716fe892e792ffd17d0861a807e3711cee5d5
Signed-off-by: Vatsal Bucha <vbucha@codeaurora.org>
This commit is contained in:
Vatsal Bucha
2020-04-01 18:21:41 +05:30
committed by Gerrit - the friendly Code Review server
parent d155d7f509
commit 0dff22d63f
2 changed files with 11 additions and 3 deletions

View File

@@ -188,6 +188,7 @@ struct swr_mstr_ctrl {
int hw_core_clk_en;
int aud_core_clk_en;
int clk_src;
u32 disable_div2_clk_switch;
#ifdef CONFIG_DEBUG_FS
struct dentry *debugfs_swrm_dent;
struct dentry *debugfs_peek;