aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serial_sci.h
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2009-01-21 15:14:30 +0000
committerPaul Mundt <lethal@linux-sh.org>2009-05-08 23:22:26 +0900
commit501b825d01efb93766c87d29f299851152cf4eb0 (patch)
treee80ece8e1b458aae3f601f1f23dd7b1173b1b366 /include/linux/serial_sci.h
parentsh-sci: ioremap() in a single place (diff)
downloadlinux-dev-501b825d01efb93766c87d29f299851152cf4eb0.tar.xz
linux-dev-501b825d01efb93766c87d29f299851152cf4eb0.zip
sh-sci: improve clock framework support
Use enable/disable hooks for clock framework integration. Make sure we control the clock for the serial console as well. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/linux/serial_sci.h')
-rw-r--r--include/linux/serial_sci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/serial_sci.h b/include/linux/serial_sci.h
index 717059d6791f..1c297ddc9d5a 100644
--- a/include/linux/serial_sci.h
+++ b/include/linux/serial_sci.h
@@ -25,6 +25,7 @@ struct plat_sci_port {
unsigned int irqs[SCIx_NR_IRQS]; /* ERI, RXI, TXI, BRI */
unsigned int type; /* SCI / SCIF / IRDA */
upf_t flags; /* UPF_* flags */
+ char *clk; /* clock string */
};
#endif /* __LINUX_SERIAL_SCI_H */