Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: can: mcp251xfd: add microchip,xstbyen property

Add the boolean property 'microchip,xstbyen' to enable the dedicated
transceiver standby control function on the INT0/GPIO0/XSTBY pin of
the MCP251xFD family.

Signed-off-by: Viken Dadhaniya <viken.dadhaniya@oss.qualcomm.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20260321135031.3107408-2-viken.dadhaniya@oss.qualcomm.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

authored by

Viken Dadhaniya and committed by
Marc Kleine-Budde
2f41d786 11d94d35

+8
+8
Documentation/devicetree/bindings/net/can/microchip,mcp251xfd.yaml
··· 44 44 signals a pending RX interrupt. 45 45 maxItems: 1 46 46 47 + microchip,xstbyen: 48 + type: boolean 49 + description: 50 + If present, configure the INT0/GPIO0/XSTBY pin as transceiver standby 51 + control. The pin is driven low when the controller is active and high 52 + when it enters Sleep mode, allowing automatic standby control of an 53 + external CAN transceiver connected to this pin. 54 + 47 55 spi-max-frequency: 48 56 description: 49 57 Must be half or less of "clocks" frequency.