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

Commit 918ba722 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge da07ad88 on remote branch

Change-Id: I1c1cbb77e4c89c142b4697b62c35a5c034709a88
parents b9168d4f da07ad88
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4665,6 +4665,7 @@
		qcom,ipa-holb-monitor-max-cnt-11ad = <10>;
		qcom,tx-wrapper-cache-max-size = <400>;
		qcom,ipa-gpi-event-rp-ddr;
		qcom,register-collection-on-crash;
		clock-names = "core_clk";
		clocks = <&clock_rpmh RPMH_IPA_CLK>;
		qcom,interconnect,num-cases = <5>;
+4 −0
Original line number Diff line number Diff line
@@ -11,3 +11,7 @@
		"qcom,sdxlemur", "qcom,mtp";
	qcom,board-id = <0x8010008 0x308>;
};

&sdx_ext_ipc {
	status = "ok";
};
+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";
};
+7 −0
Original line number Diff line number Diff line
@@ -12,3 +12,10 @@
		"qcom,sdxlemur", "qcom,mtp";
	qcom,board-id = <0x11010008 0x311>;
};

&sdx_ext_ipc {
	qcom,status-in-gpio = <&tlmm 12 0x00>;
	qcom,status-out-gpio = <&tlmm 13 0x00>;
	qcom,status-out2-gpio = <&tlmm 15 0x00>;
	status = "ok";
};
+4 −0
Original line number Diff line number Diff line
@@ -11,3 +11,7 @@
		"qcom,sdxlemur", "qcom,mtp";
	qcom,board-id = <0x8010008 0x308>;
};

&sdx_ext_ipc {
	status = "ok";
};
Loading