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

Commit 29648eb7 authored by Aditya Bavanari's avatar Aditya Bavanari Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add support to load ADSP fw image for NA variant

When ADSP variant fuse register read is not supported,
load fw based on name directly. Update the fw name for
scuba NA target variant.

Change-Id: I4da8fdaeb7673e325572393c0412a618aa38c4cb
parent 49aae483
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -900,6 +900,12 @@ Optional properties:
	will load LPASS Q6 for other targets as expected.
	"adsp" option need not be explicitly mentioned in
	DTSI file, as it is default option.
 - adsp-fuse-not-supported:
	When ADSP variant read from fuse register is not
	supported, set this to true to check if image with different fw image
	name needs to be loaded
 - adsp-fw-name:
	ADSP fw name with which PIL API to load DSP needs to be called

Example:

@@ -907,6 +913,8 @@ qcom,msm-adsp-loader {
	compatible = "qcom,adsp-loader";
	qcom,adsp-state = <2>;
	qcom,proc-img-to-load = "modem";
	adsp-fuse-not-supported = <1>;
	adsp-fw-name = "adsp2";
};

* msm-audio-ion
+5 −0
Original line number Diff line number Diff line
@@ -3,3 +3,8 @@
	qcom,msm-mbhc-hphl-swh = <1>;
	qcom,msm-mbhc-gnd-swh = <1>;
};

&adsp_loader {
	adsp-fuse-not-supported = <1>;
	adsp-fw-name = "adsp2";
};