From patchwork Fri Oct 4 11:44:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 833223 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 93C0E1D5AD8; Fri, 4 Oct 2024 11:46:30 +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=1728042392; cv=none; b=AW3W8UZt54EcgSFmNla0mIgjiYiH/3a/N33iLFZnR5wCgbw0Eo4kk7FT7QbwCXzpM7ZULF6qQIa8MchS0kf0OQiH3pIiCCkeLi6qax5k7i5J0is1c69v+a9WxNVS13EWqLrkw1BrXAO+0Xn1HGeu6VvO71+ZeX2Iy1gszbJbVyM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728042392; c=relaxed/simple; bh=2L7VjJ4OyUB7xsUyQLlFIb71AfZScuDHuP5qtOXaNZQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=lcGRzUFdI8OVgqHnvWhvZNNMWJydwGI1jiMoHjkAFpliIQ9Xaz5B37orm1pk5lEQ1D0DWAFlGl8y25AUJoR+oXcFrsVhLBFF9Oqg8V+aYB8y5ZF94yzrDVWYdkmyRgcG6J5vIfDdPVNSpKo/G8tU8umwQhFY0aCg6lbbkzWKiDk= 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=ynn/LqzF; 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="ynn/LqzF" 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 B0893889E9; Fri, 4 Oct 2024 13:46:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1728042382; bh=4NUQsyhLZSbmevh275HRv8N4MNRmtfX0PQ1NeQOt1Mg=; h=From:To:Cc:Subject:Date:From; b=ynn/LqzFXbwlA1YBYjPQy7RYxKnix1N+UWtsAKn4kQE+QuGl+3PgfJtYLhjZ55mYK jhm7TmjIwXvqnhyisM+pCKGE9aXAftDiCsv2g+9wE/l+UCVh1aJn1YJRCI37LHeXoL /Xm0vaRDeDHcyoJsHj0oS8aNWJg9uUrMfiDrT3/RTsc6oxbIW6+FZsbpdHwf3GT1/+ egeA1FFMWgdHky4dSDDujRaxZaiAZGZbCgF3yQzkGhSlRyU8uQMM1M+J/Lop7AQkm6 ypZ79WW4vdrNlH/ao/TkFM5P43SAJjrFDT3gkdKXynIz0hikIPnkXYsyLOOwlJrT9m lV/MJEGcGbQ5A== 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 v8 1/7] dt-bindings: wireless: wilc1000: Document WILC3000 compatible string Date: Fri, 4 Oct 2024 13:44:10 +0200 Message-ID: <20241004114551.40236-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: 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 V5: No change V6: - Rebase on next-20240926 V7: - Rebase on next-20241003 / wireless-next/main 5a4d42c1688c with v2 wifi: wilc1000: Keep slot powered on during suspend/resume V8: No change --- .../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