Description
Describe the bug
When multiple ICE40 instances on the same SPI master are enabled the build will fail, as there will be multiple instances of the same pinctrl-config object within fpga_ice40.c.
To Reproduce
- CONFIG_PINCTRL=y
- enable two instances of
lattice,ice40-fpga
on the same master. - west build -> BOOM
Expected behavior
It should be possible to use two ICE40 with PINCTRL on the same SPI master.