From: Sascha Hauer <s.hauer@pengutronix.de>
To: Bryan Brattlof <bb@ti.com>
Cc: Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
Tero Kristo <kristo@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5 2/3] arm64: dts: ti: k3-am62l: add initial infrastructure
Date: Tue, 3 Jun 2025 15:38:10 +0200 [thread overview]
Message-ID: <aD76wjgGqDSzinT5@pengutronix.de> (raw)
In-Reply-To: <20250507-am62lx-v5-2-4b57ea878e62@ti.com>
Hi Bryan,
On Wed, May 07, 2025 at 10:09:20PM -0500, Bryan Brattlof wrote:
+
> + usbss0: dwc3-usb@f900000 {
> + compatible = "ti,am62-usb";
> + reg = <0x00 0x0f900000 0x00 0x800>,
> + <0x00 0x0f908000 0x00 0x400>;
> + clocks = <&scmi_clk 329>;
> + clock-names = "ref";
> + power-domains = <&scmi_pds 95>;
> + #address-cells = <2>;
> + #size-cells = <2>;
> + ranges;
> + ti,syscon-phy-pll-refclk = <&wkup_conf 0x45000>;
This doesn't fit together. The register referenced here...
> + status = "disabled";
> +
> + usb0: usb@31000000 {
> + compatible = "snps,dwc3";
> + reg = <0x00 0x31000000 0x00 0x50000>;
> + interrupts = <GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>, /* irq.0 */
> + <GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>; /* irq.0 */
> + interrupt-names = "host", "peripheral";
> + maximum-speed = "high-speed";
> + dr_mode = "otg";
> + snps,usb2-gadget-lpm-disable;
> + snps,usb2-lpm-disable;
> + bootph-all;
> + };
> + };
> +
> + wkup_conf: syscon@43000000 {
> + compatible = "syscon", "simple-mfd";
> + reg = <0x00 0x43000000 0x00 0x20000>;
...is outside the register range specified here. Consequently the DWC3
driver doesn't probe. Increasing the register range here fixes this.
Sascha
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2025-06-03 13:38 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-08 3:09 [PATCH v5 0/3] arm64: dts: ti: introduce basic support for the AM62L Bryan Brattlof
2025-05-08 3:09 ` [PATCH v5 1/3] dt-bindings: arm: ti: Add binding for AM62L SoCs Bryan Brattlof
2025-05-08 4:08 ` Rob Herring (Arm)
2025-05-08 6:51 ` Krzysztof Kozlowski
2025-05-08 13:14 ` Bryan Brattlof
2025-05-08 15:46 ` Krzysztof Kozlowski
2025-05-08 3:09 ` [PATCH v5 2/3] arm64: dts: ti: k3-am62l: add initial infrastructure Bryan Brattlof
2025-05-08 6:52 ` Krzysztof Kozlowski
2025-05-08 6:56 ` Krzysztof Kozlowski
2025-05-08 12:33 ` Nishanth Menon
2025-05-08 13:12 ` Bryan Brattlof
2025-05-16 10:23 ` Sascha Hauer
2025-05-16 12:23 ` Bryan Brattlof
2025-05-27 12:06 ` Sascha Hauer
2025-06-03 13:38 ` Sascha Hauer [this message]
2025-06-03 13:47 ` Bryan Brattlof
2025-05-08 3:09 ` [PATCH v5 3/3] arm64: dts: ti: k3-am62l: add initial reference board file Bryan Brattlof
2025-05-09 14:16 ` [PATCH v5 0/3] arm64: dts: ti: introduce basic support for the AM62L Rob Herring (Arm)
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=aD76wjgGqDSzinT5@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=bb@ti.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nm@ti.com \
--cc=robh@kernel.org \
--cc=vigneshr@ti.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;
as well as URLs for NNTP newsgroup(s).