summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorMoteen Shah <m-shah@ti.com>2025-12-02 11:29:07 +0530
committerRyan Eatmon <reatmon@ti.com>2025-12-19 09:57:39 -0600
commit3073bf9e290b9199baa4b35b5c684c3e1ca211ef (patch)
tree5651bbe2cf54b6e571b96767498fea8216eb8e70 /meta-ti-bsp/conf/machine/include
parent2b3ca72005639850bbb6a47a046812764a09d526 (diff)
downloadmeta-ti-3073bf9e290b9199baa4b35b5c684c3e1ca211ef.tar.gz
am62axx.inc: Add TPS6594 regulator and core modules to initramfs image
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> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
-rw-r--r--meta-ti-bsp/conf/machine/include/am62axx.inc4
1 files changed, 2 insertions, 2 deletions
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"
12 12
13MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw" 13MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw"
14 14
15TI_INITRAMFS_KERNEL_MODULES:append:bsp-mainline = " kernel-module-tps6594-i2c" 15TI_INITRAMFS_KERNEL_MODULES:append:bsp-mainline = " kernel-module-tps6594-i2c kernel-module-tps6594-regulator kernel-module-tps6594-core"
16TI_INITRAMFS_KERNEL_MODULES:append:bsp-next = " kernel-module-tps6594-i2c" 16TI_INITRAMFS_KERNEL_MODULES:append:bsp-next = " kernel-module-tps6594-i2c kernel-module-tps6594-regulator kernel-module-tps6594-core"