From: sashiko-bot@kernel.org
To: "Tanmay Kathpalia" <tanmay.kathpalia@altera.com>
Cc: conor+dt@kernel.org, robh@kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v7 3/9] arm64: dts: agilex5: enable SD card on SOCDK OOBE card
Date: Tue, 01 Sep 2026 19:01:28 +0000 [thread overview]
Message-ID: <20260901190129.052091F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260901184828.15653-4-tanmay.kathpalia@altera.com>
Thank you for your contribution! Sashiko AI review found 2 potential issue(s) to consider:
- [Low] Device tree node overrides are not sorted alphabetically by label.
- [Low] Missing `no-sdio` property for SD-only slot.
--
commit eddece91ac39f2531713c8f5e5e5490392d405bb
Author: Tanmay Kathpalia <tanmay.kathpalia@altera.com>
arm64: dts: agilex5: enable SD card on SOCDK OOBE card
This patch configures the device tree to enable the SD card on the SOCDK
OOBE board. It adds voltage regulators for the 3.3V and 1.8V supplies
and sets up the sdmmc node with the necessary high-speed capabilities.
> diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts
> index 57d3c5807c65c..2b753d0e17bb7 100644
> --- a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts
> +++ b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts
[ ... ]
> -&gpio0 {
> +&sdmmc {
[Severity: Low]
Is the placement of the &sdmmc node intended here?
The device tree style convention typically expects node overrides to be sorted
alphabetically by label. Placing it here breaks that sorting order, which could
lead to merge conflicts or maintainability issues later on.
> + bus-width = <4>;
> + cap-sd-highspeed;
> + disable-wp;
> + max-frequency = <200000000>;
> + no-mmc;
[Severity: Low]
Since the commit message indicates this is an SD-only slot, should we also
include the no-sdio property here?
By omitting no-sdio, the MMC core might still issue SDIO initialization
commands (like cmd5) during card enumeration. Adding no-sdio alongside no-mmc
would prevent these unnecessary probing commands and avoid minor delays during
boot and card insertion.
> + sd-uhs-sdr104;
> + vmmc-supply = <&vmmc_reg>;
> + vqmmc-supply = <&vqmmc_io_reg>;
> +
> status = "okay";
> };
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260901184828.15653-1-tanmay.kathpalia@altera.com?part=3
next prev parent reply other threads:[~2026-09-01 19:01 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-01 18:48 [PATCH v7 0/9] mmc: sdhci-cadence: add SD6HC support and Agilex5 enablement Tanmay Kathpalia
2026-09-01 18:48 ` [PATCH v7 1/9] dt-bindings: mmc: add Cadence SD6HC binding Tanmay Kathpalia
2026-09-01 19:00 ` sashiko-bot
2026-09-01 18:48 ` [PATCH v7 2/9] arm64: dts: agilex5: add SD/eMMC host controller Tanmay Kathpalia
2026-09-01 18:48 ` [PATCH v7 3/9] arm64: dts: agilex5: enable SD card on SOCDK OOBE card Tanmay Kathpalia
2026-09-01 19:01 ` sashiko-bot [this message]
2026-09-01 18:48 ` [PATCH v7 4/9] dt-bindings: arm: altera: add Agilex5 SOCDK eMMC board variant Tanmay Kathpalia
2026-09-01 18:48 ` [PATCH v7 5/9] arm64: dts: agilex5: add SOCDK eMMC daughter board Tanmay Kathpalia
2026-09-01 18:48 ` [PATCH v7 6/9] mmc: sdhci-cadence: rename SD4HC symbols for SD6HC groundwork Tanmay Kathpalia
2026-09-01 18:48 ` [PATCH v7 7/9] mmc: sdhci-cadence: refactor driver structure for V6 controller support Tanmay Kathpalia
2026-09-01 18:48 ` [PATCH v7 8/9] mmc: sdhci-cadence: add Cadence SD6HC support Tanmay Kathpalia
2026-09-01 19:10 ` sashiko-bot
2026-09-01 18:48 ` [PATCH v7 9/9] mmc: sdhci-cadence: add Altera Agilex5 " Tanmay Kathpalia
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=20260901190129.052091F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
--cc=tanmay.kathpalia@altera.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox