diff options
author | Alex Elder <elder@linaro.org> | 2022-11-16 01:32:55 -0600 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-11-17 21:46:55 -0800 |
commit | a49c3ab7d75fe51bfaa82b7f307f1d79a827d914 (patch) | |
tree | f368a1df181544dd15e3395afda21d0c157f413d /Documentation | |
parent | 07f2f8e1b7478ff1e1b3186563199305af2cd86a (diff) | |
download | lwn-a49c3ab7d75fe51bfaa82b7f307f1d79a827d914.tar.gz lwn-a49c3ab7d75fe51bfaa82b7f307f1d79a827d914.zip |
dt-bindings: net: qcom,ipa: support skipping GSI firmware load
Add a new enumerated value to those defined for the qcom,gsi-loader
property. If the qcom,gsi-loader is "skip", the GSI firmware will
already be loaded, so neither the AP nor modem is required to load
GSI firmware.
Signed-off-by: Alex Elder <elder@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/qcom,ipa.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree/bindings/net/qcom,ipa.yaml index d0f34763b938..9e81b9ec7cfd 100644 --- a/Documentation/devicetree/bindings/net/qcom,ipa.yaml +++ b/Documentation/devicetree/bindings/net/qcom,ipa.yaml @@ -128,10 +128,12 @@ properties: enum: - self - modem + - skip description: Indicates how GSI firmware should be loaded. If the AP loads and validates GSI firmware, this property has value "self". If the modem does this, this property has value "modem". + Otherwise, "skip" means GSI firmware loading is not required. modem-init: deprecated: true |