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

Commit b41e28eb authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add fps entry for yupik"

parents 2b80f09e 4e8c32e5
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -3461,6 +3461,10 @@
			reg = <0x6020 0x4>;
		};

		feat_conf_m9: feat_conf_m9@6028 {
			reg = <0x6028 0x4>;
		};

		adsp_variant: adsp_variant@6020 {
			reg = <0x6022 0x1>;
			bits = <2 4>;
@@ -3470,8 +3474,10 @@
	qfprom_sys: qfprom@0 {
		compatible = "qcom,qfprom-sys";

		nvmem-cells = <&feat_conf_m7>;
		nvmem-cell-names = "feat_conf_m7";
		nvmem-cells = <&feat_conf_m7>,
			      <&feat_conf_m9>;
		nvmem-cell-names = "feat_conf_m7",
				   "feat_conf_m9";
	};

	qcom,msm-cdsp-loader {