diff mbox series

[master/kirkstone,3/5] beaglebone-ai64: add new DTBOs, remove duplicate settings

Message ID 20230407203636.3265548-4-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series BeagleBoard.org related updates | expand

Commit Message

Denys Dmytriyenko April 7, 2023, 8:36 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

* 5.10.162 added 2 new DT overlays
* Remove duplicate settings that are already set in SoC config

Cc: Robert Nelson <robertcnelson@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-bsp/conf/machine/beaglebone-ai64.conf | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
index 6e8c863c..94439911 100644
--- a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
+++ b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf
@@ -18,6 +18,7 @@  ti/k3-j721e-beagleboneai64.dtb \
 ti/k3-j721e-beagleboneai64-no-shared-mem.dtb \
 ti/k3-j721e-common-proc-board.dtb \
 ti/k3-j721e-common-proc-board-infotainment.dtbo \
+ti/k3-j721e-common-proc-board-uarts.dtbo \
 ti/k3-j721e-cpb-csi2-ov5640.dtbo \
 ti/k3-j721e-fpdlink-cpb-fusion.dtbo \
 ti/k3-j721e-fpdlink-imx390-cm-0-0.dtbo \
@@ -64,6 +65,7 @@  ti/overlays/BONE-PWM1.dtbo \
 ti/overlays/BONE-PWM2.dtbo \
 ti/overlays/BONE-SPI0_0.dtbo \
 ti/overlays/BONE-SPI0_1.dtbo \
+ti/overlays/BONE-SPI1_0.dtbo \
 ti/overlays/BONE-UART1.dtbo \
 ti/overlays/BONE-USB0-host.dtbo \
 ti/overlays/J721E-PRU-UIO-00A0.dtbo \
@@ -71,9 +73,5 @@  ti/overlays/k3-j721e-beagleboneai64-RPi-7inch-panel.dtbo \
 ti/overlays/robotics-cape.dtbo \
 "
 
-IMAGE_BOOT_FILES += "sysfw.itb"
-
 MACHINE_GUI_CLASS = "bigscreen"
-MACHINE_FEATURES += "screen"
-
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree kernel-image-image"