All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Milas <josh.milas@gmail.com>
To: Inochi Amaoto <inochiama@gmail.com>
Cc: tglx@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org, pjw@kernel.org, samuel.holland@sifive.com,
	unicorn_wang@outlook.com, daniel.lezcano@linaro.org,
	palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr,
	liujingqi@lanxincomputing.com, alexander.sverdlin@gmail.com,
	rabenda.cn@gmail.com, dlan@kernel.org, chao.wei@sophgo.com,
	anup@brainfault.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, linux-riscv@lists.infradead.org,
	sophgo@lists.linux.dev, hanguidong02@gmail.com,
	michael.opdenacker@rootcommit.com
Subject: Re: [PATCH v5 RESEND 0/5] Add initial Milk-V Duo S board support
Date: Mon, 8 Jun 2026 09:28:10 -0400	[thread overview]
Message-ID: <aibDam5mwkaIJhHw@sleek> (raw)
In-Reply-To: <ahteTfYC5QMlpjF2@inochi.infowork>

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

WARNING: multiple messages have this Message-ID (diff)
From: Joshua Milas <josh.milas@gmail.com>
To: Inochi Amaoto <inochiama@gmail.com>
Cc: tglx@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org, pjw@kernel.org, samuel.holland@sifive.com,
	unicorn_wang@outlook.com, daniel.lezcano@linaro.org,
	palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr,
	liujingqi@lanxincomputing.com, alexander.sverdlin@gmail.com,
	rabenda.cn@gmail.com, dlan@kernel.org, chao.wei@sophgo.com,
	anup@brainfault.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, linux-riscv@lists.infradead.org,
	sophgo@lists.linux.dev, hanguidong02@gmail.com,
	michael.opdenacker@rootcommit.com
Subject: Re: [PATCH v5 RESEND 0/5] Add initial Milk-V Duo S board support
Date: Mon, 8 Jun 2026 09:28:10 -0400	[thread overview]
Message-ID: <aibDam5mwkaIJhHw@sleek> (raw)
In-Reply-To: <ahteTfYC5QMlpjF2@inochi.infowork>

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

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  reply	other threads:[~2026-06-08 13:28 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-30 17:33 [PATCH v5 RESEND 0/5] Add initial Milk-V Duo S board support Joshua Milas
2026-05-30 17:33 ` Joshua Milas
2026-05-30 17:33 ` [PATCH v5 RESEND 1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles Joshua Milas
2026-05-30 17:33   ` Joshua Milas
2026-05-31 12:29   ` Krzysztof Kozlowski
2026-05-31 12:29     ` Krzysztof Kozlowski
2026-05-30 17:33 ` [PATCH v5 RESEND 2/5] arm64: dts: sophgo: add initial Milk-V Duo S board support Joshua Milas
2026-05-30 17:33   ` Joshua Milas
2026-05-30 17:46   ` sashiko-bot
2026-05-30 22:01   ` Inochi Amaoto
2026-05-30 22:01     ` Inochi Amaoto
2026-05-30 17:33 ` [PATCH v5 RESEND 3/5] dt-bindings: soc: sophgo: add sg2000 plic and clint documentation Joshua Milas
2026-05-30 17:33   ` Joshua Milas
2026-05-31 12:30   ` Krzysztof Kozlowski
2026-05-31 12:30     ` Krzysztof Kozlowski
2026-05-30 17:33 ` [PATCH v5 RESEND 4/5] riscv64: dts: sophgo: add SG2000 dtsi Joshua Milas
2026-05-30 17:33   ` Joshua Milas
2026-05-30 17:56   ` sashiko-bot
2026-06-05  9:33   ` Shuwei Wu
2026-06-05  9:33     ` Shuwei Wu
2026-06-08 12:06     ` Joshua Milas
2026-06-08 12:06       ` Joshua Milas
2026-05-30 17:33 ` [PATCH v5 RESEND 5/5] riscv64: dts: sophgo: add initial Milk-V Duo S board support Joshua Milas
2026-05-30 17:33   ` Joshua Milas
2026-05-30 18:02   ` sashiko-bot
2026-05-30 22:00   ` Inochi Amaoto
2026-05-30 22:00     ` Inochi Amaoto
2026-06-05  9:09   ` Shuwei Wu
2026-06-05  9:09     ` Shuwei Wu
2026-06-08 12:06     ` Joshua Milas
2026-06-08 12:06       ` Joshua Milas
2026-05-30 22:02 ` [PATCH v5 RESEND 0/5] Add " Inochi Amaoto
2026-05-30 22:02   ` Inochi Amaoto
2026-06-08 13:28   ` Joshua Milas [this message]
2026-06-08 13:28     ` Joshua Milas
2026-06-02  8:19 ` (subset) " Inochi Amaoto
2026-06-02  8:19   ` Inochi Amaoto
2026-06-02  8:22   ` Inochi Amaoto
2026-06-02  8:22     ` Inochi Amaoto
2026-06-02  8:26 ` Inochi Amaoto
2026-06-02  8:26   ` Inochi Amaoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aibDam5mwkaIJhHw@sleek \
    --to=josh.milas@gmail.com \
    --cc=alex@ghiti.fr \
    --cc=alexander.sverdlin@gmail.com \
    --cc=anup@brainfault.org \
    --cc=aou@eecs.berkeley.edu \
    --cc=chao.wei@sophgo.com \
    --cc=conor+dt@kernel.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dlan@kernel.org \
    --cc=hanguidong02@gmail.com \
    --cc=inochiama@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=liujingqi@lanxincomputing.com \
    --cc=michael.opdenacker@rootcommit.com \
    --cc=palmer@dabbelt.com \
    --cc=pjw@kernel.org \
    --cc=rabenda.cn@gmail.com \
    --cc=robh@kernel.org \
    --cc=samuel.holland@sifive.com \
    --cc=sophgo@lists.linux.dev \
    --cc=tglx@kernel.org \
    --cc=unicorn_wang@outlook.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.