Commit a49c3ab7 authored by Alex Elder's avatar Alex Elder Committed by Jakub Kicinski
Browse files

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: default avatarAlex Elder <elder@linaro.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 07f2f8e1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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