blob: d8934c01cc711aa76a8c0bd090dccbaa2726eccb [file] [log] [blame]
* Qualcomm Technologies, Inc. RmNet IPA driver module
This module enables embedded data calls using IPA HW.
Required properties:
- compatible: Must be "qcom,rmnet-ipa"
Optional:
- qcom,rmnet-ipa-ssr: determine if modem SSR is supported
- qcom,ipa-loaduC: indicate that ipa uC should be loaded
- qcom,ipa-advertise-sg-support: determine how to respond to a query
regarding scatter-gather capability
- qcom,ipa-napi-enable: Boolean context flag to indicate whether
to enable napi framework or not
- qcom,wan-rx-desc-size: size of WAN rx desc fifo ring, default is 256
Example:
qcom,rmnet-ipa {
compatible = "qcom,rmnet-ipa";
qcom,wan-rx-desc-size = <256>;
}