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

Commit e1ab6117 authored by Chaitanya Pratapa's avatar Chaitanya Pratapa
Browse files

ARM: dts: msm: Enable ipa-auto config for sa515mv2 ccard



End point config of ipa for auto use case is
different from stand alone. Enable auto config
via PL specific DTSI file which will be picked
from CDT programming.

Change-Id: I0c43c3f25fbfdaf90563a55a76bac65fd793b1a2
Signed-off-by: default avatarChaitanya Pratapa <cpratapa@codeaurora.org>
parent 3f9a0b42
Loading
Loading
Loading
Loading
+3 −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
@@ -32,6 +32,8 @@

&ipa_hw {
	qcom,use-ipa-in-mhi-mode;
	qcom,ipa-config-is-auto;
	qcom,mhi-event-ring-id-limits = <7 11>; /* start and end */
};

&pcie0 {
+5 −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
@@ -21,3 +21,7 @@
		"qcom,sdxprairie", "qcom,ccard";
	qcom,board-id = <25 2>, <25 0x102>;
};

&ipa_hw {
	qcom,ipa-config-is-auto;
};