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

Commit 00073b45 authored by Mao Jinlong's avatar Mao Jinlong
Browse files

ARM: dts: msm: Move usb_otg node from dtsi files to dts files



As the configuration of usb_otg is not common among all the SKUI
platform, just move it into each dedicated dts files which need
this support.

Change-Id: I9f7f9ab2b3ada02ff469584515c9c5a8f954060f
Signed-off-by: default avatarMao Jinlong <c_jmao@codeaurora.org>
parent bb898bb5
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -49,3 +49,11 @@
	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>;
};
+8 −0
Original line number Diff line number Diff line
@@ -49,3 +49,11 @@
	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 −7
Original line number Diff line number Diff line
@@ -227,10 +227,3 @@
	/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>;
};