summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParesh Bhagat <p-bhagat@ti.com>2026-02-06 10:36:08 +0530
committerRyan Eatmon <reatmon@ti.com>2026-02-12 08:24:58 -0600
commit220c16be1192e8c1901d6408a65bb835e75f4d36 (patch)
treea97163b514c08a7c189e88d50de9ec03d6540841
parent7e27e75a5dcb99443a9cd57371d354904bed3672 (diff)
downloadmeta-ti-220c16be1192e8c1901d6408a65bb835e75f4d36.tar.gz
recipes-bsp: Remove TI TAD5212 DAC firmware recipe
TAD5212 now uses a dedicated driver instead of the PCM6240 driver, making the firmware files no longer needed. So remove the recipe and corresponding changes. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am62dxx-evm.conf2
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-dac-fw/ti-dac-fw.bb17
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc1
3 files changed, 1 insertions, 19 deletions
diff --git a/meta-ti-bsp/conf/machine/am62dxx-evm.conf b/meta-ti-bsp/conf/machine/am62dxx-evm.conf
index 4b77656d..d19d4790 100644
--- a/meta-ti-bsp/conf/machine/am62dxx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62dxx-evm.conf
@@ -17,4 +17,4 @@ FIT_CONF_DEFAULT_DTB = "k3-am62d2-evm.dtb"
17 17
18UBOOT_MACHINE = "am62dx_evm_a53_defconfig" 18UBOOT_MACHINE = "am62dx_evm_a53_defconfig"
19 19
20MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-dac-fw ti-adc-fw" 20MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-adc-fw"
diff --git a/meta-ti-bsp/recipes-bsp/ti-dac-fw/ti-dac-fw.bb b/meta-ti-bsp/recipes-bsp/ti-dac-fw/ti-dac-fw.bb
deleted file mode 100644
index 8f68009d..00000000
--- a/meta-ti-bsp/recipes-bsp/ti-dac-fw/ti-dac-fw.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "TI DAC TAD5212 config prebuild binary firmware"
2
3require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
4
5PV = "${TAD5212_FW_VERSION}"
6PR = "${INC_PR}.0"
7
8COMPATIBLE_MACHINE = "am62dxx"
9
10TAD5212_1DEV = "tad5212_01.bin"
11TAD5212_4DEV = "tad5212_04.bin"
12
13do_install() {
14 install -d ${D}${nonarch_base_libdir}/firmware
15 install -m 0644 ${S}/ti/tad5212/${TAD5212_1DEV} ${D}${nonarch_base_libdir}/firmware/
16 install -m 0644 ${S}/ti/tad5212/${TAD5212_4DEV} ${D}${nonarch_base_libdir}/firmware/
17}
diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
index a5e71034..6cea728f 100644
--- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -17,7 +17,6 @@ CNM_WAVE521_FW_VERSION = "1.0.8"
17TI_DM_FW_VERSION = "11.02.07" 17TI_DM_FW_VERSION = "11.02.07"
18TI_SYSFW_VERSION = "11.02.09" 18TI_SYSFW_VERSION = "11.02.09"
19TI_HSM_DEMO_FW_VERSION = "11.00.09" 19TI_HSM_DEMO_FW_VERSION = "11.00.09"
20TAD5212_FW_VERSION = "1.0.0.0"
21TI_PKA_FW_VERSION = "2.1.0" 20TI_PKA_FW_VERSION = "2.1.0"
22TI_IPC_EXAMPLES_FW_VERSION = "3.52.00.01" 21TI_IPC_EXAMPLES_FW_VERSION = "3.52.00.01"
23PCM6240_FW_VERSION = "1.0.0.0" 22PCM6240_FW_VERSION = "1.0.0.0"