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

Commit f8872ac1 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

ARM: dts: msm: Enable bus suspend only for sm8150-sdx50m



Bus suspend is enabled by default on secondary usb port
for all sm8150 variants which is not required. Enable it
only for sm8150-sdx50m.

Change-Id: I11f0adde36ec2fd6d1d1c844243225a5bf813861
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent ed8e2081
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2019, 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
@@ -487,3 +487,9 @@
		 no-map;
	};
};

&usb1 {
	dwc3@a800000 {
		snps,bus-suspend-enable;
	};
};
+1 −2
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2019, 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
@@ -420,7 +420,6 @@
			snps,has-lpm-erratum;
			snps,hird-threshold = /bits/ 8 <0x10>;
			snps,usb3_lpm_capable;
			snps,bus-suspend-enable;
			usb-core-id = <1>;
			maximum-speed = "super-speed";
			dr_mode = "otg";