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

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

ARM: dts: msm: Add adsp variant register node in qfprom

Add adsp variant register node in lito qfprom
to use it for differentiation of sku variants.

Change-Id: If3e81b73c800260db4e25b165291a5ba2e09ed06
parent 08da6d24
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -452,3 +452,8 @@
&va_cdc_dma_0_tx {
	qcom,msm-dai-is-island-supported = <1>;
};

&adsp_loader {
	nvmem-cells = <&adsp_variant>;
	nvmem-cell-names = "adsp_variant";
};
+5 −0
Original line number Diff line number Diff line
@@ -3583,6 +3583,11 @@
			reg = <0x1ea 0x2>;
			bits = <5 8>;
		};

		adsp_variant: adsp_variant@0x780210 {
			reg = <0x210 0x4>;
			bits = <0x0 0x20>;
		};
	};
};

+1 −1
Original line number Diff line number Diff line
@@ -443,7 +443,7 @@
		qcom,dba-bridge-chip = "adv7533";
	};

	qcom,msm-adsp-loader {
	adsp_loader: qcom,msm-adsp-loader {
		status = "ok";
		compatible = "qcom,adsp-loader";
		qcom,adsp-state = <0>;