arm64: dts: ti: k3-am62x-sk-common: Support SoC wakeup using USB1 wakeup
authorSiddharth Vadapalli <s-vadapalli@ti.com>
Thu, 5 Dec 2024 12:01:29 +0000 (17:31 +0530)
committerNishanth Menon <nm@ti.com>
Thu, 26 Dec 2024 18:01:23 +0000 (12:01 -0600)
After the SoC has entered the Deep Sleep mode, USB1 can be used to wakeup
the SoC based on USB events triggered by USB devices. This requires that
the pin corresponding to the Type-A connector remains pulled up even after
the SoC has entered the Deep Sleep mode. Hence, enable Deep Sleep pullup /
pulldown selection for the USB1_DRVVBUS pin and set its Deep Sleep state to
PULL_UP.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Link: https://lore.kernel.org/r/20241205120134.754664-3-s-vadapalli@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi

index 6957b3e44c82f169e77aee94d19c709ccc1ff610..8b631645463946996f635301f857a02b58386750 100644 (file)
 
        main_usb1_pins_default: main-usb1-default-pins {
                pinctrl-single,pins = <
-                       AM62X_IOPAD(0x0258, PIN_OUTPUT, 0) /* (F18/E16) USB1_DRVVBUS */
+                       AM62X_IOPAD(0x0258, PIN_OUTPUT | PIN_DS_PULLUD_ENABLE | PIN_DS_PULL_UP, 0) /* (F18/E16) USB1_DRVVBUS */
                >;
        };