From 3e66f1276dd704a746b147a2a85bb49d9af2ed92 Mon Sep 17 00:00:00 2001 From: Mrigank Dembla Date: Wed, 1 Jul 2026 15:27:12 +0530 Subject: [PATCH] shikra-evk: add phone to MACHINE_FEATURES The Shikra CQM variant includes an integrated LTE Cat 4 modem. To support WWAN connectivity on modem-enabled configurations, the userspace modem management stack (ModemManager) must be enabled. qcom-distro enables ModemManager only for machines advertising the 'phone' capability through MACHINE_FEATURES. The CQM and CQS variants share the same publicly available firmware and CDT, so maintaining separate machine definitions provides little value. Note: cellular modem functionality requires an additional modem firmware package provided separately to licensed customers. Signed-off-by: Mrigank Dembla --- conf/machine/shikra-evk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/shikra-evk.conf b/conf/machine/shikra-evk.conf index 3024f4ed..07b8ad8d 100644 --- a/conf/machine/shikra-evk.conf +++ b/conf/machine/shikra-evk.conf @@ -4,7 +4,7 @@ require conf/machine/include/qcom-shikra.inc -MACHINE_FEATURES += "efi pci" +MACHINE_FEATURES += "efi pci phone" KERNEL_DEVICETREE ?= " \ qcom/shikra-cqm-evk.dtb \