projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a798eb7
)
OMAPDSS: HDMI: OMAP4: Complete dumping of DPLL registers
author
Ricardo Neri
<ricardo.neri@ti.com>
Fri, 13 Sep 2013 10:29:35 +0000
(15:59 +0530)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Fri, 27 Sep 2013 06:58:21 +0000
(09:58 +0300)
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>
drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c
patch
|
blob
|
history
diff --git
a/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c
b/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c
index ecadd7a0e005a3de22139ae4ac440a315b0808ba..46af7265c4d0da0ad2daecc99dd46acd5ace003c 100644
(file)
--- 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);
}