mbox series

[0/2] Add Deep Sleep pinmux macros for TI's K3 SoCs

Message ID 20241112115650.988943-1-s-vadapalli@ti.com (mailing list archive)
Headers show
Series Add Deep Sleep pinmux macros for TI's K3 SoCs | expand

Message

Siddharth Vadapalli Nov. 12, 2024, 11:56 a.m. UTC
Hello,

This series introduces deep sleep macros which are common to TI's K3
SoCs and can be used to configure the behavior of SoC pins during Deep
Sleep mode. Additionally, support for SoC wakeup with USB1 on AM62x
based SoCs is added with the help of the newly introduced deep sleep
macros.

Series is based on linux-next tagged next-20241112.

Regards,
Siddharth.

Siddharth Vadapalli (2):
  arm64: dts: ti: k3-pinctrl: Introduce deep sleep macros
  arm64: dts: ti: k3-am62x-sk-common: Support SoC wakeup using USB1
    wakeup

 .../arm64/boot/dts/ti/k3-am62x-sk-common.dtsi |  2 +-
 arch/arm64/boot/dts/ti/k3-pinctrl.h           | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)