soc: qcom: ipa: configuration data
authorAlex Elder <elder@linaro.org>
Fri, 6 Mar 2020 04:28:18 +0000 (22:28 -0600)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Mar 2020 05:07:09 +0000 (22:07 -0700)
commit1ed7d0c0fdbacc679d8a934e27161bc0787533c4
tree824980818142abe52b20e30762836efd1e55f311
parentcdf2e9419dd91475962627d7b7f72f2393a09fce
soc: qcom: ipa: configuration data

This patch defines configuration data that is used to specify some
of the details of IPA hardware supported by the driver.  It is built
as Device Tree match data, discovered at boot time.  The driver
supports the Qualcomm SDM845 SoC.  Data for the Qualcomm SC7180 is
also defined here, but it is not yet completely supported.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_data-sc7180.c [new file with mode: 0644]
drivers/net/ipa/ipa_data-sdm845.c [new file with mode: 0644]
drivers/net/ipa/ipa_data.h [new file with mode: 0644]