ixp4xx/fsg3: Fix board code detection of the RTC chip
authorRod Whitby <rod@whitby.id.au>
Sat, 29 Nov 2008 02:23:16 +0000 (02:23 +0000)
committerRod Whitby <rod@whitby.id.au>
Sat, 29 Nov 2008 02:23:16 +0000 (02:23 +0000)
SVN-Revision: 13422

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),
 +      },
 +};
 +