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

Commit 7236081c 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: msm: Enable Secondary USB EHCI Host Controller"

parents cd6b726e 60568c16
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -31,3 +31,9 @@
&blsp1_uart4 {
	status = "ok";
};

&ehci {
	status = "ok";
	qti,ext-hub-reset-gpio = <&msmgpio 0 0>;
	vbus-supply = <&hsusb2_otg>;
};
+13 −0
Original line number Diff line number Diff line
@@ -266,6 +266,19 @@
		vin-supply = <&smb210_vreg>;
	};

	ehci: msm_ehci@f9a95000 {
		compatible = "qti,ehci-host";
		status = "disabled";
		reg = <0xf9a95000 0x400>;
		interrupts = <0 293 0>, <0 294 0>;
		interrupt-names = "core_irq", "async_irq";
		HSUSB_VDDCX-supply = <&pma8084_s8_corner>;
		qti,vdd-voltage-level = <1 2 3 5 7>;
		HSUSB_1p8-supply = <&pma8084_l22>;
		HSUSB_3p3-supply = <&pma8084_l24>;
		qti,usb2-power-budget = <500>;
	};

	spmi_bus: qcom,spmi@fc4c0000 {
		cell-index = <0>;
		compatible = "qcom,spmi-pmic-arb";