On Wed, Jun 28, 2023 at 11:26:20AM +0100, Srinivas Kandagatla wrote:There is no consistent way with the current state of what is available in linux-firmware and what drivers can generate from DMI, atleast with Qualcomm SoCs.
Currently firmware file name is autogenerated based on card name and model number,
however this imposed a restriction of finding firmware in a single firmware path.
Platform specific firmwares are normally located in sub folders of the SoC.
Provide more flexibity by reading firmware-name from DT.
Why not try a series of firmware names/locations generated using the
identifying information for the card/system? That way we don't have to
put a filename in the ABI which has fun scaling issues.