]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: ti: k3-am62p5-sk: Remove CTS/RTS from wkup_uart0 pinctrl
authorVibhore Vardhan <vibhore@ti.com>
Mon, 26 Aug 2024 18:07:48 +0000 (13:07 -0500)
committerNishanth Menon <nm@ti.com>
Wed, 28 Aug 2024 17:31:33 +0000 (12:31 -0500)
wkup_uart0 is a reserved node that is used by Device Manager firmware.
Only TX and RX pins are required for the firmware and enabling pinctrl
for CTS and RTS breaks the wakeup functionality of wkup_uart0. Drop the
conflicting muxes.

Signed-off-by: Vibhore Vardhan <vibhore@ti.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
Link: https://lore.kernel.org/r/20240826-am62p-v1-1-b713b48628d1@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am62p5-sk.dts

index ff65955551a32853fa66ba4880d776f2aeae3229..3efa12bb72546291e2fda79695edf577bbb134a1 100644 (file)
 
        wkup_uart0_pins_default: wkup-uart0-default-pins {
                pinctrl-single,pins = <
-                       AM62PX_MCU_IOPAD(0x02c, PIN_INPUT, 0)   /* (C7) WKUP_UART0_CTSn */
-                       AM62PX_MCU_IOPAD(0x030, PIN_OUTPUT, 0)  /* (C6) WKUP_UART0_RTSn */
                        AM62PX_MCU_IOPAD(0x024, PIN_INPUT, 0)   /* (D8) WKUP_UART0_RXD */
                        AM62PX_MCU_IOPAD(0x028, PIN_OUTPUT, 0)  /* (D7) WKUP_UART0_TXD */
                >;