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

Commit 14bb3c9d 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: Enable workaround for superspeed enumeration issue for msm8974"

parents fd2d63bd c8ff3e19
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -219,6 +219,10 @@

&usb3 {
	qcom,usbin-vadc = <&pm8941_vadc>;
	dwc3@f9200000 {
		snps,ssphy-clear-auto-suspend-on-disconnect;
		snps,usb3-u1u2-disable;
	};
};

&gdsc_venus {
+8 −1
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -34,3 +34,10 @@
	qcom,retain-mem;
	qcom,retain-periph;
};

&usb3 {
	dwc3@f9200000 {
		snps,ssphy-clear-auto-suspend-on-disconnect;
		snps,usb3-u1u2-disable;
	};
};
+7 −0
Original line number Diff line number Diff line
@@ -97,3 +97,10 @@
&gdsc_venus {
	qcom,skip-logic-collapse;
};

&usb3 {
	dwc3@f9200000 {
		snps,ssphy-clear-auto-suspend-on-disconnect;
		snps,usb3-u1u2-disable;
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -1899,3 +1899,9 @@
	qcom,clk-rates = <400000 20000000 25000000 50000000 100000000 192000000 384000000>;
	qcom,bus-speed-mode = "HS400_1p8v", "HS200_1p8v", "DDR_1p8v";
};

&usb3 {
	dwc3@f9200000 {
		snps,usb3-u1u2-disable;
	};
};