From patchwork Wed Aug 21 18:42:32 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 13771980 X-Patchwork-Delegate: kvalo@adurom.com 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 31FF5199926; Wed, 21 Aug 2024 18:44:19 +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=1724265860; cv=none; b=uVTHfk0z8fmdM9eOIEt3bji+6l5uHZQdU3ErKu+0GB+8Zh993EvJ94OTEXZZ7Y9QkCCWDYVT4wmc83h7WUsrHCu2qht3oBm3Ui92fpmQq+TZ3i03ySELaodioPua4UFk4Qge/V6vf5UImFgbyFw8I9S2zq99hBqunUntz2/Obiw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724265860; c=relaxed/simple; bh=MPaUWXSOINPvX+CQrC8RwBjzowmWjAgiYAP0P506RfU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=Eg670FnQAREvmw/7CKDGZjiAJQKtnHds08YXybxmVrzSnEjBoxXdiaVfXB++PzeQn4ilT3dPZGNopnE7Di+rqq2y0zQutoz4WRVrAMey1Lfo0baXQ3ACuciFobkTsFKwyBHOBa6Sr1PLPtVXKzCbaRwITml5KmyFiuwGdmrDS20= 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=s400D4QT; 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="s400D4QT" 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 989EA88E3E; Wed, 21 Aug 2024 20:44:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1724265857; bh=UTNdYiJdsko1ICNQhEaEuw73Vq8Ezc6W5FAdESZlgSY=; h=From:To:Cc:Subject:Date:From; b=s400D4QTVFlnWSAtgDffBkvqbtorHhaE3wRypjID8LaBOHKnJa7nenHx9pAB+sEbh m6XqH1zAy0rnUzW8EPE+BCCRPSrArgSvYc/YDwBP0dex9rvvf2JCXFIEUKdLv4egMI +/dyrAhUWIlSBn4Ynq+pWJyYGFnZl+5/HnMXTiBJhe4/YRtm4uXxs3n1a11xjbcrDE NpZdDiaAFbQwpijLbhTyowMoqstjinQOIF1Cs8x6AtgDHKbfQVJZshlV+bBPw9Zu1X /7Y2XywWPI7hAP11Hf1W5vMXP2TQOOel4erOFQe/uOYxy9rk8pn0pTd+xhLta6Nij0 aBcmysdhQOtLA== From: Marek Vasut To: linux-wireless@vger.kernel.org Cc: Marek Vasut , "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 1/2] dt-bindings: wireless: wilc1000: Document WILC3000 compatible string Date: Wed, 21 Aug 2024 20:42:32 +0200 Message-ID: <20240821184356.163816-1-marex@denx.de> X-Mailer: git-send-email 2.43.0 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. 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 --- .../devicetree/bindings/net/wireless/microchip,wilc1000.yaml | 4 +++- 1 file changed, 3 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..1bf3496c21e64 100644 --- a/Documentation/devicetree/bindings/net/wireless/microchip,wilc1000.yaml +++ b/Documentation/devicetree/bindings/net/wireless/microchip,wilc1000.yaml @@ -16,7 +16,9 @@ description: properties: compatible: - const: microchip,wilc1000 + enum: + - microchip,wilc1000 + - microchip,wilc3000 reg: true