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

Commit a312d0f2 authored by Banajit Goswami's avatar Banajit Goswami
Browse files

ARM: dts: msm: Add adsp-loader support for APQ8084



adsp-loader is required by audio to load the dsp image and
continue with audio initialization. Add support for adsp-loader
in device tree for APQ8084

Change-Id: I5e460933a3d6297408fcddbd132392cabef02369
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent df57627c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -893,6 +893,10 @@
		qcom,ib = <32505856>;
	};

	qcom,msm-adsp-loader {
		compatible = "qcom,adsp-loader";
		qcom,adsp-state = <0>;
	};
};

&gdsc_venus {
+1 −0
Original line number Diff line number Diff line
@@ -320,6 +320,7 @@ config ARCH_APQ8084
	select MSM_RPM_SMD
	select USB_ARCH_HAS_XHCI
	select KRAIT_REGULATOR
	select MSM_PIL

config ARCH_MPQ8092
	bool "MPQ8092"