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

Commit 68f09876 authored by Maria Yu's avatar Maria Yu
Browse files

ARM: dts: msm: Move usb_otg from dtsi to dts file for msm8939 skuk



usb_otg is using smb1360_otg_supply which is defined in
dts file. To be consistent, move usb_otg to same dts
file.

Change-Id: I0b83e9846a05fe35953f3cdc76c19b88b743194f
Signed-off-by: default avatarMaria Yu <aiquny@codeaurora.org>
parent e22a9bf6
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -60,3 +60,12 @@
	status = "ok";
	qcom,disable-bms;
};

&usb_otg {
       qcom,hsusb-otg-mode = <3>;
       qcom,usbid-gpio = <&msm_gpio 110 0>;
       pinctrl-names = "default";
       pinctrl-0 = <&usbid_default>;
       vbus_otg-supply = <&smb1360_otg_supply>;
};
+0 −8
Original line number Diff line number Diff line
@@ -280,14 +280,6 @@
	/delete-property/ cd-gpios;
};

&usb_otg {
       qcom,hsusb-otg-mode = <3>;
       qcom,usbid-gpio = <&msm_gpio 110 0>;
       pinctrl-names = "default";
       pinctrl-0 = <&usbid_default>;
       vbus_otg-supply = <&smb1360_otg_supply>;
};

&mdss_mdp {
	qcom,mdss-pref-prim-intf = "dsi";
};