msm: copper: Add regulator supplies for USB OTG devices
Add the equivalent Device Tree regulator consumer configuration
currently used by the stub-regulator devices. Use the same supply
names that are currently expected MSM USB OTG driver. This will
enable the regulator APIs to be used once the qpnp-regulator
driver is added with no necessary changes to the MSM USB OTG
driver.
Change-Id: I89b9412334589a87d846d80ea07914b2b0c05703
Signed-off-by: Michael Bohan <mbohan@codeaurora.org>
diff --git a/arch/arm/boot/dts/msmcopper.dtsi b/arch/arm/boot/dts/msmcopper.dtsi
index eda5f1a..7101b02 100644
--- a/arch/arm/boot/dts/msmcopper.dtsi
+++ b/arch/arm/boot/dts/msmcopper.dtsi
@@ -57,6 +57,9 @@
compatible = "qcom,hsusb-otg";
reg = <0xf9a55000 0x400>;
interrupts = <0 134 0>;
+ HSUSB_VDDCX-supply = <&pm8841_s2>;
+ HSUSB_1p8-supply = <&pm8941_l6>;
+ HSUSB_3p3-supply = <&pm8941_l24>;
qcom,hsusb-otg-phy-type = <2>;
qcom,hsusb-otg-mode = <1>;