[PATCH v1 0/3] Add pcf2131 rtc support

Joy Zou joy.zou at nxp.com
Fri Jun 2 10:06:35 CEST 2023


> -----Original Message-----
> From: Peng Fan (OSS) <peng.fan at oss.nxp.com>
> Sent: 2023年5月31日 9:38
> To: Joy Zou <joy.zou at nxp.com>; Peng Fan <peng.fan at nxp.com>; Ye Li
> <ye.li at nxp.com>; sbabic at denx.de; festevam at gmail.com; sjg at chromium.org;
> saproj at gmail.com; judge.packham at gmail.com
> Cc: dl-uboot-imx <uboot-imx at nxp.com>; u-boot at lists.denx.de
> Subject: Re: [PATCH v1 0/3] Add pcf2131 rtc support
> 
> 
> 
> 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
> >
> >
> > The patchset supports pcf2131 rtc.
> > For the details, please check the patch commit log.
> >
> > Joy Zou (3):
> >    configs: Enable RTC pcf2131 support
> >    imx: imx93_evk: add rtc pcf2131
> >    drivers: rtc: add pcf2131 rtc driver
> 
> Please reorder your patches, with drivers as 1st, imx as 2nd, configs as 3rd to
> avoid bisect issue.
Have reordered the patchset.
Thanks peng!
BR
Joy Zou
> 
> Thanks,
> Peng.
> 
> >
> >   arch/arm/dts/imx93-11x11-evk-u-boot.dtsi |   8 +
> >   arch/arm/dts/imx93-11x11-evk.dts         |  25 +++
> >   arch/arm/dts/imx93.dtsi                  |   2 +-
> >   configs/imx93_11x11_evk_defconfig        |   2 +-
> >   drivers/rtc/Kconfig                      |  10 ++
> >   drivers/rtc/Makefile                     |   1 +
> >   drivers/rtc/pcf2131.c                    | 189
> +++++++++++++++++++++++
> >   7 files changed, 235 insertions(+), 2 deletions(-)
> >   create mode 100644 drivers/rtc/pcf2131.c
> >
> > --
> > 2.37.1
> >


More information about the U-Boot mailing list