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

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

ARM: dts: qcom: Modify adsp variant bits for lito target

ADSP variant uses 25 and 26 bits to identify the amount of
LPI memory and load the respective ADSP firmware images.
Modify the nvmem cell properties to accommodate this.
Add adsp-fw-names and adsp-fw-bit-values to use them
for identifying the ADSP fw image name to be loaded for
a sku variant.

Change-Id: Iab8a55906f6f4172b043970b6ff82595ca45de6e
parent ae8139c7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -456,4 +456,6 @@
&adsp_loader {
	nvmem-cells = <&adsp_variant>;
	nvmem-cell-names = "adsp_variant";
	adsp-fw-names = "adsp2";
	adsp-fw-bit-values = <0x2>;
};
+2 −2
Original line number Diff line number Diff line
@@ -3597,8 +3597,8 @@
		};

		adsp_variant: adsp_variant@210 {
			reg = <0x210 0x4>;
			bits = <0x0 0x20>;
			reg = <0x213 0x1>;
			bits = <1 2>;
		};

		iris_efuse: iris@6008 {