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

Commit 59c32f63 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: Enable USB in peripheral by default for APQ8009"

parents 8962ac07 16526805
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -196,7 +196,9 @@
	interrupts = <0 134 0>,<0 140 0>,<0 136 0>;
	interrupt-names = "core_irq", "async_irq", "phy_irq";

	qcom,hsusb-otg-mode = <3>;
	qcom,hsusb-otg-mode = <1>; /* peripheral mode */
	qcom,hsusb-otg-otg-control= <3>;
	qcom,hsusb-otg-default-mode= <1>; /* peripheral mode */
	vbus_otg-supply = <&smb1360_otg_supply>;
};

+3 −1
Original line number Diff line number Diff line
@@ -163,7 +163,9 @@
	interrupts = <0 134 0>,<0 140 0>,<0 136 0>;
	interrupt-names = "core_irq", "async_irq", "phy_irq";

	qcom,hsusb-otg-mode = <3>;
	qcom,hsusb-otg-mode = <1>; /* peripheral mode */
	qcom,hsusb-otg-otg-control= <3>;
	qcom,hsusb-otg-default-mode= <1>; /* peripheral mode */
	vbus_otg-supply = <&smb1360_otg_supply>;
};