From d4eac8e601a8bc5d609b67fc94de2c863dafed75 Mon Sep 17 00:00:00 2001 From: Jabiyeff Date: Sun, 11 Jun 2023 15:16:53 +0400 Subject: [PATCH] spes: Move msm_irqbalance.conf to device tree Signed-off-by: Jabiyeff --- proprietary/vendor/etc/msm_irqbalance.conf | 9 --------- spes-vendor.mk | 1 - 2 files changed, 10 deletions(-) delete mode 100644 proprietary/vendor/etc/msm_irqbalance.conf diff --git a/proprietary/vendor/etc/msm_irqbalance.conf b/proprietary/vendor/etc/msm_irqbalance.conf deleted file mode 100644 index 5cbe8b2..0000000 --- a/proprietary/vendor/etc/msm_irqbalance.conf +++ /dev/null @@ -1,9 +0,0 @@ -################################################################################################################################ -# Copyright (c) 2019 Qualcomm Technologies, Inc. -# All Rights Reserved. -# Confidential and Proprietary - Qualcomm Technologies, Inc. -################################################################################################################################ - -PRIO=1,1,1,1,0,0,0,0 -#arch_timer, arm-pmu, arch_mem_timer -IGNORED_IRQ=19,22,39 diff --git a/spes-vendor.mk b/spes-vendor.mk index 7ae7634..24d91d8 100644 --- a/spes-vendor.mk +++ b/spes-vendor.mk @@ -372,7 +372,6 @@ PRODUCT_COPY_FILES += \ vendor/xiaomi/spes/proprietary/vendor/etc/libnfc-hal-st.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-hal-st.conf \ vendor/xiaomi/spes/proprietary/vendor/etc/libnfc-nci.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nci.conf \ vendor/xiaomi/spes/proprietary/vendor/etc/lowi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/lowi.conf \ - vendor/xiaomi/spes/proprietary/vendor/etc/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf \ vendor/xiaomi/spes/proprietary/vendor/etc/permissions/com.fingerprints.extension.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.fingerprints.extension.xml \ vendor/xiaomi/spes/proprietary/vendor/etc/permissions/vendor-qti-hardware-sensorscalibrate.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/vendor-qti-hardware-sensorscalibrate.xml \ vendor/xiaomi/spes/proprietary/vendor/etc/qdcm_calib_data_k7_38_0c_0a_video_mode_fhdp_dsi_panel.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_k7_38_0c_0a_video_mode_fhdp_dsi_panel.xml \