Devicetree
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Alexandre Hamamdjian" <azkali.limited@gmail.com>
Cc: robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v6 2/4] arm64: dts: qcom: sm8550: add UART11 node
Date: Mon, 24 Aug 2026 16:09:44 +0000	[thread overview]
Message-ID: <20260824160945.6CDBD1F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260824-pocketds-v6-2-370161574ca2@gmail.com>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:

Pre-existing issues:
- [High] The SPI nodes `spi11` and `spi12` in `sm8550.dtsi` incorrectly configure their GPI DMA channels to use the I2C protocol (`QCOM_GPI_I2C`) instead of the SPI protocol (`QCOM_GPI_SPI`).
--

--- Patch [2]: [PATCH v6 2/4] arm64: dts: qcom: sm8550: add UART11 node ---
commit 367c60765aa391aa9b6b3277a433dd844de194db
Author: Alexandre Hamamdjian <azkali.limited@gmail.com>

arm64: dts: qcom: sm8550: add UART11 node

This commit adds the UART11 controller node and its default pinctrl state
to sm8550.dtsi. It reuses the 120MHz OPP table already utilized by the
i2c11 and spi11 nodes.

> diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi
> --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi
> @@ -1442,6 +1442,24 @@ &config_noc SLAVE_QUP_2 QCOM_ICC_TAG_ACTIVE_ONLY>,
>  				status = "disabled";
>  			};
>  
> +			uart11: serial@88c000 {

[Severity: High]
This is a pre-existing issue, but while reviewing the new uart11 node and
its surrounding context, I noticed that the existing spi11 and spi12 nodes
appear to incorrectly configure their GPI DMA channels to use the I2C
protocol:

spi11 {
        ...
        dmas = <&gpi_dma2 0 3 QCOM_GPI_I2C>,
               <&gpi_dma2 1 3 QCOM_GPI_I2C>;
}

spi12 {
        ...
        dmas = <&gpi_dma2 0 4 QCOM_GPI_I2C>,
               <&gpi_dma2 1 4 QCOM_GPI_I2C>;
}

Does configuring the SPI controller's DMA engine with QCOM_GPI_I2C instead
of QCOM_GPI_SPI cause the hardware to expect I2C command sequences,
breaking SPI DMA functionality for any peripherals attached to these ports?

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260824-pocketds-v6-0-370161574ca2@gmail.com?part=2

  reply	other threads:[~2026-08-24 16:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-24 15:58 [PATCH v6 0/4] arm64: qcom: add Ayaneo Pocket DS gaming console Alexandre Hamamdjian via B4 Relay
2026-08-24 15:58 ` [PATCH v6 1/4] dt-bindings: arm: qcom: document the Ayaneo Pocket DS Alexandre Hamamdjian via B4 Relay
2026-08-24 15:58 ` [PATCH v6 2/4] arm64: dts: qcom: sm8550: add UART11 node Alexandre Hamamdjian via B4 Relay
2026-08-24 16:09   ` sashiko-bot [this message]
2026-08-24 15:58 ` [PATCH v6 3/4] arm64: dts: qcom: add basic devicetree for Ayaneo Pocket DS gaming console Alexandre Hamamdjian via B4 Relay
2026-08-24 16:13   ` sashiko-bot
2026-08-24 15:58 ` [PATCH v6 4/4] arm64: dts: qcom: qcs8550-ayaneo-pocket-ds: add the lower DSI panel Alexandre Hamamdjian via B4 Relay
2026-08-24 16:12   ` sashiko-bot

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=20260824160945.6CDBD1F000E9@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=azkali.limited@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=sashiko-reviews@lists.linux.dev \
    /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