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

Commit 1ba6880e authored by Gidon Studinski's avatar Gidon Studinski
Browse files

ARM: dts: msm: update IPA node for sdx-hedgehog



Update IPA node for sdx-hedgehog. sdx-hedgehog inherits the DTS definitions
from mdmcalifornium. Since IPA HW is different between the two targets,
this change updates the IPA node.

Change-Id: I03600742a1b02e9ebfa8394a2772e1e96801d6bd
Signed-off-by: default avatarGidon Studinski <gidons@codeaurora.org>
parent bdff82e8
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -25,5 +25,13 @@
			<1 11 0xf08>;
			<1 11 0xf08>;
		clock-frequency = <19200000>;
		clock-frequency = <19200000>;
	};
	};

};

&soc {
	ipa_hw: qcom,ipa@07B00000 {
		qcom,ipa-hw-ver = <12>; /* IPA core version = IPAv3.5 */
		/delete-property/qcom,use-rg10-limitation-mitigation;
	};
};
};