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

Commit 13e457e5 authored by Ghanim Fodi's avatar Ghanim Fodi
Browse files

ARM: dts: msm: fix IPA register region size for sdxprairie



IPA register region size used at S/W should be
0x84000 instead of 0xc0000.

CRs-Fixed: 2346179
Change-Id: Ib172d0bcc3c07febe9b140ce08a88e9de4e3f31b
Signed-off-by: default avatarGhanim Fodi <gfodi@codeaurora.org>
parent 871eac76
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -238,7 +238,7 @@


	ipa_hw: qcom,ipa@01e00000 {
	ipa_hw: qcom,ipa@01e00000 {
		compatible = "qcom,ipa";
		compatible = "qcom,ipa";
		reg = <0x1e00000 0xc0000>,
		reg = <0x1e00000 0x84000>,
		      <0x1e04000 0x23000>;
		      <0x1e04000 0x23000>;
		reg-names = "ipa-base", "gsi-base";
		reg-names = "ipa-base", "gsi-base";
		interrupts =
		interrupts =