Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfio
[linux-2.6-block.git] / Documentation / i2c / busses / scx200_acb.rst
CommitLineData
ccf988b6 1========================
1da177e4 2Kernel driver scx200_acb
ccf988b6 3========================
1da177e4
LT
4
5Author: Christer Weinigel <wingel@nano-system.com>
6
62aaa288
JD
7The driver supersedes the older, never merged driver named i2c-nscacb.
8
1da177e4
LT
9Module Parameters
10-----------------
11
62aaa288 12* base: up to 4 ints
a417bbd3 13 Base addresses for the ACCESS.bus controllers on SCx200 and SC1100 devices
1da177e4 14
62aaa288
JD
15 By default the driver uses two base addresses 0x820 and 0x840.
16 If you want only one base address, specify the second as 0 so as to
17 override this default.
18
1da177e4
LT
19Description
20-----------
21
a417bbd3
BG
22Enable the use of the ACCESS.bus controller on the Geode SCx200 and
23SC1100 processors and the CS5535 and CS5536 Geode companion devices.
62aaa288
JD
24
25Device-specific notes
26---------------------
27
28The SC1100 WRAP boards are known to use base addresses 0x810 and 0x820.
29If the scx200_acb driver is built into the kernel, add the following
ccf988b6
MCC
30parameter to your boot command line::
31
62aaa288 32 scx200_acb.base=0x810,0x820
ccf988b6 33
62aaa288 34If the scx200_acb driver is built as a module, add the following line to
ccf988b6
MCC
35a configuration file in /etc/modprobe.d/ instead::
36
62aaa288 37 options scx200_acb base=0x810,0x820