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

Commit 9b9f7400 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: Support USB hub for apq8009"

parents f1f04f18 5868dafd
Loading
Loading
Loading
Loading
+19 −3
Original line number Diff line number Diff line
@@ -168,7 +168,6 @@
		pinctrl-1 = <&spkr_en_sleep>;
	};


	vph_pwr_vreg: vph_pwr_vreg {
		compatible = "regulator-fixed";
		status = "ok";
@@ -176,6 +175,23 @@
		regulator-always-on;
	};

	otg_vreg_5p0: otg_vreg_5p0 {
		compatible = "regulator-fixed";
		regulator-name = "sbc_vreg_5p0";
		regulator-min-microvolt = <5000000>;
		regulator-max-microvolt = <5000000>;
		status = "ok";
		enable-active-low;
		vin-supply = <&vph_pwr_vreg>;
	};

	vbus_otg_vreg: vbus_otg_vreg {
		compatible = "regulator-fixed";
		regulator-name = "vbus_otg_vreg";
		gpio = <&msm_gpio 74 0>;
		vin-supply = <&otg_vreg_5p0>;
	};

	mdss_mdp: qcom,mdss_mdp@1a00000 {
		status = "disabled";
	};
@@ -310,8 +326,8 @@
	interrupt-names = "core_irq", "async_irq", "phy_irq";
	qcom,hsusb-otg-mode = <3>;
	qcom,switch-vbus-w-id;
	vbus_otg-supply = <&vph_pwr_vreg>;
	extcon = <&pm8916_chg>;
	qcom,phy-id-high-as-peripheral;
	vbus_otg-supply = <&vbus_otg_vreg>;
};

&external_image_mem {