From: Ricardo Neri Date: Fri, 13 Sep 2013 10:29:35 +0000 (+0530) Subject: OMAPDSS: HDMI: OMAP4: Complete dumping of DPLL registers X-Git-Tag: next-20131017~41^2~36 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8a768c80798a37bbd49057c273bc047ce502cc8b;p=karo-tx-linux.git OMAPDSS: HDMI: OMAP4: Complete dumping of DPLL registers Add the spread spectrum clock configuration registers to the DPLL dump. Signed-off-by: Ricardo Neri Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c b/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c index ecadd7a0e005..46af7265c4d0 100644 --- a/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c +++ b/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c @@ -886,6 +886,8 @@ void ti_hdmi_4xxx_pll_dump(struct hdmi_ip_data *ip_data, struct seq_file *s) DUMPPLL(PLLCTRL_CFG1); DUMPPLL(PLLCTRL_CFG2); DUMPPLL(PLLCTRL_CFG3); + DUMPPLL(PLLCTRL_SSC_CFG1); + DUMPPLL(PLLCTRL_SSC_CFG2); DUMPPLL(PLLCTRL_CFG4); }