Re: [PATCH v4 08/10] commands: firmwareload: allow loading firmware from dt

2021-06-22 Thread Sascha Hauer
On Wed, Jun 16, 2021 at 08:32:44AM +0200, Steffen Trumtrar wrote: > firmwareload can only load a bitstream into an FPGA without any > knowledge of possible additional needs (e.g. FPGA bridges). > > These are defined in the fpga-region nodes in the devicetree. The > fpga-region describes the

[PATCH v4 08/10] commands: firmwareload: allow loading firmware from dt

2021-06-16 Thread Steffen Trumtrar
firmwareload can only load a bitstream into an FPGA without any knowledge of possible additional needs (e.g. FPGA bridges). These are defined in the fpga-region nodes in the devicetree. The fpga-region describes the layout of the FPGA and the bridges it needs en/disabled. Add an option to let