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

Commit 90195f91 authored by Liangliang Lu's avatar Liangliang Lu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add secondary USB configuration for HDK8150



Add support for second USB controller and PHYs on sm8150.

Change-Id: Ib84ab195d0dab712bad0f21045875dabf07ac85b
Signed-off-by: default avatarLiangliang Lu <luliang@codeaurora.org>
parent b6ede103
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -64,6 +64,29 @@
		qcom,afe-power-on-delay-us = <6>;
		qcom,afe-power-off-delay-us = <6>;
	};

	usb1_otg_supply: usb1_otg_supply {
		compatible = "regulator-fixed";
		regulator-name = "regulator_fixed";
		gpio = <&pm8150_gpios 10 GPIO_ACTIVE_HIGH>;
		status = "ok";
	};
};

&usb1 {
	vbus_dwc3-supply = <&usb1_otg_supply>;
	status = "ok";
	dwc3@a800000 {
		dr_mode = "host";
	};
};

&usb2_phy1 {
	status = "ok";
};

&usb_qmp_phy {
	status = "ok";
};

&qupv3_se17_i2c {