summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Bavanari <abavanar@qti.qualcomm.com>2021-11-12 12:04:39 +0530
committerAditya Bavanari <abavanar@qti.qualcomm.com>2021-11-12 12:06:19 +0530
commit9e4b99d8903a67cf29d1621f21b510aba33177a3 (patch)
tree3cde1954a85fd76d219a4515b05a8f9754193ae1
parent0c3688f3b18950e64b5ddd5c9eb801ed4cd8a9e9 (diff)
downloaddevicetree-9e4b99d8903a67cf29d1621f21b510aba33177a3.tar.gz
ARM: dts: msm: Remove adsp fw name overriding for magnus
ADSP fw image name need not be overridden as it picks the default image based on fuse register value. Remove the overriding to fix the adsp loading issue. Change-Id: I3af73f14032ba7c7f27b8bc1248e76f5baf0b4b0
-rw-r--r--qcom/litomagnus-cdp-overlay.dts8
-rw-r--r--qcom/litomagnus-mtp-overlay.dts8
2 files changed, 0 insertions, 16 deletions
diff --git a/qcom/litomagnus-cdp-overlay.dts b/qcom/litomagnus-cdp-overlay.dts
index 878110c0..9924e3b2 100644
--- a/qcom/litomagnus-cdp-overlay.dts
+++ b/qcom/litomagnus-cdp-overlay.dts
@@ -11,11 +11,3 @@
qcom,msm-id = <400 0x20000>, <440 0x20000>;
qcom,board-id = <1 1>;
};
-
-/*
- * overriding adsp-fw-names with empty string
- * to allow default adsp img load
- */
-&adsp_loader {
- adsp-fw-names="";
-};
diff --git a/qcom/litomagnus-mtp-overlay.dts b/qcom/litomagnus-mtp-overlay.dts
index 58a6b346..4bce6191 100644
--- a/qcom/litomagnus-mtp-overlay.dts
+++ b/qcom/litomagnus-mtp-overlay.dts
@@ -11,11 +11,3 @@
qcom,msm-id = <400 0x20000>, <440 0x20000>;
qcom,board-id = <8 1>;
};
-
-/*
- * overriding adsp-fw-names with empty string
- * to allow default adsp img load
- */
-&adsp_loader {
- adsp-fw-names="";
-};