Re: [PATCH v5 RESEND 0/5] Add initial Milk-V Duo S board support
Joshua Milas <[email protected]> Mon, 8 Jun 2026 09:28:10 -0400
| Newsgroups | dev.linux.lists.sophgo,org.infradead.lists.linux-riscv,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <aibDam5mwkaIJhHw@sleek> |
Hi Inochi, Thanks for the feedback. The next patch will have a large change with the pinctrl, I believe I will have to drop the tags for that. For my reference would the tags be applied to the commits or the top level patch? I have the pinctrl configs staged in my tree but I am having some issues. 1. spi3 conflicts with sdhci1 (wifi) when enabled since they share pins, I am not sure how the original DT had it working. Im assuming they had it enabled and the user controlled it through the pinmux program? We originally tried to enable only what the vendor had in their DT. Taking another look at the vendor DT spi3 is the only SPI enabled, so we probably should not choose a different spi node. Should we just disable spi3? 2. I am having trouble getting the card to enumerate with just the DT. I was able to get it enumerated with some kernel changes and I am trying to translate those changes into the DT. 3. I added at least one pinctrl config for each device. For the devices that have multiple selections, should I add all the configs? Have a great day, - Joshua Milas