-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Labels
area: FPGAField-Programmable Gate Array (FPGA)Field-Programmable Gate Array (FPGA)area: SPISPI busSPI busbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
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-fpgaon the same master. - west build -> BOOM
Expected behavior
It should be possible to use two ICE40 with PINCTRL on the same SPI master.
Metadata
Metadata
Assignees
Labels
area: FPGAField-Programmable Gate Array (FPGA)Field-Programmable Gate Array (FPGA)area: SPISPI busSPI busbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug