[PATCH v6 16/18] fpga: of-fpga-region: accept overlays that don't program FPGA

2017-11-15 Thread Alan Tull
The FPGA may already have a static image programmed when Linux boots. In that case a DT overlay may be used to add the devices that already exist. This commit allows that by shuffling the order of some checks. Signed-off-by: Alan Tull Acked-by: Moritz Fischer

[PATCH v6 16/18] fpga: of-fpga-region: accept overlays that don't program FPGA

2017-11-15 Thread Alan Tull
The FPGA may already have a static image programmed when Linux boots. In that case a DT overlay may be used to add the devices that already exist. This commit allows that by shuffling the order of some checks. Signed-off-by: Alan Tull Acked-by: Moritz Fischer --- v4: Patch added to patchset