diff mbox series

[v3,3/3] configs: Enable RTC pcf2131 support

Message ID 20240326033801.228419-4-joy.zou@nxp.com
State Changes Requested
Delegated to: Fabio Estevam
Headers show
Series Add pcf2131 rtc support | expand

Commit Message

Joy Zou March 26, 2024, 3:38 a.m. UTC
Enable CONFIG_RTC_PCF2127 configs to support pcf2131.

Signed-off-by: Joy Zou <joy.zou@nxp.com>
---
Changes in v3:
1. Change CONFIG_RTC_PCF2131 into CONFIG_RTC_PCF2127 because the pcf2131
driver have been merged into the pcf2127.
---
 configs/imx93_11x11_evk_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Fabio Estevam March 26, 2024, 10:11 p.m. UTC | #1
On Tue, Mar 26, 2024 at 12:30 AM Joy Zou <joy.zou@nxp.com> wrote:
>
> Enable CONFIG_RTC_PCF2127 configs to support pcf2131.

Subject should  be imx93_11x11_evk specific:

imx93_11x11_evk: Add PCF2131 RTC support
Joy Zou March 27, 2024, 2:03 a.m. UTC | #2
> -----Original Message-----
> From: Fabio Estevam <festevam@gmail.com>
> Sent: 2024年3月27日 6:12
> To: Joy Zou <joy.zou@nxp.com>
> Cc: Peng Fan <peng.fan@nxp.com>; Ye Li <ye.li@nxp.com>; Jacky Bai
> <ping.bai@nxp.com>; sbabic@denx.de; sjg@chromium.org;
> saproj@gmail.com; judge.packham@gmail.com; dl-uboot-imx
> <uboot-imx@nxp.com>; u-boot@lists.denx.de
> Subject: [EXT] Re: [PATCH v3 3/3] configs: Enable RTC pcf2131 support
> 
> 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
> 
> 
> On Tue, Mar 26, 2024 at 12:30 AM Joy Zou <joy.zou@nxp.com> wrote:
> >
> > Enable CONFIG_RTC_PCF2127 configs to support pcf2131.
> 
> Subject should  be imx93_11x11_evk specific:
> 
> imx93_11x11_evk: Add PCF2131 RTC support
Will modify the Subject.
Thanks for your comments!

BR
Joy Zou
diff mbox series

Patch

diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig
index 63613477c7..55e2673291 100644
--- a/configs/imx93_11x11_evk_defconfig
+++ b/configs/imx93_11x11_evk_defconfig
@@ -14,6 +14,7 @@  CONFIG_DEFAULT_DEVICE_TREE="imx93-11x11-evk"
 CONFIG_SPL_TEXT_BASE=0x2049A000
 CONFIG_TARGET_IMX93_11X11_EVK=y
 CONFIG_SYS_MONITOR_LEN=524288
+CONFIG_RTC_PCF2127=y
 CONFIG_SPL_SERIAL=y
 CONFIG_SPL_DRIVERS_MISC=y
 CONFIG_SPL_STACK=0x20519dd0