[PATCH 3/4] arm64: dts: ti: k3-am62p5-sk: add out-band-wakeup property to m_can devices
Kendall Willis <[email protected]>
| Newsgroups | org.kernel.vger.linux-devicetree,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
The m_can pins can be a wakeup source in the deepest low power states, despite being in the MCU domain which is OFF during deeper low power states. Add the out-band-wakeup property to allow the out_band_wakeup flag to be enabled during suspend for m_can devices. Signed-off-by: Kendall Willis <[email protected]> --- arch/arm64/boot/dts/ti/k3-am62p5-sk.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts index b770ed82be9d8f5827c49ed871351a6423db8026..aa7314e8310830eb2281de7224b996ac2e638a69 100644 --- a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts +++ b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts @@ -815,6 +815,7 @@ &epwm1 { }; &mcu_mcan0 { + out-band-wakeup; pinctrl-names = "default", "wakeup"; pinctrl-0 = <&mcu_mcan0_tx_pins_default>, <&mcu_mcan0_rx_pins_default>; pinctrl-1 = <&mcu_mcan0_tx_pins_default>, <&mcu_mcan0_rx_pins_wakeup>; @@ -826,6 +827,7 @@ &mcu_mcan0 { }; &mcu_mcan1 { + out-band-wakeup; pinctrl-names = "default", "wakeup"; pinctrl-0 = <&mcu_mcan1_tx_pins_default>, <&mcu_mcan1_rx_pins_default>; pinctrl-1 = <&mcu_mcan1_tx_pins_default>, <&mcu_mcan1_rx_pins_wakeup>; -- 2.34.1