提交 030999fe 编写于 作者: P Peter De Schrijver 提交者: Stephen Boyd

clk: tegra: disable SSC for PLL_D2

PLLD2 is used for HDMI which does not allow Spread Spectrum clocking.
Signed-off-by: NPeter De Schrijver <pdeschrijver@nvidia.com>
Tested-by: NThierry Reding <treding@nvidia.com>
Acked-by: NThierry Reding <treding@nvidia.com>
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
上级 04434cfa
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
#define PLLD_SDM_EN_MASK BIT(16) #define PLLD_SDM_EN_MASK BIT(16)
#define PLLD2_SDM_EN_MASK BIT(31) #define PLLD2_SDM_EN_MASK BIT(31)
#define PLLD2_SSC_EN_MASK BIT(30) #define PLLD2_SSC_EN_MASK 0
#define PLLDP_SS_CFG 0x598 #define PLLDP_SS_CFG 0x598
#define PLLDP_SDM_EN_MASK BIT(31) #define PLLDP_SDM_EN_MASK BIT(31)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册