From: sashiko-bot@kernel.org
To: "George Moussalem" <george.moussalem@outlook.com>
Cc: devicetree@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH v2 07/10] arm64: dts: qcom: ipq6018: Flatten usb controller nodes
Date: Sun, 06 Sep 2026 04:01:12 +0000 [thread overview]
Message-ID: <20260906040112.7A2411F00A3A@smtp.kernel.org> (raw)
In-Reply-To: <20260906-ipq-flatten-usb-v2-7-dab83120b10a@outlook.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [High] The `dr_mode = "host"` property was inadvertently dropped during the flattening of the USB nodes, leaving the controller to default to OTG/device mode and breaking USB host functionality on the board.
--
commit bec8a2f8c4189aee2b01ef94a41d21f112bd2fcb
Author: George Moussalem <george.moussalem@outlook.com>
arm64: dts: qcom: ipq6018: Flatten usb controller nodes
This commit flattens the USB controller nodes in the IPQ6018 device tree and
updates them to use the latest bindings and the flattened driver approach.
> diff --git a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
> index a366be17c251f..9c69d3027b43f 100644
> --- a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
> +++ b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
[ ... ]
> @@ -48,10 +48,6 @@ flash@0 {
> };
> };
>
> -&dwc_1 {
> - dr_mode = "host";
> -};
[Severity: High]
Does this inadvertently drop the explicit host mode configuration for the board?
Without the dr_mode property on the new replacement node, the DWC3 core driver
defaults to OTG mode. Since the qcom,snps-dwc3 driver probes the new usb2 node
at boot without this property, this could permanently break USB functionality
for the IPQ6018 CP01 board which is configured strictly for host operation.
Should dr_mode = "host" be added back for the new &usb2 node in this board
file?
> -
> &tlmm {
> i2c_1_pins: i2c-1-state {
> pins = "gpio42", "gpio43";
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260906-ipq-flatten-usb-v2-0-dab83120b10a@outlook.com?part=7
next prev parent reply other threads:[~2026-09-06 4:01 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-06 3:52 [PATCH v2 00/10] Flatten USB Controller Nodes on IPQ SoCs George Moussalem via B4 Relay
2026-09-06 3:52 ` [PATCH v2 01/10] usb: dwc3: core: Allow glue layer to pass reference clock rate George Moussalem via B4 Relay
2026-09-07 4:02 ` Varadarajan Narayanan
2026-09-06 3:52 ` [PATCH v2 02/10] usb: dwc3: qcom: Add support for selecting UTMI as reference clock George Moussalem via B4 Relay
2026-09-07 4:03 ` Varadarajan Narayanan
2026-09-06 3:52 ` [PATCH v2 03/10] arm64: dts: qcom: ipq5018: Flatten usb controller node George Moussalem via B4 Relay
2026-09-06 3:52 ` [PATCH v2 04/10] arm64: dts: qcom: ipq5332: " George Moussalem via B4 Relay
2026-09-06 3:52 ` [PATCH v2 05/10] arm64: dts: qcom: ipq5424: Flatten usb controller nodes George Moussalem via B4 Relay
2026-09-06 3:52 ` [PATCH v2 06/10] arm64: dts: qcom: ipq6018: move DR mode to board DTS George Moussalem via B4 Relay
2026-09-06 3:52 ` [PATCH v2 07/10] arm64: dts: qcom: ipq6018: Flatten usb controller nodes George Moussalem via B4 Relay
2026-09-06 4:01 ` sashiko-bot [this message]
2026-09-06 3:52 ` [PATCH v2 08/10] arm64: dts: qcom: ipq8074: move DR mode to board DTS George Moussalem via B4 Relay
2026-09-06 3:52 ` [PATCH v2 09/10] arm64: dts: qcom: ipq8074: Flatten usb controller nodes George Moussalem via B4 Relay
2026-09-06 3:52 ` [PATCH v2 10/10] arm64: dts: qcom: ipq9574: Flatten usb controller node George Moussalem via B4 Relay
2026-09-06 4:08 ` sashiko-bot
2026-09-06 4:30 ` [PATCH v2 00/10] Flatten USB Controller Nodes on IPQ SoCs George Moussalem
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=20260906040112.7A2411F00A3A@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=george.moussalem@outlook.com \
--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