SDM845: automatically run Data Port Mapper setup
The IPA based Qualcomm SoCs need a special "QMI DPM Open" command to bind the endpoint ids in the IPA hardware with the interface number being used in WDA and WDS operations (e.g. embedded,1)
The IPA endpoint ids are exposed in sysfs (scheduled for Linux 5.14): https://marc.info/?l=linux-netdev&m=162344405719797&w=2
The full rationale of this fix requirement can be found in #361 (closed), which is superseded by this new Issue.
Example of "QMI DPM Open" operation run with qmicli as follows:
qmicli -d qrtr://0 -p --dpm-open-port="hw-data-ep-type=embedded,hw-data-ep-iface-number=1,hw-data-rx-id=3,hw-data-tx-id=16"