From 9a5e3e34c4bb76ad9d623765419cfef3b0805677 Mon Sep 17 00:00:00 2001 From: Amir Levy Date: Mon, 22 Feb 2021 12:00:28 +0200 Subject: [PATCH] dt-bindings: msm: add documentation qcom,tx-poll Added documentation to the new property, which will determine if we can perform tx-completion in polling mode. Change-Id: I0d9e846cb055c561ac4ff5c88e4bdc56f463e858 --- bindings/platform/msm/ipa.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/platform/msm/ipa.txt b/bindings/platform/msm/ipa.txt index bd75025f..d5237146 100644 --- a/bindings/platform/msm/ipa.txt +++ b/bindings/platform/msm/ipa.txt @@ -26,7 +26,7 @@ IPA node: sizes which are used by the driver to access IPA RAM. Optional: - +- qcom,tx-poll: Enable performing TX completions in polling mode. - qcom,tx-wrapper-cache-max-size: Define the tx warpper cache pool max size, if set to zero then the feature is disabled. - qcom,tx-napi: Enable usage of NAPI in the TX data path.