blob: 8dc7c352508c791d426a817473dfe4b503ae0088 [file] [log] [blame]
Mauro Carvalho Chehabccf988b2019-07-26 09:51:16 -03001========================
Linus Torvalds1da177e2005-04-16 15:20:36 -07002Kernel driver scx200_acb
Mauro Carvalho Chehabccf988b2019-07-26 09:51:16 -03003========================
Linus Torvalds1da177e2005-04-16 15:20:36 -07004
5Author: Christer Weinigel <wingel@nano-system.com>
6
Jean Delvare62aaa282006-06-12 21:48:08 +02007The driver supersedes the older, never merged driver named i2c-nscacb.
8
Linus Torvalds1da177e2005-04-16 15:20:36 -07009Module Parameters
10-----------------
11
Jean Delvare62aaa282006-06-12 21:48:08 +020012* base: up to 4 ints
Ben Gardnera417bbd2006-01-18 22:53:09 +010013 Base addresses for the ACCESS.bus controllers on SCx200 and SC1100 devices
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
Jean Delvare62aaa282006-06-12 21:48:08 +020015 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
Linus Torvalds1da177e2005-04-16 15:20:36 -070019Description
20-----------
21
Ben Gardnera417bbd2006-01-18 22:53:09 +010022Enable the use of the ACCESS.bus controller on the Geode SCx200 and
23SC1100 processors and the CS5535 and CS5536 Geode companion devices.
Jean Delvare62aaa282006-06-12 21:48:08 +020024
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
Mauro Carvalho Chehabccf988b2019-07-26 09:51:16 -030030parameter to your boot command line::
31
Jean Delvare62aaa282006-06-12 21:48:08 +020032 scx200_acb.base=0x810,0x820
Mauro Carvalho Chehabccf988b2019-07-26 09:51:16 -030033
Jean Delvare62aaa282006-06-12 21:48:08 +020034If the scx200_acb driver is built as a module, add the following line to
Mauro Carvalho Chehabccf988b2019-07-26 09:51:16 -030035a configuration file in /etc/modprobe.d/ instead::
36
Jean Delvare62aaa282006-06-12 21:48:08 +020037 options scx200_acb base=0x810,0x820