Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Ilya Orazov and committed by
Vinod Koul
26ac85e3 e56272f2

+9 -4
+9 -4
Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml
··· 14 14 pattern: "^can-phy" 15 15 16 16 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 21 26 22 27 '#phy-cells': 23 28 const: 0