diff options
author | Praneeth Bajjuri <praneeth@ti.com> | 2023-11-14 17:51:56 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-11-15 13:00:12 -0600 |
commit | f61e2c2a28b7f28e3b6bd32021f00dd7b8f53961 (patch) | |
tree | 1a019abe4a01a311895143bb44b36cbfc8c7ba19 | |
parent | 6b3b744e613a206a4acafe997dde8c706ce26f59 (diff) | |
download | meta-ti-f61e2c2a28b7f28e3b6bd32021f00dd7b8f53961.tar.gz |
conf: machine: am62xx-lp-evm.conf: Pick MCU GPIO wakeup overlay
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 = " \ |