]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: pcf2127: add pcf2129 device id
authorAkinobu Mita <akinobu.mita@gmail.com>
Mon, 14 Mar 2016 14:45:01 +0000 (23:45 +0900)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 14 Mar 2016 16:08:41 +0000 (17:08 +0100)
commitcee2cc21550648679d222cbe2637fcc6d0f730ef
treecc6695f66c9a35e915cce0b78133eb4512962654
parent9408ec1af875a83ad75f3dac1aa18d2337a809fe
rtc: pcf2127: add pcf2129 device id

There are only a few differences between PCF2127 and PCF2129 (PCF2127
has 512 bytes of general purpose SRAM and count-down timer).

The rtc-pcf2127 driver currently doesn't use the PCF2127 specific
functionality and Kconfig help text already says this driver supports
PCF2127/29, so we can simply add pcf2129 to device id list.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-pcf2127.c