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 | 9caa8242e71c3c3dae7bcb7191ed3444c8bc8065 (patch) | |
tree | 355613c6106e43704a84fdb04dd6797ef31bee62 /target/linux/ixp4xx | |
parent | 1db86f85b26f6b891da4528d9b010826c41bc376 (diff) | |
download | master-187ad058-9caa8242e71c3c3dae7bcb7191ed3444c8bc8065.tar.gz master-187ad058-9caa8242e71c3c3dae7bcb7191ed3444c8bc8065.tar.bz2 master-187ad058-9caa8242e71c3c3dae7bcb7191ed3444c8bc8065.zip |
backport the new style ds1672 driver and switch to it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13457 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx')
-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), + }, |