Message ID | 20241004114551.40236-1-marex@denx.de |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [v8,1/7] dt-bindings: wireless: wilc1000: Document WILC3000 compatible string | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
Marek Vasut <marex@denx.de> wrote: > 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 <krzysztof.kozlowski@linaro.org> > Signed-off-by: Marek Vasut <marex@denx.de> 7 patches applied to wireless-next.git, thanks. 1b292a161cfb dt-bindings: wireless: wilc1000: Document WILC3000 compatible string 719e469eb9a2 wifi: wilc1000: Clean up usage of wilc_get_chipid() 0a6ea2e235ef wifi: wilc1000: Fold chip_allow_sleep()/chip_wakeup() into wlan.c 1241c5650ff7 wifi: wilc1000: Fill in missing error handling 577c04fc3b8e wifi: wilc1000: Fold wilc_create_wiphy() into cfg80211.c fbdf0c5248dc wifi: wilc1000: Register wiphy after reading out chipid e1408c115ef9 wifi: wilc1000: Add WILC3000 support
diff --git a/Documentation/devicetree/bindings/net/wireless/microchip,wilc1000.yaml b/Documentation/devicetree/bindings/net/wireless/microchip,wilc1000.yaml index 2460ccc082371..5d40f22765bb6 100644 --- a/Documentation/devicetree/bindings/net/wireless/microchip,wilc1000.yaml +++ b/Documentation/devicetree/bindings/net/wireless/microchip,wilc1000.yaml @@ -16,7 +16,11 @@ description: properties: compatible: - const: microchip,wilc1000 + oneOf: + - items: + - const: microchip,wilc3000 + - const: microchip,wilc1000 + - const: microchip,wilc1000 reg: true