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

Commit 22e0f8b9 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Enable qrtr-mhi-dev only for SA515M PCIe-EP devices



This QRTR endpoint is only needed for SA515M CCARD
PCIe-EP devices. So disable it for other CCARD types.

Change-Id: I944be191bc0214c2fb1d0cdf5d5325af70c18b83
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 05ffcd8c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -48,3 +48,7 @@
&mhi_net_device {
	status = "okay";
};

&mhi_dev_qrtr {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -201,3 +201,7 @@
	qcom,vdd-wlan-rfa1-info = <1350000 1350000 0 0>;
	qcom,vdd-wlan-rfa3-info = <1904000 1904000 450000 0>;
};

&mhi_dev_qrtr {
	status = "disabled";
};
+1 −1
Original line number Diff line number Diff line
@@ -691,7 +691,7 @@
		};
	};

	qcom,mhi_dev_qrtr {
	mhi_dev_qrtr: qcom,mhi_dev_qrtr {
		compatible = "qcom,qrtr-mhi-dev";
		qcom,net-id = <3>;
	};