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

Commit 4fbce21b authored by Ghanim Fodi's avatar Ghanim Fodi
Browse files

ARM: dts: msm: Configure APQ platform type for sm8150_sdxprairie



sm8150 component as part of sm8150_sdxprairie platform
configured with APQ mode where there is IPA H/W but
no Modem. This require special configuration at IPA
driver.

Change-Id: Ic85a9a489ed1af97f2218496ebd429e1e5693415
Signed-off-by: default avatarGhanim Fodi <gfodi@codeaurora.org>
parent 4b54d9aa
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -33,3 +33,9 @@
		status = "disabled";
	};
};

&soc {
	ipa_hw: qcom,ipa@1e00000 {
		qcom,platform-type = <2>; /* APQ platform */
	};
};