diff options
author | Praneeth Bajjuri <praneeth@ti.com> | 2023-11-14 17:51:56 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-11-15 12:58:24 -0600 |
commit | d29501f882e2297701c0f22fbd187161c7acc50b (patch) | |
tree | 5c451b716e5c0455eb3c85fc7d4ca20fb54aa2ab | |
parent | 4576ef2bece77356d49100bbb153000f6937940d (diff) | |
download | meta-ti-cicd.master.202311160100.tar.gz |
conf: machine: am62xx-lp-evm.conf: Pick MCU GPIO wakeup overlaycicd.master.202311160100
commit [1] renamed the MCU GPIO wakeup overlay as k3-am62x-sk-mcu-gpio-wakeup.dtbo
k3-am62x-sk prefix picks this overlay for am62xx, am62axx and am62xxsip already.
This patch picks the necessary overlay for am62xx-lp-evm since it doesnt use
the same prefix as other am62 platforms.
[1]: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/commit/?&id=24bd6ce832cd
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Reviewed-by: Judith Mendez <jm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf index afa5e061..dfb9cbfa 100644 --- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf +++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | |||
@@ -9,6 +9,7 @@ KERNEL_DEVICETREE_PREFIX = " \ | |||
9 | ti/k3-am625-sk \ | 9 | ti/k3-am625-sk \ |
10 | ti/k3-am62x-sk-hdmi \ | 10 | ti/k3-am62x-sk-hdmi \ |
11 | ti/k3-am62x-sk-mcan \ | 11 | ti/k3-am62x-sk-mcan \ |
12 | ti/k3-am62x-sk-mcu \ | ||
12 | " | 13 | " |
13 | 14 | ||
14 | KERNEL_DEVICETREE = " \ | 15 | KERNEL_DEVICETREE = " \ |