Skip to content

Commit

Permalink
dt-bindings: phy: ti,tcan104x-can: Document Microchip ATA6561
Browse files Browse the repository at this point in the history
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 <conor.dooley@microchip.com>
Signed-off-by: Ilya Orazov <ilordash02@gmail.com>
Link: https://lore.kernel.org/r/20240915141831.2809208-2-ilordash02@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
  • Loading branch information
Ilya Orazov authored and Vinod Koul committed Oct 17, 2024
1 parent e56272f commit 26ac85e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ properties:
pattern: "^can-phy"

compatible:
enum:
- nxp,tjr1443
- ti,tcan1042
- ti,tcan1043
oneOf:
- items:
- enum:
- microchip,ata6561
- const: ti,tcan1042
- enum:
- ti,tcan1042
- ti,tcan1043
- nxp,tjr1443

'#phy-cells':
const: 0
Expand Down

0 comments on commit 26ac85e

Please sign in to comment.