diff options
author | Andrew Davis <afd@ti.com> | 2022-09-13 03:54:49 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-09-22 11:23:07 -0500 |
commit | 1da21eeedcf85db4d5ba42e722d837da65b831c2 (patch) | |
tree | c60fd65d49f5af53634a5a24e8fb5999baea2c41 /meta-ti-bsp/conf | |
parent | 0aad7566e81105081b2d6a9f434024982a39d6e3 (diff) | |
download | meta-ti-1da21eeedcf85db4d5ba42e722d837da65b831c2.tar.gz |
conf: machine: am64xx: Add missing dtbo
Add missing k3-am642-evm-icssg1-dualemac-mii.dtbo.
Reported-by: Judith Mendez <jm@ti.com>
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am64xx.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc index afb96a22..c5820986 100644 --- a/meta-ti-bsp/conf/machine/include/am64xx.inc +++ b/meta-ti-bsp/conf/machine/include/am64xx.inc | |||
@@ -10,6 +10,7 @@ KERNEL_DEVICETREE = " \ | |||
10 | ti/k3-am642-evm.dtb \ | 10 | ti/k3-am642-evm.dtb \ |
11 | ti/k3-am642-sk.dtb \ | 11 | ti/k3-am642-sk.dtb \ |
12 | ti/k3-am642-evm-icssg1-dualemac.dtbo \ | 12 | ti/k3-am642-evm-icssg1-dualemac.dtbo \ |
13 | ti/k3-am642-evm-icssg1-dualemac-mii.dtbo \ | ||
13 | ti/k3-am642-evm-nand.dtbo \ | 14 | ti/k3-am642-evm-nand.dtbo \ |
14 | " | 15 | " |
15 | 16 | ||