diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-12-01 20:23:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-12-01 20:23:43 +0000 |
commit | 219694ee98f9eb9edbbd293ab0801599742dd4d9 (patch) | |
tree | bd0601b769b5eb06a67a47f7d663faa6a51833cc /target/linux/ixp4xx/patches-2.6.27 | |
parent | 36bf5d3dadfa5bf0af2e4776495d24fb51d5ecd1 (diff) | |
download | upstream-219694ee98f9eb9edbbd293ab0801599742dd4d9.tar.gz upstream-219694ee98f9eb9edbbd293ab0801599742dd4d9.tar.bz2 upstream-219694ee98f9eb9edbbd293ab0801599742dd4d9.zip |
backport the new style ds1672 driver and switch to it
SVN-Revision: 13457
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.27')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.27/190-cambria_support.patch | 6 | ||||
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.27/300-avila_fetch_mac.patch | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.27/190-cambria_support.patch b/target/linux/ixp4xx/patches-2.6.27/190-cambria_support.patch index 87bfd09a4f..d1a9f85067 100644 --- a/target/linux/ixp4xx/patches-2.6.27/190-cambria_support.patch +++ b/target/linux/ixp4xx/patches-2.6.27/190-cambria_support.patch @@ -441,9 +441,9 @@ +}; + +static struct i2c_board_info __initdata cambria_i2c_board_info[] = { -+/* { -+ I2C_BOARD_INFO("rtc-ds1672", 0x68), -+ },*/ ++ { ++ I2C_BOARD_INFO("ds1672", 0x68), ++ }, + { + I2C_BOARD_INFO("ad7418", 0x28), + }, diff --git a/target/linux/ixp4xx/patches-2.6.27/300-avila_fetch_mac.patch b/target/linux/ixp4xx/patches-2.6.27/300-avila_fetch_mac.patch index 2c87aadd97..4581bdd347 100644 --- a/target/linux/ixp4xx/patches-2.6.27/300-avila_fetch_mac.patch +++ b/target/linux/ixp4xx/patches-2.6.27/300-avila_fetch_mac.patch @@ -190,9 +190,9 @@ +}; + +static struct i2c_board_info __initdata avila_i2c_board_info[] = { -+/* { -+ I2C_BOARD_INFO("rtc-ds1672", 0x68), -+ },*/ ++ { ++ I2C_BOARD_INFO("ds1672", 0x68), ++ }, + { + I2C_BOARD_INFO("ad7418", 0x28), + }, |