aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc/fsl/qe/ucc_fast.h
diff options
context:
space:
mode:
authorZhao Qiang <qiang.zhao@nxp.com>2016-06-06 14:29:59 +0800
committerDavid S. Miller <davem@davemloft.net>2016-06-07 15:56:30 -0700
commitbb8b2062aff321af1fc58781cc07fbbea01cceb3 (patch)
tree9a0c0492e8be4bcfbd5495bc12cc5ae8e073de39 /include/soc/fsl/qe/ucc_fast.h
parentfsl/qe: add rx_sync and tx_sync for TDM mode (diff)
downloadlinux-dev-bb8b2062aff321af1fc58781cc07fbbea01cceb3.tar.xz
linux-dev-bb8b2062aff321af1fc58781cc07fbbea01cceb3.zip
fsl/qe: setup clock source for TDM mode
Add tdm clock configuration in both qe clock system and ucc fast controller. Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/soc/fsl/qe/ucc_fast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/fsl/qe/ucc_fast.h b/include/soc/fsl/qe/ucc_fast.h
index 31548b7aa50e..b2633b7dcc00 100644
--- a/include/soc/fsl/qe/ucc_fast.h
+++ b/include/soc/fsl/qe/ucc_fast.h
@@ -118,6 +118,7 @@ enum ucc_fast_transparent_tcrc {
/* Fast UCC initialization structure */
struct ucc_fast_info {
int ucc_num;
+ int tdm_num;
enum qe_clock rx_clock;
enum qe_clock tx_clock;
enum qe_clock rx_sync;