From: Rod Whitby Date: Sat, 29 Nov 2008 02:23:16 +0000 (+0000) Subject: ixp4xx/fsg3: Fix board code detection of the RTC chip X-Git-Tag: v19.07.0-rc1~35786 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=570f4128cd31abaca659668f460e27b9e5f8fee0;p=openwrt%2Fstaging%2Fhauke.git ixp4xx/fsg3: Fix board code detection of the RTC chip SVN-Revision: 13422 --- 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), + }, +}; +