[PATCH v4 2/3] imx: imx93_evk: add rtc PCF2131
Fabio Estevam
festevam at gmail.com
Tue Apr 9 13:21:00 CEST 2024
Hi Joy,
On Sun, Apr 7, 2024 at 5:57 AM Joy Zou <joy.zou at nxp.com> wrote:
>
> support rtc PCF2131 for imx93.
Please improve the commit log:
- Start with a capital letter.
- You are adding the RTC support for the imx93-evk board, not for imx93.
> +
> + aliases {
> + rtc0 = &pcf2131;
> + };
> +
There is no need for this extra blank line. Please drop it.
BTW, you should also add the alias in the patch you sent to Linux.
> + pcf2131: rtc at 53 {
> + compatible = "nxp,pcf2131";
> + reg = <0x53>;
> + interrupt-parent = <&pcal6524>;
> + interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
> + status = "okay";
The status should be dropped as per the feedback you received in the
kernel submission.
More information about the U-Boot
mailing list