projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
backport the new style ds1672 driver and switch to it
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.27
/
190-cambria_support.patch
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
87bfd09
..
d1a9f85
100644
(file)
--- 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),
+ },
This page took
0.01959 seconds
and
4
git commands to generate.