From: Josua Mayer <josua@solid-run.com>
To: Siddharth Vadapalli <s-vadapalli@ti.com>, "nm@ti.com" <nm@ti.com>,
"vigneshr@ti.com" <vigneshr@ti.com>,
"kristo@kernel.org" <kristo@kernel.org>,
"robh@kernel.org" <robh@kernel.org>,
"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
"conor+dt@kernel.org" <conor+dt@kernel.org>,
"w.egorov@phytec.de" <w.egorov@phytec.de>,
"matthias.schiffer@ew.tq-group.com"
<matthias.schiffer@ew.tq-group.com>,
"d.haller@phytec.de" <d.haller@phytec.de>,
"francesco.dolcini@toradex.com" <francesco.dolcini@toradex.com>,
"joao.goncalves@toradex.com" <joao.goncalves@toradex.com>,
"emanuele.ghidoli@toradex.com" <emanuele.ghidoli@toradex.com>,
"ernest.vanhoecke@toradex.com" <ernest.vanhoecke@toradex.com>,
"rogerq@kernel.org" <rogerq@kernel.org>,
"eballetb@redhat.com" <eballetb@redhat.com>,
"robertcnelson@gmail.com" <robertcnelson@gmail.com>,
"afd@ti.com" <afd@ti.com>, "u-kumar1@ti.com" <u-kumar1@ti.com>
Cc: "stable@vger.kernel.org" <stable@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"luis.parga@ti.com" <luis.parga@ti.com>,
"srk@ti.com" <srk@ti.com>
Subject: Re: [PATCH 01/13] arm64: dts: ti: k3-am642-hummingboard-t: fix USB clocking for compliance
Date: Tue, 5 May 2026 11:34:43 +0000 [thread overview]
Message-ID: <773b8ba4-b17f-469b-ad8d-b19e801f26a9@solid-run.com> (raw)
In-Reply-To: <20260505110631.1144200-2-s-vadapalli@ti.com>
Am 05.05.26 um 13:06 schrieb Siddharth Vadapalli:
> According to section "6.5.3 Normative Spread Spectrum Clocking (SSC)" of
> the USB 3.2 Specification, SSC should be enabled by default. This protects
> against EMI violations. Hence, enable internal SSC for USB SuperSpeed.
>
> Fixes: e2b691804319 ("arm64: dts: ti: k3-am642-hummingboard-t: Convert overlay to board dts")
> Fixes: bbef42084cc1 ("arm64: dts: ti: hummingboard-t: add overlays for m.2 pci-e and usb-3")
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
> ---
> arch/arm64/boot/dts/ti/k3-am642-hummingboard-t-usb3.dts | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-am642-hummingboard-t-usb3.dts b/arch/arm64/boot/dts/ti/k3-am642-hummingboard-t-usb3.dts
> index ee9bd618f370..90a158531f60 100644
> --- a/arch/arm64/boot/dts/ti/k3-am642-hummingboard-t-usb3.dts
> +++ b/arch/arm64/boot/dts/ti/k3-am642-hummingboard-t-usb3.dts
> @@ -15,6 +15,14 @@ / {
> model = "SolidRun AM642 HummingBoard-T with USB-3.1 Gen 1";
> };
>
> +&serdes_wiz0 {
> + ti,core-clk-sel = <1>; /* Select internal reference clock */
> + ti,ssc-enable; /* Enable SSC */
> + ti,ssc-type = <1>; /* 1 for Downspread */
> + ti,ssc-frequency-hz = <33000>; /* 33 KHz */
> + ti,ssc-depth-per-mil = <5>; /* 0.5% depth */
> +};
> +
> &serdes0 {
> #address-cells = <1>;
> #size-cells = <0>;
> @@ -23,6 +31,7 @@ serdes0_link: phy@0 {
> reg = <0>;
> cdns,num-lanes = <1>;
> cdns,phy-type = <PHY_TYPE_USB3>;
> + cdns,ssc-mode = <2>; /* 2 for internal SSC */
> #phy-cells = <0>;
> resets = <&serdes_wiz0 1>;
> };
Acked-by: Josua Mayer <josua@solid-run.com>
next prev parent reply other threads:[~2026-05-05 11:36 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-05 11:06 [PATCH 00/13] TI: K3 DTS: fix USB Clocking for Compliance Siddharth Vadapalli
2026-05-05 11:06 ` [PATCH 01/13] arm64: dts: ti: k3-am642-hummingboard-t: fix USB clocking for compliance Siddharth Vadapalli
2026-05-05 11:34 ` Josua Mayer [this message]
2026-05-05 11:06 ` [PATCH 02/13] arm64: dts: ti: k3-am642-phyboard-electra-rdk: " Siddharth Vadapalli
2026-05-05 11:06 ` [PATCH 03/13] arm64: dts: ti: k3-am642-sk: " Siddharth Vadapalli
2026-05-05 11:06 ` [PATCH 04/13] arm64: dts: ti: k3-am642-tqma64xxl: " Siddharth Vadapalli
2026-05-05 11:06 ` [PATCH 05/13] arm64: dts: ti: k3-am68-phyboard-izar: " Siddharth Vadapalli
2026-05-05 11:06 ` [PATCH 06/13] arm64: dts: ti: k3-am68-sk-baseboard: " Siddharth Vadapalli
2026-05-05 11:06 ` [PATCH 07/13] arm64: dts: ti: k3-am69-aquila: " Siddharth Vadapalli
2026-05-05 11:08 ` Francesco Dolcini
2026-05-05 11:38 ` Siddharth Vadapalli
2026-05-05 11:06 ` [PATCH 08/13] arm64: dts: ti: k3-am69-sk: " Siddharth Vadapalli
2026-05-05 11:06 ` [PATCH 09/13] arm64: dts: ti: k3-j721e-beagleboneai64: " Siddharth Vadapalli
2026-05-05 11:06 ` [PATCH 10/13] arm64: dts: ti: k3-j721e-common-proc-board: " Siddharth Vadapalli
2026-05-05 11:06 ` [PATCH 11/13] arm64: dts: ti: k3-j721e-sk: " Siddharth Vadapalli
2026-05-05 11:06 ` [PATCH 12/13] arm64: dts: ti: k3-j722s-evm: " Siddharth Vadapalli
2026-05-05 11:09 ` Francesco Dolcini
2026-05-05 11:06 ` [PATCH 13/13] arm64: dts: ti: k3-j784s4-j742s2-evm-common: " Siddharth Vadapalli
2026-05-05 11:09 ` Francesco Dolcini
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=773b8ba4-b17f-469b-ad8d-b19e801f26a9@solid-run.com \
--to=josua@solid-run.com \
--cc=afd@ti.com \
--cc=conor+dt@kernel.org \
--cc=d.haller@phytec.de \
--cc=devicetree@vger.kernel.org \
--cc=eballetb@redhat.com \
--cc=emanuele.ghidoli@toradex.com \
--cc=ernest.vanhoecke@toradex.com \
--cc=francesco.dolcini@toradex.com \
--cc=joao.goncalves@toradex.com \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luis.parga@ti.com \
--cc=matthias.schiffer@ew.tq-group.com \
--cc=nm@ti.com \
--cc=robertcnelson@gmail.com \
--cc=robh@kernel.org \
--cc=rogerq@kernel.org \
--cc=s-vadapalli@ti.com \
--cc=srk@ti.com \
--cc=stable@vger.kernel.org \
--cc=u-kumar1@ti.com \
--cc=vigneshr@ti.com \
--cc=w.egorov@phytec.de \
/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