• Alex Elder's avatar
    net: ipa: optionally define firmware name via DT · 9ce062ba
    Alex Elder authored
    IPA initialization includes loading some firmware.  This step is
    done either by the modem or by the AP under Trust Zone.  If the
    AP loads firmware, the name of the firmware file is currently
    hard-coded ("ipa_fws.mdt").
    
    Add the ability to specify the relative path of the firmware file to
    use in a property in the Device Tree IPA node.  If the property is
    not found (or if any other error occurs attempting to get it), fall
    back to using a default relative path.
    
    Use the "old" fixed name as the default.  Rename the symbol that
    represents this default to emphasize its purpose.
    Signed-off-by: default avatarAlex Elder <elder@linaro.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    9ce062ba
ipa_main.c 25.6 KB