From 9e4b99d8903a67cf29d1621f21b510aba33177a3 Mon Sep 17 00:00:00 2001 From: Aditya Bavanari Date: Fri, 12 Nov 2021 12:04:39 +0530 Subject: 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 --- qcom/litomagnus-cdp-overlay.dts | 8 -------- qcom/litomagnus-mtp-overlay.dts | 8 -------- 2 files changed, 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=""; -}; -- cgit v1.2.3