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

Commit ade6edd6 authored by Mayank Rana's avatar Mayank Rana
Browse files

ARM: dts: msmzirc: Enable USB device



This change enables USB related resources and configuration
to get USB device mode functionality.

Change-Id: Ib7fe8af841328d512048f83fc6e9f89330821bfd
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent c5bc590f
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -40,3 +40,30 @@
		rst-gpio = <&msm_gpio 89 0>;
	};
};

&usb3 {
	status = "ok";
	qcom,skip-charger-detection;
	qcom,otg-capability;
	qcom,vbus-present;
	dwc3@8a00000 {
		maximum-speed = "high-speed";
	};
};

&qusb_phy {
	status = "ok";
	qcom,emulation;
};

&ssphy {
	status = "ok";
	qcom,emulation;
};

&soc {
	android_usb {
		status = "ok";
	};

};
+23 −0
Original line number Diff line number Diff line
@@ -30,3 +30,26 @@
&ipa_hw {
		qcom,ipa-hw-mode = <1>; /* IPA hw type = Virtual */
	};

&usb3 {
	status = "ok";
	qcom,skip-charger-detection;
	qcom,vbus-present;
	dwc3@8a00000 {
		maximum-speed = "high-speed";
	};
};

&qusb_phy {
	status = "ok";
};

&ssphy {
	status = "ok";
};

&soc {
	android_usb {
		status = "ok";
	};
};