Skip to content

Commit f6eafa4

Browse files
Aswath-Govindrajurobherring
authored andcommitted
dt-bindings: phy: ti,tcan104x-can: Document mux-states property
On some boards, for routing CAN signals from controller to transceivers, muxes might need to be set. This can be implemented using mux-states property. Therefore, document the same in the respective bindings. Signed-off-by: Aswath Govindraju <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 7e807f4 commit f6eafa4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ properties:
3737
max bit rate supported in bps
3838
minimum: 1
3939

40+
mux-states:
41+
description:
42+
mux controller node to route the signals from controller to
43+
transceiver.
44+
maxItems: 1
45+
4046
required:
4147
- compatible
4248
- '#phy-cells'
@@ -53,4 +59,5 @@ examples:
5359
max-bitrate = <5000000>;
5460
standby-gpios = <&wakeup_gpio1 16 GPIO_ACTIVE_LOW>;
5561
enable-gpios = <&main_gpio1 67 GPIO_ACTIVE_HIGH>;
62+
mux-states = <&mux0 1>;
5663
};

0 commit comments

Comments
 (0)