Mauro Carvalho Chehab | ccf988b | 2019-07-26 09:51:16 -0300 | [diff] [blame] | 1 | ======================== |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | Kernel driver scx200_acb |
Mauro Carvalho Chehab | ccf988b | 2019-07-26 09:51:16 -0300 | [diff] [blame] | 3 | ======================== |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | |
| 5 | Author: Christer Weinigel <wingel@nano-system.com> |
| 6 | |
Jean Delvare | 62aaa28 | 2006-06-12 21:48:08 +0200 | [diff] [blame] | 7 | The driver supersedes the older, never merged driver named i2c-nscacb. |
| 8 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | Module Parameters |
| 10 | ----------------- |
| 11 | |
Jean Delvare | 62aaa28 | 2006-06-12 21:48:08 +0200 | [diff] [blame] | 12 | * base: up to 4 ints |
Ben Gardner | a417bbd | 2006-01-18 22:53:09 +0100 | [diff] [blame] | 13 | Base addresses for the ACCESS.bus controllers on SCx200 and SC1100 devices |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | |
Jean Delvare | 62aaa28 | 2006-06-12 21:48:08 +0200 | [diff] [blame] | 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 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | Description |
| 20 | ----------- |
| 21 | |
Ben Gardner | a417bbd | 2006-01-18 22:53:09 +0100 | [diff] [blame] | 22 | Enable the use of the ACCESS.bus controller on the Geode SCx200 and |
| 23 | SC1100 processors and the CS5535 and CS5536 Geode companion devices. |
Jean Delvare | 62aaa28 | 2006-06-12 21:48:08 +0200 | [diff] [blame] | 24 | |
| 25 | Device-specific notes |
| 26 | --------------------- |
| 27 | |
| 28 | The SC1100 WRAP boards are known to use base addresses 0x810 and 0x820. |
| 29 | If the scx200_acb driver is built into the kernel, add the following |
Mauro Carvalho Chehab | ccf988b | 2019-07-26 09:51:16 -0300 | [diff] [blame] | 30 | parameter to your boot command line:: |
| 31 | |
Jean Delvare | 62aaa28 | 2006-06-12 21:48:08 +0200 | [diff] [blame] | 32 | scx200_acb.base=0x810,0x820 |
Mauro Carvalho Chehab | ccf988b | 2019-07-26 09:51:16 -0300 | [diff] [blame] | 33 | |
Jean Delvare | 62aaa28 | 2006-06-12 21:48:08 +0200 | [diff] [blame] | 34 | If the scx200_acb driver is built as a module, add the following line to |
Mauro Carvalho Chehab | ccf988b | 2019-07-26 09:51:16 -0300 | [diff] [blame] | 35 | a configuration file in /etc/modprobe.d/ instead:: |
| 36 | |
Jean Delvare | 62aaa28 | 2006-06-12 21:48:08 +0200 | [diff] [blame] | 37 | options scx200_acb base=0x810,0x820 |