diff options
author | Ryan Eatmon <reatmon@ti.com> | 2023-05-09 13:50:58 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-05-09 15:28:36 -0500 |
commit | f3a081a6c22773bba1fdf5e488ff7dec30c3dc84 (patch) | |
tree | 93f39a4b940d32745f3376364b285c66280613f7 /meta-ti-bsp/conf | |
parent | a6e4dcafc269a083b4075cb6773c57f0f2833c7f (diff) | |
download | meta-ti-f3a081a6c22773bba1fdf5e488ff7dec30c3dc84.tar.gz |
conf: machine: j784s4: Add AM69 SK dtbs to KERNEL_DEVICETREE_PREFIX
Add in missing am69 based dtbs that were added in dunfell at the end of
the 8.6 release cycle.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/j784s4-evm.conf | 1 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/j784s4-hs-evm.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm.conf b/meta-ti-bsp/conf/machine/j784s4-evm.conf index f0d04a89..4fe64d88 100644 --- a/meta-ti-bsp/conf/machine/j784s4-evm.conf +++ b/meta-ti-bsp/conf/machine/j784s4-evm.conf | |||
@@ -10,6 +10,7 @@ OPTEE_K3_USART = "0x8" | |||
10 | KERNEL_DEVICETREE_PREFIX = " \ | 10 | KERNEL_DEVICETREE_PREFIX = " \ |
11 | ti/k3-j784s4 \ | 11 | ti/k3-j784s4 \ |
12 | ti/k3-j7200-mcspi-loopback \ | 12 | ti/k3-j7200-mcspi-loopback \ |
13 | ti/k3-am69-sk \ | ||
13 | " | 14 | " |
14 | 15 | ||
15 | KERNEL_DEVICETREE = " \ | 16 | KERNEL_DEVICETREE = " \ |
diff --git a/meta-ti-bsp/conf/machine/j784s4-hs-evm.conf b/meta-ti-bsp/conf/machine/j784s4-hs-evm.conf index 89803598..815731f8 100644 --- a/meta-ti-bsp/conf/machine/j784s4-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/j784s4-hs-evm.conf | |||
@@ -11,6 +11,7 @@ OPTEE_K3_USART = "0x8" | |||
11 | KERNEL_DEVICETREE_PREFIX = " \ | 11 | KERNEL_DEVICETREE_PREFIX = " \ |
12 | ti/k3-j784s4 \ | 12 | ti/k3-j784s4 \ |
13 | ti/k3-j7200-mcspi-loopback \ | 13 | ti/k3-j7200-mcspi-loopback \ |
14 | ti/k3-am69-sk \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | KERNEL_DEVICETREE = " \ | 17 | KERNEL_DEVICETREE = " \ |