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

Commit 8773665c authored by Chaitanya Pratapa's avatar Chaitanya Pratapa
Browse files

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



Auto targets support XBL loading for IPA FW on SA515. Make
changes to enable the corresponding dt entry.

Change-Id: I89b22c0de1385bad727638d6a74342da149b196a
Signed-off-by: default avatarChaitanya Pratapa <cpratapa@codeaurora.org>
parent 91aa9b06
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