It is very common to have an STB pin in CAN transceivers, which allows putting the transceiver in standby or normal operation mode. Add a new optional 'stb-gpios' property to describe this. Signed-off-by: Fabio Estevam <festevam@xxxxxxxxx> --- Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml b/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml index 0d2df30f19db..64f904c4b3d5 100644 --- a/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml +++ b/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml @@ -66,6 +66,9 @@ properties: xceiver-supply: description: Regulator that powers the CAN transceiver. + stb-gpios: + description: GPIO that controls the STB CAN transceiver pin. + big-endian: $ref: /schemas/types.yaml#/definitions/flag description: | -- 2.17.1