RE: [PATCH v1 3/3] drivers: rtc: add pcf2131 rtc driver

2023-06-02 Thread Joy Zou
> -Original Message- > From: Peng Fan (OSS) > Sent: 2023年5月31日 9:35 > To: Joy Zou ; Peng Fan ; Ye Li > ; sba...@denx.de; feste...@gmail.com; s...@chromium.org; > sap...@gmail.com; judge.pack...@gmail.com > Cc: dl-uboot-imx ; u-boot@lists.denx.de > Subject: Re: [PA

Re: [PATCH v1 3/3] drivers: rtc: add pcf2131 rtc driver

2023-05-30 Thread Peng Fan
On 5/30/2023 9:41 AM, Joy Zou wrote: Caution: This is an external email. Please take care when clicking links or opening attachments. When in doubt, report the message using the 'Report this email' button Adding support for pcf2131 RTC chip. The pcf2131 is similar to the pcf2127. The

[PATCH v1 3/3] drivers: rtc: add pcf2131 rtc driver

2023-05-29 Thread Joy Zou
Adding support for pcf2131 RTC chip. The pcf2131 is similar to the pcf2127. The driver support rtc register read/write by using rtc cmd and rtc date set/get by using date cmd. Signed-off-by: Joy Zou --- drivers/rtc/Kconfig | 10 +++ drivers/rtc/Makefile | 1 + drivers/rtc/pcf2131.c | 189