diff mbox series

[meta-ti,master/kirkstone,1/2] conf: machine: j721s2: Add AM68 SK dtbs to KERNEL_DEVICETREE_PREFIX

Message ID 20230509185058.10560-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/kirkstone,1/2] conf: machine: j721s2: Add AM68 SK dtbs to KERNEL_DEVICETREE_PREFIX | expand

Commit Message

Ryan Eatmon May 9, 2023, 6:50 p.m. UTC
Add in missing am68 based dtbs that were added in dunfell at the end of
the 8.6 release cycle.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-ti-bsp/conf/machine/j721s2-evm.conf    | 1 +
 meta-ti-bsp/conf/machine/j721s2-hs-evm.conf | 1 +
 2 files changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/j721s2-evm.conf b/meta-ti-bsp/conf/machine/j721s2-evm.conf
index 2a128411..bdea7c44 100644
--- a/meta-ti-bsp/conf/machine/j721s2-evm.conf
+++ b/meta-ti-bsp/conf/machine/j721s2-evm.conf
@@ -10,6 +10,7 @@  OPTEE_K3_USART = "0x8"
 KERNEL_DEVICETREE_PREFIX = " \
     ti/k3-j721s2 \
     ti/k3-j7200-mcspi-loopback \
+    ti/k3-am68-sk \
 "
 
 KERNEL_DEVICETREE = " \
diff --git a/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf b/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf
index 2ee1d949..190810ce 100644
--- a/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf
@@ -10,6 +10,7 @@  OPTEE_K3_USART = "0x8"
 KERNEL_DEVICETREE_PREFIX = " \
     ti/k3-j721s2 \
     ti/k3-j7200-mcspi-loopback \
+    ti/k3-am68-sk \
 "
 
 KERNEL_DEVICETREE = " \