Skip to content

Commit 1b292a1

Browse files
Marek VasutKalle Valo
authored andcommitted
dt-bindings: wireless: wilc1000: Document WILC3000 compatible string
Document compatible string for the WILC3000 chip. The chip is similar to WILC1000, except that the register layout is slightly different and it does not support WPA3/SAE. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Marek Vasut <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 98ca317 commit 1b292a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/devicetree/bindings/net/wireless/microchip,wilc1000.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ description:
1616

1717
properties:
1818
compatible:
19-
const: microchip,wilc1000
19+
oneOf:
20+
- items:
21+
- const: microchip,wilc3000
22+
- const: microchip,wilc1000
23+
- const: microchip,wilc1000
2024

2125
reg: true
2226

0 commit comments

Comments
 (0)