summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
diff options
context:
space:
mode:
authorLennert Buytenhek2008-10-16 07:02:44 +0200
committerLinus Torvalds2008-10-16 20:21:38 +0200
commit2bec19feabd53cba75e9dab0e79afbe868a37113 (patch)
tree93b6b506c025e7ecb1e66218d56920d3521f60c3 /include/linux/spi
parentpxa2xx_spi: fix chip_info defaults and documentation. (diff)
downloadkernel-qcow2-linux-2bec19feabd53cba75e9dab0e79afbe868a37113.tar.gz
kernel-qcow2-linux-2bec19feabd53cba75e9dab0e79afbe868a37113.tar.xz
kernel-qcow2-linux-2bec19feabd53cba75e9dab0e79afbe868a37113.zip
orion_spi: handle 88F6183 erratum
Add support to orion_spi for the 88F6183 ARM SoC by adding code to work around a 6183-specific erratum. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/spi')
-rw-r--r--include/linux/spi/orion_spi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/spi/orion_spi.h b/include/linux/spi/orion_spi.h
index b4d9fa6f797c..decf6d8c77b7 100644
--- a/include/linux/spi/orion_spi.h
+++ b/include/linux/spi/orion_spi.h
@@ -11,6 +11,7 @@
struct orion_spi_info {
u32 tclk; /* no <linux/clk.h> support yet */
+ u32 enable_clock_fix;
};