add rtc for raho
authorswj <swj@rock-chips.com>
Wed, 11 Aug 2010 04:53:44 +0000 (21:53 -0700)
committerswj <swj@rock-chips.com>
Wed, 11 Aug 2010 04:53:44 +0000 (21:53 -0700)
arch/arm/mach-rk2818/board-raho.c
drivers/rtc/Kconfig [changed mode: 0644->0755]
drivers/rtc/Makefile [changed mode: 0644->0755]

index 5c8aa1314587a378f22ff552f56caa234258739e..c25f6abe2cfb87e2e4873f0b298c6eb73525d434 100755 (executable)
@@ -585,6 +585,13 @@ static struct i2c_board_info __initdata board_i2c1_devices[] = {
                .flags                  = 0,
        },
 #endif
+#if defined (CONFIG_RTC_DRV_S35392A)
+       {
+               .type                   = "rtc-s35392a",
+               .addr           = 0x30,
+               .flags                  = 0,
+       },
+#endif
 #if defined (CONFIG_FM_QN8006)
        {
                .type                   = "fm_qn8006",
old mode 100644 (file)
new mode 100755 (executable)
index eaaced7..7e4ee79
@@ -304,6 +304,16 @@ config RTC_DRV_S35390A
          This driver can also be built as a module. If so the module
          will be called rtc-s35390a.
 
+config RTC_DRV_S35392A
+       tristate "Seiko Instruments S-35392A"
+       select BITREVERSE
+       help
+         If you say yes here you will get support for the Seiko
+         Instruments S-35392A.
+
+         This driver can also be built as a module. If so the module
+         will be called rtc-s35392a.
+         
 config RTC_DRV_FM3130
        tristate "Ramtron FM3130"
        help
old mode 100644 (file)
new mode 100755 (executable)
index b5963e5..a0ec07e
@@ -72,6 +72,7 @@ obj-$(CONFIG_RTC_DRV_RS5C372) += rtc-rs5c372.o
 obj-$(CONFIG_RTC_DRV_RX8025)   += rtc-rx8025.o
 obj-$(CONFIG_RTC_DRV_RX8581)   += rtc-rx8581.o
 obj-$(CONFIG_RTC_DRV_S35390A)  += rtc-s35390a.o
+obj-$(CONFIG_RTC_DRV_S35392A)  += rtc-s35392a.o
 obj-$(CONFIG_RTC_DRV_S3C)      += rtc-s3c.o
 obj-$(CONFIG_RTC_DRV_SA1100)   += rtc-sa1100.o
 obj-$(CONFIG_RTC_DRV_SH)       += rtc-sh.o