diff mbox series

[master,v2] am62axx.inc: Add TPS6594 regulator and core modules to initramfs image

Message ID 20251202055907.303737-1-m-shah@ti.com
State New
Headers show
Series [master,v2] am62axx.inc: Add TPS6594 regulator and core modules to initramfs image | expand

Commit Message

Moteen Shah Dec. 2, 2025, 5:59 a.m. UTC
Add TPS6594 core and regulator driver modules in the initramfs image so
that the SD card can be probed for am62axx as it is dependent on regulator
to get the SD card probing and eventually boot from it.

Signed-off-by: Moteen Shah <m-shah@ti.com>
---
Bootlogs: https://gist.github.com/Jamm02/0313971306492f183be6ae5ef6c0dbce

 meta-ti-bsp/conf/machine/include/am62axx.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

PRC Automation Dec. 2, 2025, 6:07 a.m. UTC | #1
meta-ti / na / 20251202055907.303737-1-m-shah

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [master][PATCH v2] am62axx.inc: Add TPS6594 regulator and core modules to initramfs image
    WARN: Revised patch missing a comment. (REVISION-1)
        patch
    
    For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [master][PATCH v2] am62axx.inc: Add TPS6594 regulator and core modules to initramfs image
- Submitter: From: Moteen Shah <m-shah@ti.com>
- Date: Date: Tue, 2 Dec 2025 11:29:07 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 1900e16f59d8cd3547016b151baa7438f2fa665f

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: conf: j784s4: Add k3_bist tie-test-builds config
- Commit SHA: ef4a1171e41999582bcd0707450c6281995e956b

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/include/am62axx.inc b/meta-ti-bsp/conf/machine/include/am62axx.inc
index b66a2227..08111f82 100644
--- a/meta-ti-bsp/conf/machine/include/am62axx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62axx.inc
@@ -12,5 +12,5 @@  OPTEEMACHINE = "k3-am62x"
 
 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw"
 
-TI_INITRAMFS_KERNEL_MODULES:append:bsp-mainline  = " kernel-module-tps6594-i2c"
-TI_INITRAMFS_KERNEL_MODULES:append:bsp-next  = " kernel-module-tps6594-i2c"
+TI_INITRAMFS_KERNEL_MODULES:append:bsp-mainline  = " kernel-module-tps6594-i2c kernel-module-tps6594-regulator kernel-module-tps6594-core"
+TI_INITRAMFS_KERNEL_MODULES:append:bsp-next  = " kernel-module-tps6594-i2c kernel-module-tps6594-regulator kernel-module-tps6594-core"