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

Commit 7fa129bf authored by Amir Levy's avatar Amir Levy Committed by Gerrit - the friendly Code Review server
Browse files

ipa: revert tx-napi to be enabled via dts



This is a revert of a temporary change:
I178bf6fe4e17bf107f98086a9fd52f4cad484950

Was done since issues with the dts was resolved.

Change-Id: I7fec695989bee54f96c8cbe6c8f30dcce4a1e005
Acked-by: default avatarTal Gelbard <tgelbard@qti.qualcomm.com>
Signed-off-by: default avatarAmir Levy <alevy@codeaurora.org>
parent 0701cc2f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7730,7 +7730,9 @@ static int get_ipa_dts_configuration(struct platform_device *pdev,
	IPADBG(": Read GPI or GCI Event RP from DDR = %s\n",
	       ipa_drv_res->ipa_gpi_event_rp_ddr ? "True" : "False");

	ipa_drv_res->tx_napi_enable = true;
	ipa_drv_res->tx_napi_enable = 
		of_property_read_bool(pdev->dev.of_node,
		"qcom,tx-napi");
	IPADBG(": Enable tx NAPI = %s\n",
		ipa_drv_res->tx_napi_enable
		? "True" : "False");