From 7cb8a00831cc3d003a515f58b7cc7d13716c4658 Mon Sep 17 00:00:00 2001 From: rwhitby Date: Sat, 29 Nov 2008 02:23:16 +0000 Subject: [PATCH] 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 --- .../ixp4xx/patches-2.6.26/030-ixp4xx_fsg_board_support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f5038021d..1707cff69 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), + }, +}; + -- 2.35.1