Spin 3 of the series. Just happened to get a BeagleY-AI at desk and happened to test master branch (7dd49a9264a6 drivers: scsi: Add 'erase' support), noticed a few issues which were rather easy to solve.. so, here we go:
Current series is based off: master 9d3f1ebaf875 ("tools/make_pip: Use venv when invoking pip") BootLog: https://gist.github.com/nmenon/d5d761371515ce0e9cc77021533c34d7 (nothing interesting changed, so same bootlog) Changes since v2: - Dropped override of dfu_alt_info. V2: https://lore.kernel.org/all/20250418193943.953952-1...@ti.com/ V1: https://lore.kernel.org/all/20250411225717.3117370-1...@ti.com/ Nishanth Menon (9): board: beagle: beagley-ai: Add pattern match for MAINTAINERS arch: arm: dts: k3-am67a-beagley-ai-u-boot: Mark main_gpio1 as bootph-all beagle: beagley-ai: env: Set up the boot devices and boot methods beagle: beagley-ai: env: Setup scripts for LED control beagle: beagley-ai: env: Enable DFU env options configs: am67a_beagley_ai*: Use saveddefconfig configs:am67a_beagley_ai*: Drop un-necessary config options configs: am67a_beagley_ai_a53: Enable additional features doc: beagle: Add BeagleY-AI documentation arch/arm/dts/k3-am67a-beagley-ai-u-boot.dtsi | 4 + board/beagle/beagley-ai/MAINTAINERS | 4 +- board/beagle/beagley-ai/beagley-ai.env | 6 +- configs/am67a_beagley_ai_a53_defconfig | 165 ++++++++++--- configs/am67a_beagley_ai_r5_defconfig | 109 ++++++++- doc/board/beagle/am67a_beagley_ai.rst | 244 +++++++++++++++++++ doc/board/beagle/index.rst | 1 + doc/board/ti/k3.rst | 1 + 8 files changed, 493 insertions(+), 41 deletions(-) create mode 100644 doc/board/beagle/am67a_beagley_ai.rst -- 2.47.0