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

Commit 45a0c554 authored by Hanumant Singh's avatar Hanumant Singh
Browse files

ARM: dts: msm: Fix APQ8084 SMB1357 cdp board dts



Remove the mdm entry from the standalone APQ8084 smb1357 dts file
since this target does not have an external modem.

CRs-Fixed: 692099
Change-Id: Ieb5fda7b888a75a96de0e54b29e962df9589b46c
Signed-off-by: default avatarHanumant Singh <hanumant@codeaurora.org>
parent 3c7ef256
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -43,22 +43,6 @@
	};
};

&mdm0 {
	interrupt-map = <0 &msmgpio 111 0x3
			1 &msmgpio 109 0x3
			2 &msmgpio 113 0x3
			3 &msmgpio 115 0x3>;
	qcom,mdm2ap-errfatal-gpio = <&msmgpio 111 0x00>;
	qcom,ap2mdm-errfatal-gpio = <&msmgpio 112 0x00>;
	qcom,mdm2ap-status-gpio   = <&msmgpio 109 0x00>;
	qcom,ap2mdm-status-gpio   = <&msmgpio 110 0x00>;
	qcom,ap2mdm-soft-reset-gpio = <&msmgpio 128 0x00>;
	qcom,mdm2ap-pblrdy-gpio = <&msmgpio 113 0x00>;
	qcom,ap2mdm-vddmin-gpio = <&msmgpio 114 0x00>;
	qcom,mdm2ap-vddmin-gpio = <&msmgpio 115 0x00>;
	status = "ok";
};

&usb3 {
	vbus_dwc3-supply = <&smb1357_otg_vreg>;
};