[PATCH v2] brcmfmac: Transform compatible string for FW loading

2020-06-29 Thread matthias . bgg
From: Matthias Brugger The driver relies on the compatible string from DT to determine which FW configuration file it should load. The DTS spec allows for '/' as part of the compatible string. We change this to '-' so that we will still be able to load the config file, even when the compatible ha

Re: [PATCH v2] brcmfmac: Transform compatible string for FW loading

2020-06-29 Thread Hans de Goede
Hi, On 6/29/20 1:01 PM, matthias@kernel.org wrote: From: Matthias Brugger The driver relies on the compatible string from DT to determine which FW configuration file it should load. The DTS spec allows for '/' as part of the compatible string. We change this to '-' so that we will still be