Linux PCI subsystem development
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Xilin Wu" <sophon@radxa.com>
Cc: robh@kernel.org, conor+dt@kernel.org,
	dri-devel@lists.freedesktop.org, linux-pci@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH 6/6] arm64: dts: qcom: sc8280xp: add Radxa Dragon Q8B
Date: Tue, 01 Sep 2026 09:05:52 +0000	[thread overview]
Message-ID: <20260901090553.74CD21F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260901-q8b-dts-v1-6-7de0b6a73d08@radxa.com>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [High] Swapped voltage regulators for the DP2 PHY.
--

commit be4c87024201f57f02fd6174d5602a08840ba63a
Author: Xilin Wu <sophon@radxa.com>

arm64: dts: qcom: sc8280xp: add Radxa Dragon Q8B

This commit adds initial device tree support for the Radxa Dragon Q8B, based
on the Qualcomm Snapdragon 8cx Gen 3 SC8280XP platform. It describes various
hardware components including storage, PCIe interfaces, USB, HDMI output, and
audio.

> diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-radxa-dragon-q8b.dts b/arch/arm64/boot/dts/qcom/sc8280xp-radxa-dragon-q8b.dts
> new file mode 100644
> index 0000000000000..1c0e94bba4d7d
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/sc8280xp-radxa-dragon-q8b.dts

[ ... ]

> +&mdss0_dp2_phy {
> +	vdda-phy-supply = <&vreg_l3b>;
> +	vdda-pll-supply = <&vreg_l6b>;

[Severity: High]
Are these voltage regulators swapped for the DP2 PHY? vreg_l3b provides
1.2V and vreg_l6b provides 0.88V, but the PHY requires ~0.88V and the PLL
requires 1.2V.

If vdda-phy-supply receives 1.2V, it violates the physical hardware
configuration which expects ~0.88V. This could cause the DP PHY to fail,
preventing DisplayPort output, and potentially risk hardware damage due to
overvoltage on the PHY rail.

> +
> +	status = "okay";
> +};

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260901-q8b-dts-v1-0-7de0b6a73d08@radxa.com?part=6

  reply	other threads:[~2026-09-01  9:05 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-01  8:47 [PATCH 0/6] arm64: dts: qcom: Add support for Radxa Dragon Q8B Xilin Wu
2026-09-01  8:47 ` [PATCH 1/6] PCI: of: Avoid config reads for disabled bridge nodes Xilin Wu
2026-09-01  8:55   ` sashiko-bot
2026-09-02  8:43   ` Konrad Dybcio
2026-09-02  9:31     ` Xilin Wu
2026-09-03 14:40       ` Konrad Dybcio
2026-09-03 14:41         ` Xilin Wu
2026-09-01  8:47 ` [PATCH 2/6] dt-bindings: display: bridge: simple: document Chrontel CH7218A Xilin Wu
2026-09-01  8:52   ` sashiko-bot
2026-09-03 12:29   ` Krzysztof Kozlowski
2026-09-01  8:47 ` [PATCH 3/6] drm/bridge: simple: add " Xilin Wu
2026-09-01  8:51   ` sashiko-bot
2026-09-01  8:47 ` [PATCH 4/6] dt-bindings: arm: qcom: document Radxa Dragon Q8B Xilin Wu
2026-09-01  8:52   ` sashiko-bot
2026-09-03 12:36   ` Krzysztof Kozlowski
2026-09-01  8:47 ` [PATCH 5/6] dt-bindings: pinctrl: qcom,sc8280xp-tlmm: allow gpio-line-names Xilin Wu
2026-09-01  8:55   ` sashiko-bot
2026-09-01 14:17   ` Konrad Dybcio
2026-09-03 12:35   ` Krzysztof Kozlowski
2026-09-01  8:47 ` [PATCH 6/6] arm64: dts: qcom: sc8280xp: add Radxa Dragon Q8B Xilin Wu
2026-09-01  9:05   ` sashiko-bot [this message]
2026-09-03 11:00 ` [PATCH 0/6] arm64: dts: qcom: Add support for " Daniele Briguglio

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=20260901090553.74CD21F000E9@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=sashiko-reviews@lists.linux.dev \
    --cc=sophon@radxa.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