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

Commit dcf627f8 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: Add DWC3 USB3.0 device to MPQ8092"

parents eb83af52 6fb94fc0
Loading
Loading
Loading
Loading
+55 −0
Original line number Diff line number Diff line
@@ -288,6 +288,61 @@
		qti,usb2-power-budget = <500>;
	};

	usb3: ssusb@f9200000 {
		compatible = "qti,dwc-usb3-msm";
		reg = <0xf9200000 0xfc000>,
			  <0xfd4ab000 0x4>;
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

		interrupts = <0 133 0>;
		interrupt-names = "hs_phy_irq";

		vbus_dwc3-supply = <&usb3_otg>;
		qti,charging-disabled;
		qti,dwc-usb3-msm-dbm-eps = <4>;
		qti,dwc-usb3-msm-tx-fifo-size = <29696>;
		qti,dwc-usb3-msm-qdss-tx-fifo-size = <8192>;

		qti,msm-bus,name = "usb3";
		qti,msm-bus,num-cases = <2>;
		qti,msm-bus,num-paths = <1>;
		qti,msm-bus,vectors-KBps =
				<61 512 0 0>,
				<61 512 240000 960000>;
		dwc3@f9200000 {
			compatible = "synopsys,dwc3";
			reg = <0xf9200000 0xfc000>;
			interrupt-parent = <&intc>;
			interrupts = <0 131 0>, <0 179 0>;
			interrupt-names = "irq", "otg_irq";
			usb-phy = <&hsphy>, <&ssphy>;
			tx-fifo-resize;
			host-only-mode;
		};
	};

	hsphy: hsphy@f92f8800 {
		compatible = "qti,usb-hsphy";
		reg = <0xf92f8800 0x3ff>;
		qti,hsphy-init = <0x00D191A4>;
		vdd-supply = <&pma8084_s8_corner>;
		vdda18-supply = <&pma8084_l22>;
		vdda33-supply = <&pma8084_l24>;
		qti,vdd-voltage-level = <1 5 7>;
		qti,ext-vbus-id;
	};

	ssphy: ssphy@f92f8800 {
		compatible = "qti,usb-ssphy";
		reg = <0xf92f8800 0x3ff>;
		vdd-supply = <&pma8084_s8_corner>;
		vdda18-supply = <&pma8084_l22>;
		vdda33-supply = <&pma8084_l24>;
		qti,vdd-voltage-level = <1 5 7>;
	};

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