diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-04-28 09:54:16 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-04-28 09:54:16 +0000 |
commit | 3345a7c3011934361aeac35e5fd6dc289b1d8f4f (patch) | |
tree | 590c8c8b42f9dabc1d541fbee515e0aec5adb5bd /target/linux/rdc/patches-2.6.30/004-rdc321x_defs_remove.patch | |
parent | 4c78fa04922c0a12613b607a814397ab3071bc68 (diff) | |
download | mtk-20170518-3345a7c3011934361aeac35e5fd6dc289b1d8f4f.zip mtk-20170518-3345a7c3011934361aeac35e5fd6dc289b1d8f4f.tar.gz mtk-20170518-3345a7c3011934361aeac35e5fd6dc289b1d8f4f.tar.bz2 |
use upstream MFD, GPIO patch, put everything in patches.
SVN-Revision: 21219
Diffstat (limited to 'target/linux/rdc/patches-2.6.30/004-rdc321x_defs_remove.patch')
-rw-r--r-- | target/linux/rdc/patches-2.6.30/004-rdc321x_defs_remove.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/target/linux/rdc/patches-2.6.30/004-rdc321x_defs_remove.patch b/target/linux/rdc/patches-2.6.30/004-rdc321x_defs_remove.patch new file mode 100644 index 0000000..3bafb40 --- /dev/null +++ b/target/linux/rdc/patches-2.6.30/004-rdc321x_defs_remove.patch @@ -0,0 +1,26 @@ +This file is replaced by a cleaner version with the adding of a MFD driver for +the southbridge. + +Signed-off-by: Florian Fainelli <florian@openwrt.org> +--- +diff --git a/arch/x86/include/asm/rdc321x_defs.h b/arch/x86/include/asm/rdc321x_defs.h +deleted file mode 100644 +index c8e9c8b..0000000 +--- a/arch/x86/include/asm/rdc321x_defs.h ++++ /dev/null +@@ -1,12 +0,0 @@ +-#define PFX "rdc321x: " +- +-/* General purpose configuration and data registers */ +-#define RDC3210_CFGREG_ADDR 0x0CF8 +-#define RDC3210_CFGREG_DATA 0x0CFC +- +-#define RDC321X_GPIO_CTRL_REG1 0x48 +-#define RDC321X_GPIO_CTRL_REG2 0x84 +-#define RDC321X_GPIO_DATA_REG1 0x4c +-#define RDC321X_GPIO_DATA_REG2 0x88 +- +-#define RDC321X_MAX_GPIO 58 + + + |