diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-11-29 02:23:16 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-11-29 02:23:16 +0000 |
commit | 5402d13717154a08bcba6de080f6a1ee19f4a9de (patch) | |
tree | 8b690041b64ffa18e8dd0b81d05e71a557231ca6 /target/linux/ixp4xx | |
parent | 3d97d6c634c35ee169ba6a8f0fc545a4d40c6da6 (diff) | |
download | upstream-5402d13717154a08bcba6de080f6a1ee19f4a9de.tar.gz upstream-5402d13717154a08bcba6de080f6a1ee19f4a9de.tar.bz2 upstream-5402d13717154a08bcba6de080f6a1ee19f4a9de.zip |
ixp4xx/fsg3: Fix board code detection of the RTC chip
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13422 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.26/030-ixp4xx_fsg_board_support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.26/030-ixp4xx_fsg_board_support.patch b/target/linux/ixp4xx/patches-2.6.26/030-ixp4xx_fsg_board_support.patch index f5038021d6..1707cff697 100644 --- a/target/linux/ixp4xx/patches-2.6.26/030-ixp4xx_fsg_board_support.patch +++ b/target/linux/ixp4xx/patches-2.6.26/030-ixp4xx_fsg_board_support.patch @@ -224,7 +224,7 @@ + +static struct i2c_board_info __initdata fsg_i2c_board_info [] = { + { -+ I2C_BOARD_INFO("rtc-isl1208", 0x6f), ++ I2C_BOARD_INFO("isl1208", 0x6f), + }, +}; + |