aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux/n2100/rtc-rs5c372-n2100.patch
blob: 8849312a4420c13cc3c1181df08ad0ac69ec08cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Autodetect the RTC chip.

--- a/drivers/rtc/rtc-rs5c372.c
+++ b/drivers/rtc/rtc-rs5c372.c
@@ -16,7 +16,7 @@ #include <linux/bcd.h>
 #define DRV_VERSION "0.3"
 
 /* Addresses to scan */
-static unsigned short normal_i2c[] = { /* 0x32,*/ I2C_CLIENT_END };
+static unsigned short normal_i2c[] = { 0x32, I2C_CLIENT_END };
 
 /* Insmod parameters */
 I2C_CLIENT_INSMOD;