From 8c998b2a15d076fb6157d6b9429a5eea13bc58c2 Mon Sep 17 00:00:00 2001 From: Aaron Wu Date: Thu, 17 May 2012 14:30:45 +0800 Subject: blackfin: bf537-stamp: update board file for platform bfin_sport device Blackfin sport driver has been rewrited update board file according. Signed-off-by: Aaron Wu Signed-off-by: Bob Liu --- arch/blackfin/include/asm/bfin_sport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/blackfin/include') diff --git a/arch/blackfin/include/asm/bfin_sport.h b/arch/blackfin/include/asm/bfin_sport.h index 0afcfbd54a8..f8907ea6b5b 100644 --- a/arch/blackfin/include/asm/bfin_sport.h +++ b/arch/blackfin/include/asm/bfin_sport.h @@ -24,6 +24,7 @@ struct sport_config { /* TDM (multichannels), I2S or other mode */ unsigned int mode:3; + unsigned int polled; /* use poll instead of irq when set */ /* if TDM mode is selected, channels must be set */ int channels; /* Must be in 8 units */ -- cgit v1.2.3-18-g5258