diff options
| author | Judith Mendez <jm@ti.com> | 2026-03-16 17:18:14 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-03-18 08:24:01 -0500 |
| commit | 237d409aafccc8f2debabc0fd8b63b11834cd41b (patch) | |
| tree | a10c4b2cd4855c65ee0b23bde94e5b54a36d552d /meta-ti-bsp/conf | |
| parent | df378fdf63b1721bd38919e6016576a988a45423 (diff) | |
| download | meta-ti-237d409aafccc8f2debabc0fd8b63b11834cd41b.tar.gz | |
conf: machine: am62a: Fix overlays in KERNEL_DEVICETREE_PREFIX
There have been changes in k3-am62x* overlays due to conflicts
in DT, so update KERNEL_DEVICETREE_PREFIX for AM62A SK appropriately.
Signed-off-by: Judith Mendez <jm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
| -rw-r--r-- | meta-ti-bsp/conf/machine/am62axx-evm.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm.conf b/meta-ti-bsp/conf/machine/am62axx-evm.conf index 32ae2490..01955470 100644 --- a/meta-ti-bsp/conf/machine/am62axx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62axx-evm.conf | |||
| @@ -6,7 +6,13 @@ require conf/machine/include/am62axx.inc | |||
| 6 | 6 | ||
| 7 | KERNEL_DEVICETREE_PREFIX = " \ | 7 | KERNEL_DEVICETREE_PREFIX = " \ |
| 8 | ti/k3-am62a7 \ | 8 | ti/k3-am62a7 \ |
| 9 | ti/k3-am62x-sk \ | 9 | ti/k3-am62x-sk-csi2 \ |
| 10 | ti/k3-am62x-sk-ecap-capture \ | ||
| 11 | ti/k3-am62x-sk-eqep \ | ||
| 12 | ti/k3-am62x-sk-hdmi \ | ||
| 13 | ti/k3-am62x-sk-lpm \ | ||
| 14 | ti/k3-am62x-sk-mcspi-loopback \ | ||
| 15 | ti/k3-am62x-sk-pwm \ | ||
| 10 | ti/k3-fpdlink \ | 16 | ti/k3-fpdlink \ |
| 11 | ti/k3-v3link \ | 17 | ti/k3-v3link \ |
| 12 | " | 18 | " |
