From ef63c5296056b426c05b31fd55a264eaa89bf138 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 7 Apr 2023 20:36:34 +0000 Subject: [PATCH] beaglebone-ai64: add new DTBOs, remove duplicate settings * 5.10.162 added 2 new DT overlays * Remove duplicate settings that are already set in SoC config Cc: Robert Nelson Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/beaglebone-ai64.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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"