From: sashiko-bot@kernel.org
To: "Abel Vesa" <abel.vesa@oss.qualcomm.com>
Cc: robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH] arm64: dts: qcom: eliza: Connect USB3 PHY pipe clock to GCC
Date: Tue, 25 Aug 2026 10:07:22 +0000 [thread overview]
Message-ID: <20260825100722.9CEA41F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260825-dts-qcom-eliza-add-missing-usb-dp-phy-clk-to-gcc-v1-1-f0d3719f798c@oss.qualcomm.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Incorrect macro used for a clock specifier in devicetree (PHY ID used instead of clock ID).
--
--- Patch [1]: [PATCH] arm64: dts: qcom: eliza: Connect USB3 PHY pipe clock to GCC ---
commit d454bba6f2028b4ff89f276f88a76156819977d9
Author: Abel Vesa <abel.vesa@oss.qualcomm.com>
arm64: dts: qcom: eliza: Connect USB3 PHY pipe clock to GCC
This commit connects the QMP PHY USB3 output to the GCC clock controller
so the USB3 PHY pipe clock can propagate to the USB controller.
> diff --git a/arch/arm64/boot/dts/qcom/eliza.dtsi b/arch/arm64/boot/dts/qcom/eliza.dtsi
> index 66ea4aaafd73a..2e0fbbfcc47d3 100644
> --- a/arch/arm64/boot/dts/qcom/eliza.dtsi
> +++ b/arch/arm64/boot/dts/qcom/eliza.dtsi
> @@ -655,7 +655,7 @@ gcc: clock-controller@100000 {
> <&ufs_mem_phy 0>,
> <&ufs_mem_phy 1>,
> <&ufs_mem_phy 2>,
> - <0>;
> + <&usb_dp_qmpphy QMP_USB43DP_USB3_PHY>;
[Severity: Low]
Does this use the correct macro for a clock specifier?
It looks like the PHY ID macro QMP_USB43DP_USB3_PHY is being used here
instead of the clock ID macro QMP_USB43DP_USB3_PIPE_CLK. While both macros
currently evaluate to 0 and might not cause functional issues right now,
using a PHY ID for a clock reference makes the device tree fragile to
future macro changes and violates the expected bindings.
>
> power-domains = <&rpmhpd RPMHPD_CX>;
>
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260825-dts-qcom-eliza-add-missing-usb-dp-phy-clk-to-gcc-v1-1-f0d3719f798c@oss.qualcomm.com?part=1
next prev parent reply other threads:[~2026-08-25 10:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-25 9:58 [PATCH] arm64: dts: qcom: eliza: Connect USB3 PHY pipe clock to GCC Abel Vesa
2026-08-25 10:07 ` sashiko-bot [this message]
2026-08-25 10:22 ` Abel Vesa
2026-08-25 10:23 ` Konrad Dybcio
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=20260825100722.9CEA41F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=abel.vesa@oss.qualcomm.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