From: Kendall Willis <k-willis@ti.com>
To: <nm@ti.com>, <vigneshr@ti.com>, <kristo@kernel.org>,
<robh@kernel.org>, <krzk+dt@kernel.org>, <conor+dt@kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Cc: <d-gole@ti.com>, <vishalm@ti.com>, <sebin.francis@ti.com>,
<msp@baylibre.com>, <khilman@baylibre.com>, <a-kaur@ti.com>
Subject: Re: [PATCH 0/3] arm64: dts: ti: k3-am62: Support Main UART wakeup
Date: Tue, 9 Sep 2025 17:41:31 -0500 [thread overview]
Message-ID: <433c4594-8081-45cf-bbc8-a4816e8559f4@ti.com> (raw)
In-Reply-To: <20250904212827.3730314-1-k-willis@ti.com>
On 9/4/25 16:28, Kendall Willis wrote:
> This series adds wakeup support for the Main UART in the device tree of
> the TI AM62 family of devices. It defines the specific pins and pinctrl
> states needed to wakeup the system from the Main UART via I/O
> daisy-chaining. The wakeup-source property is configured to describe the
> low power modes the system can wakeup from using the Main UART.
>
> Dependencies
> ------------
> This series is dependent on the following series [1] to be merged into
> the kernel. The series adds the system idle states that are available on
> the SoCs. The system idle states are used when configuring the
> wakeup-source property.
>
> This series is also dependent on the following patch [2] to be merged
> into the kernel. The patch integrates the PIN_WKUP_EN macro which
> enables the WKUP_EN bit.
Series also depends on this series [1] for DT bindings of pinctrl.
[1] https://lore.kernel.org/all/20250904212455.3729029-1-k-willis@ti.com/
>
> Implementation
> --------------
> This series is intended to be implemented along with the following
> series:
>
> 1. "pmdomain: ti_sci: Handle wakeup constraint if device has pinctrl
> wakeup state": Patch which skips setting constraints for wakeup sources
> that use pinctrl state 'wakeup'.
>
> 2. "serial: 8250: omap: Add wakeup support": Implements
> wakeup from the UARTs for TI K3 SoCs
>
> 3. "arm64: dts: ti: k3-am62: Support Main UART wakeup": (this series)
> implements the functionality to wakeup the system from the Main UART
>
> Testing
> -------
> Tested on a SK-AM62B-P1 board with all series and dependencies
> implemented. Suspend/resume verified with the Main UART wakeup source
> by entering a keypress on the console.
>
> [1] https://lore.kernel.org/linux-arm-kernel/20250812-topic-am62-dt-partialio-v6-15-v2-2-25352364a0ac@baylibre.com/
> [2] https://lore.kernel.org/all/20250904112538.529857-4-a-kaur@ti.com/
>
> Kendall Willis (3):
> arm64: dts: ti: k3-am62x-sk-common: Enable Main UART wakeup
> arm64: dts: ti: k3-am62a7-sk: Enable Main UART wakeup
> arm64: dts: ti: k3-am62p5-sk: Enable Main UART wakeup
>
> arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 24 +++++++++++++++----
> arch/arm64/boot/dts/ti/k3-am62p5-sk.dts | 24 +++++++++++++++----
> .../arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 24 +++++++++++++++----
> 3 files changed, 60 insertions(+), 12 deletions(-)
>
>
> base-commit: 4ac65880ebca1b68495bd8704263b26c050ac010
prev parent reply other threads:[~2025-09-09 22:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-04 21:28 [PATCH 0/3] arm64: dts: ti: k3-am62: Support Main UART wakeup Kendall Willis
2025-09-04 21:28 ` [PATCH 1/3] arm64: dts: ti: k3-am62x-sk-common: Enable " Kendall Willis
2025-09-09 8:35 ` Markus Schneider-Pargmann
2025-09-09 8:37 ` Markus Schneider-Pargmann
2025-09-09 19:03 ` Kendall Willis
2025-09-04 21:28 ` [PATCH 2/3] arm64: dts: ti: k3-am62a7-sk: " Kendall Willis
2025-09-04 21:28 ` [PATCH 3/3] arm64: dts: ti: k3-am62p5-sk: " Kendall Willis
2025-09-05 2:32 ` [PATCH 0/3] arm64: dts: ti: k3-am62: Support " Rob Herring (Arm)
2025-09-09 22:41 ` Kendall Willis [this message]
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=433c4594-8081-45cf-bbc8-a4816e8559f4@ti.com \
--to=k-willis@ti.com \
--cc=a-kaur@ti.com \
--cc=conor+dt@kernel.org \
--cc=d-gole@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=khilman@baylibre.com \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=msp@baylibre.com \
--cc=nm@ti.com \
--cc=robh@kernel.org \
--cc=sebin.francis@ti.com \
--cc=vigneshr@ti.com \
--cc=vishalm@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