diff options
| author | Vishal Mahaveer <vishalm@ti.com> | 2026-01-21 13:53:39 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2026-01-28 15:54:41 -0600 |
| commit | b259574e471dd632c31f7a8caea29102a3219fab (patch) | |
| tree | ea40eb48b52123dd9e65ff8cb9c35f27c44f9e93 /configs | |
| parent | d7550d01050c72edc548829dcc4d9a7494bf124b (diff) | |
board: ti: am62ax/am62dx: Enable 32k crystal on the board
Enable 32k crystal on the board. If external 32k source is not
used, 32k rc-osc comes into play, which is accurate to +-20%.
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/am62ax_evm_r5_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am62ax_evm_r5_defconfig b/configs/am62ax_evm_r5_defconfig index 36bd340305d..18488918c4a 100644 --- a/configs/am62ax_evm_r5_defconfig +++ b/configs/am62ax_evm_r5_defconfig @@ -103,3 +103,5 @@ CONFIG_SPL_TIMER=y CONFIG_OMAP_TIMER=y CONFIG_LIB_RATIONAL=y CONFIG_SPL_LIB_RATIONAL=y +CONFIG_SPL_BOARD_INIT=y +CONFIG_TI_K3_BOARD_LFOSC=y |
