From patchwork Thu Aug 29 00:44:59 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 823499 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C60D91849; Thu, 29 Aug 2024 00:45:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=85.214.62.61 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724892342; cv=none; b=qouY7AV3g+Naa0Pq1u9ZBXymOJz/9OgpBHIhQvd43/VxMmaSe1iuKYrtTqB9T1rEjR2qLg03wx2Ll+FkiOXdVb8eKqgrkoApHcEXsa+JfuyuNoNNUM/Dbkf8WaUFLX5aodmu7bfD84LtCl8hviSOu39fiRl355ITJZLhB5MIq+A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724892342; c=relaxed/simple; bh=vCQMUcJy/hZ3Zoy/YP0clLZx7pwb794hb6ScNapZUp4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=eiu+EEST6Xg5UpJ/kMt3walsnbk1XHlT/YKpNVn7F8BiBa+ov4AglesrgM2Nxsyi8OB7/P72osvdKYiw1jHnno2PdC6qkpihKQbh8FgAv+EKThTuvVdzc8sfMWxkMOf5TfLjpOnw56PSei0+xDbrirKUIIm5uM8WdZEWKy19Yfo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=denx.de; spf=pass smtp.mailfrom=denx.de; dkim=pass (2048-bit key) header.d=denx.de header.i=@denx.de header.b=C+V61WXw; arc=none smtp.client-ip=85.214.62.61 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=denx.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=denx.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=denx.de header.i=@denx.de header.b="C+V61WXw" Received: from tr.lan (ip-86-49-120-218.bb.vodafone.cz [86.49.120.218]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 9379087F3B; Thu, 29 Aug 2024 02:45:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1724892338; bh=WA0rT1dfe51e0ay6zmz8IO2cS0uHxuese6NkJJ3tMwQ=; h=From:To:Cc:Subject:Date:From; b=C+V61WXw0SU1jXTO5kaTEVtww+neuUAQb2giWpgKaRjfZuEOOlodlLOLdkVXQQFqV qUjsjMeyfK4c1No7cqA1QY3Zpq9uoEFCD/Jj6yLaqX0pkOAXtx2YDVXpmoBMUt8N1j BpqwreFjD9zLrw5rjVhHEeheQuJfqGvcukxgQ81X1LdK6eORrREd0jJS+0iY0gTQG9 sY9VuTaylMjnq9HGc/EjEHlR+ZnfBJfm1XUngZze6KWnQaMwFDQuiNxosF0ZxK9Sni df3lLCmto62a1slq0MoPJOqIMmei45jsd63sq/ZV7yWQX77wn+4IS17afPaFuUBahA M9GW+Ub4aza7A== From: Marek Vasut To: linux-wireless@vger.kernel.org Cc: Marek Vasut , Krzysztof Kozlowski , "David S. Miller" , Adham Abozaeid , Ajay Singh , =?utf-8?q?Alexis_Lothor=C3=A9?= , Claudiu Beznea , Conor Dooley , Eric Dumazet , Jakub Kicinski , Kalle Valo , Krzysztof Kozlowski , Paolo Abeni , Rob Herring , devicetree@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH v4 1/5] dt-bindings: wireless: wilc1000: Document WILC3000 compatible string Date: Thu, 29 Aug 2024 02:44:59 +0200 Message-ID: <20240829004510.178016-1-marex@denx.de> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean 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 Signed-off-by: Marek Vasut --- Cc: "David S. Miller" Cc: Adham Abozaeid Cc: Ajay Singh Cc: Alexis Lothoré Cc: Claudiu Beznea Cc: Conor Dooley Cc: Eric Dumazet Cc: Jakub Kicinski Cc: Kalle Valo Cc: Krzysztof Kozlowski Cc: Marek Vasut Cc: Paolo Abeni Cc: Rob Herring Cc: devicetree@vger.kernel.org Cc: linux-wireless@vger.kernel.org Cc: netdev@vger.kernel.org --- V2: - Use WILC1000 as fallback compatible string for WILC3000 V3: - Swap the wilc1000/wilc3000 compatible order V4: - Add RB from Krzysztof --- .../bindings/net/wireless/microchip,wilc1000.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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