summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri@ti.com>2013-09-13 15:59:35 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-09-27 09:58:21 +0300
commit8a768c80798a37bbd49057c273bc047ce502cc8b (patch)
tree97e4e0c6c64fd973722acd338a8ce16a9047174d /drivers/video/omap2
parenta798eb7ee8c0b852bbca4a4ff44883ca7eac9f58 (diff)
downloadop-kernel-dev-8a768c80798a37bbd49057c273bc047ce502cc8b.zip
op-kernel-dev-8a768c80798a37bbd49057c273bc047ce502cc8b.tar.gz
OMAPDSS: HDMI: OMAP4: Complete dumping of DPLL registers
Add the spread spectrum clock configuration registers to the DPLL dump. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com> Signed-off-by: Archit Taneja <archit@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2')
-rw-r--r--drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c b/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c
index ecadd7a..46af726 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);
}
OpenPOWER on IntegriCloud