Skip to content

Commit 26ac85e

Browse files
IlorDashvinodkoul
authored andcommitted
dt-bindings: phy: ti,tcan104x-can: Document Microchip ATA6561
Microchip ATA6561 is High-Speed CAN Transceiver with Standby Mode. It is pin-compatible with TI TCAN1042 and has a compatible programming model, therefore use ti,tcan1042 as fallback compatible. Acked-by: Conor Dooley <[email protected]> Signed-off-by: Ilya Orazov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent e56272f commit 26ac85e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ properties:
1414
pattern: "^can-phy"
1515

1616
compatible:
17-
enum:
18-
- nxp,tjr1443
19-
- ti,tcan1042
20-
- ti,tcan1043
17+
oneOf:
18+
- items:
19+
- enum:
20+
- microchip,ata6561
21+
- const: ti,tcan1042
22+
- enum:
23+
- ti,tcan1042
24+
- ti,tcan1043
25+
- nxp,tjr1443
2126

2227
'#phy-cells':
2328
const: 0

0 commit comments

Comments
 (0)