Re: [PATCH 2/3] configs: am62ax: setup the 32k RTC crystal

2023-11-07 Thread Tom Rini
On Tue, Nov 07, 2023 at 05:21:42PM -0600, Bryan Brattlof wrote: > The am62ax utilizes the same 32k crystal for a more accurate RTC clock > source. Enable the configuration to set this up for Linux. > > Signed-off-by: Bryan Brattlof > --- > board/ti/am62ax/evm.c| 5 + >

[PATCH 2/3] configs: am62ax: setup the 32k RTC crystal

2023-11-07 Thread Bryan Brattlof
The am62ax utilizes the same 32k crystal for a more accurate RTC clock source. Enable the configuration to set this up for Linux. Signed-off-by: Bryan Brattlof --- board/ti/am62ax/evm.c| 5 + configs/am62ax_evm_a53_defconfig | 1 + 2 files changed, 6 insertions(+) diff --git