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

Commit 156aa1e4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msmzirc: Enable USB device"

parents c34152a5 ade6edd6
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";
	};
};