Re: [PATCH] venus: core: Parse firmware-name DT property

2021-01-26 Thread Bjorn Andersson
On Tue 26 Jan 02:42 CST 2021, Stanimir Varbanov wrote: > On production devices the firmware could be located on different > places, this path could be provided by special firmware-name DT > property. > > Here we check for existence of such DT property and if it exist > take the firmware path from

[PATCH] venus: core: Parse firmware-name DT property

2021-01-26 Thread Stanimir Varbanov
On production devices the firmware could be located on different places, this path could be provided by special firmware-name DT property. Here we check for existence of such DT property and if it exist take the firmware path from there. Otherwise, if the property is missing we fallback to the pre

Re: [PATCH] venus: core: Parse firmware-name DT property

2021-01-26 Thread AngeloGioacchino Del Regno
Il 26/01/21 09:42, Stanimir Varbanov ha scritto: On production devices the firmware could be located on different places, this path could be provided by special firmware-name DT property. Here we check for existence of such DT property and if it exist take the firmware path from there. Otherwise