| 1 | This file is replaced by a cleaner version with the adding of a MFD driver for |
| 2 | the southbridge. |
| 3 | |
| 4 | Signed-off-by: Florian Fainelli <florian@openwrt.org> |
| 5 | --- |
| 6 | --- a/arch/x86/include/asm/rdc321x_defs.h |
| 7 | +++ /dev/null |
| 8 | @@ -1,12 +0,0 @@ |
| 9 | -#define PFX "rdc321x: " |
| 10 | - |
| 11 | -/* General purpose configuration and data registers */ |
| 12 | -#define RDC3210_CFGREG_ADDR 0x0CF8 |
| 13 | -#define RDC3210_CFGREG_DATA 0x0CFC |
| 14 | - |
| 15 | -#define RDC321X_GPIO_CTRL_REG1 0x48 |
| 16 | -#define RDC321X_GPIO_CTRL_REG2 0x84 |
| 17 | -#define RDC321X_GPIO_DATA_REG1 0x4c |
| 18 | -#define RDC321X_GPIO_DATA_REG2 0x88 |
| 19 | - |
| 20 | -#define RDC321X_MAX_GPIO 58 |
| 21 | |