mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
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 <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>
This commit is contained in:
parent
e56272f2bb
commit
26ac85e3ad
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user