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

Commit da07ad88 authored by Gokul Sriram Palanisamy's avatar Gokul Sriram Palanisamy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Fix ipq attach property for sdx driver

Enable ipc driver and move ipq807x_attach
property to ep dts only.

Change-Id: I65e05063ac9106e68bd96b1c7aa47d24c01885f0
parent 872a41cf
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -70,7 +70,4 @@
	qcom,iommu-dma = "bypass";
};

&sdx_ext_ipc {
	ipq807x_attach = <1>;
	status = "ok";
};
+5 −0
Original line number Diff line number Diff line
@@ -10,3 +10,8 @@
		"qcom,sdxlemur", "qcom,mtp";
	qcom,board-id = <0xB010008 0x20B>;
};

&sdx_ext_ipc {
	ipq807x_attach = <1>;
	status = "ok";
};