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

Commit d65ed5cb authored by Gustavo Solaira's avatar Gustavo Solaira Committed by Gerrit - the friendly Code Review server
Browse files

msm: pcie: Convert targets from using ep-wakeirq to boot-option



Modify targets that were using ep-wakeirq option to boot-option property
to change the behavior of PCIe enumeration.

Change-Id: I1f55d94dd53991e1a18ffabca225a33f535e1e12
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent e25270ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2017, 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
@@ -415,7 +415,7 @@
};

&pcie2 {
	/delete-property/ qcom,ep-wakeirq;
	/delete-property/ qcom,boot-option;
};

&pm8994_mpps {
+1 −1
Original line number Diff line number Diff line
@@ -653,7 +653,7 @@
		qcom,l1ss-supported;
		qcom,aux-clk-sync;

		qcom,ep-wakeirq;
		qcom,boot-option = <0x1>;

		linux,pci-domain = <0>;

+1 −1
Original line number Diff line number Diff line
@@ -396,7 +396,7 @@

		qcom,cpl-timeout = <0x2>;

		qcom,ep-wakeirq;
		qcom,boot-option = <0x1>;

		linux,pci-domain = <0>;

+1 −1
Original line number Diff line number Diff line
@@ -1248,7 +1248,7 @@
	/delete-property/ qcom,l1-supported;
	/delete-property/ qcom,l1ss-supported;
	/delete-property/ qcom,aux-clk-sync;
	/delete-property/ qcom,ep-wakeirq;
	/delete-property/ qcom,boot-option;
};

&pcie2 {