Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cf0b046 authored by Soumya Managoli's avatar Soumya Managoli
Browse files

ARM: dts: msm: Enable default adsp img loading

Override adsp-fw-name with empty string
so that default adsp img is loaded.

Change-Id: I3df181ab25b500d4ebf8b730594f87abe00b4a9b
parent f684f506
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -11,3 +11,11 @@
	qcom,msm-id = <476 0x10000>;
	qcom,board-id = <1 0>;
};

/*
 * overriding adsp-fw-names with empty string
 * to allow default adsp img load
 */
&adsp_loader {
	adsp-fw-names="";
};
+8 −0
Original line number Diff line number Diff line
@@ -11,3 +11,11 @@
	qcom,msm-id = <476 0x10000>;
	qcom,board-id = <8 0>;
};

/*
 * overriding adsp-fw-names with empty string
 * to allow default adsp img load
 */
&adsp_loader {
	adsp-fw-names="";
};