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

Commit fd2318cb authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: enable xbl boot loading for IPA FW on SA515"

parents 4867185f 8773665c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2019-2020, 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
@@ -33,6 +33,7 @@
&ipa_hw {
	qcom,use-ipa-in-mhi-mode;
	qcom,ipa-config-is-auto;
	qcom,use-xbl-boot;
	qcom,mhi-event-ring-id-limits = <7 11>; /* start and end */
};

+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2019-2020, 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
@@ -24,5 +24,6 @@

&ipa_hw {
	qcom,ipa-config-is-auto;
	qcom,use-xbl-boot;
};
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
&ipa_hw {
	qcom,use-ipa-in-mhi-mode;
	qcom,ipa-config-is-auto;
	qcom,use-xbl-boot;
	qcom,mhi-event-ring-id-limits = <7 11>; /* start and end */
};

+1 −0
Original line number Diff line number Diff line
@@ -24,4 +24,5 @@

&ipa_hw {
	qcom,ipa-config-is-auto;
	qcom,use-xbl-boot;
};
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2019-2020, 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
@@ -24,5 +24,6 @@
&ipa_hw {
	qcom,use-ipa-in-mhi-mode;
	qcom,ipa-config-is-auto;
	qcom,use-xbl-boot;
	qcom,mhi-event-ring-id-limits = <7 11>; /* start and end */
};
Loading