diff mbox series

[net-next,4/5] dt-bindings: net: qcom,ipa: support skipping GSI firmware load

Message ID 20221112200717.1533622-5-elder@linaro.org
State New
Headers show
Series net: ipa: change GSI firmware load specification | expand

Commit Message

Alex Elder Nov. 12, 2022, 8:07 p.m. UTC
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>
---
 Documentation/devicetree/bindings/net/qcom,ipa.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Krzysztof Kozlowski Nov. 14, 2022, 9:56 a.m. UTC | #1
On 12/11/2022 21:07, Alex Elder wrote:
> 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>
> ---
>  Documentation/devicetree/bindings/net/qcom,ipa.yaml | 4 +++-

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
index 0dfd6c721e045..3d63505d1b802 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:
       This 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".
+      modem does this, this property has value "modem".  Otherwise, "skip"
+      means GSI firmware loading is not required.
 
   modem-init:
     deprecated: true