[PATCH V2 0/5] board: beagle: Enable 32k and debounce configuration and fixups

Nishanth Menon nm at ti.com
Tue Feb 20 19:39:47 CET 2024


Hi,

Rev 2 of the series.

This is a follow up from [1] - Without the 32k crystal configuration,
wlan doesn't work. Debounce is needed for HDMI Hot plug detect(hpd)
gpio interrupt not storming.

At least the 32k configuration has been done for toradex and phytec
boards, follow similar model of programming.

Series is now based off master branch.

Bootlog: https://gist.github.com/nmenon/75df38bee907785d1d78d1ec4abd7304

Changes from V2:
- Removed depedency on [2] - depending on which way
  the merge sequence goes, one of the series will need a rebase.
- Added a patch for a bug that Jan noticed
- Fixup for the fat finger missing 0x in 0x4080 :(

V1: https://lore.kernel.org/all/20240212155332.541949-1-nm@ti.com/

Nishanth Menon :
  board: beagle: beagleplay: Enable 32k crystal
  configs: am62x_beagleplay_r5_defconfig: Enable SPL_BOARD_INIT
  arm: mach-k3: am62: Add Debounce configuration register definitions
  board: beagle: beagleplay: Configure debounce registers
  board: beagle: beagleplay: env: Drop usb and pxe as boot targets

 arch/arm/mach-k3/include/mach/am62_hardware.h |  3 +
 board/beagle/beagleplay/beagleplay.c          | 61 +++++++++++++++++++
 board/beagle/beagleplay/beagleplay.env        |  2 +-
 configs/am62x_beagleplay_r5_defconfig         |  1 +
 4 files changed, 66 insertions(+), 1 deletion(-)

base-commit: 3e6f2a94bfc25f1782ce2d45db27f47ec781feb1

[1] https://lore.kernel.org/u-boot/20230725185253.2123433-4-nm@ti.com/
[2] https://lore.kernel.org/u-boot/20240212194726.1093771-1-nm@ti.com/
-- 
2.43.0


More information about the U-Boot mailing list