ixp4xx/fsg3: Fix board code detection of the RTC chip
authorrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 29 Nov 2008 02:23:16 +0000 (02:23 +0000)
committerrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 29 Nov 2008 02:23:16 +0000 (02:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13422 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ixp4xx/patches-2.6.26/030-ixp4xx_fsg_board_support.patch

index f5038021d62a7b7d23a7d35d6bec0ae13356552d..1707cff69713f49289d957a8a2557c7262d04c96 100644 (file)
 +
 +static struct i2c_board_info __initdata fsg_i2c_board_info [] = {
 +      {
-+              I2C_BOARD_INFO("rtc-isl1208", 0x6f),
++              I2C_BOARD_INFO("isl1208", 0x6f),
 +      },
 +};
 +