From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 26590328260; Sat, 4 Apr 2026 10:58:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775300293; cv=none; b=MoMHaqJTZmRBoVV5kEKwSJ3jR7BPhoPO63SBVw60C9nJ498knmxKaJqtJBxaVFGF4dmwbFwN5oKJ+1sXl2uxsgRGRZPWsv+2cvd92S/p0xNUQsroll8IWmuqAoP5m5iIFwmy4lefHkuqsRPzcXVoeZGQwIDfUdyVTBW/y91CMTw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775300293; c=relaxed/simple; bh=M4uUFGPWTsMW+aVafwNZZdbKqmdCp3+dk9lic6nmNNg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iVaphXnRhoSh2gACEuWxopswq6fCnN6Xfd1C8t101EJmZkQq+hun1vc6LsYFGjaXSM0plZUpgGmcYEwOQ5dciObMJ1+epvwyfQsoPgKVTLmNmBAeEfPEUnTe0h/guU6JAMp7BUSqvRSWM+GQ3LM9aI76naGAw48NBqlWH2FKWIk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LbKRr43C; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="LbKRr43C" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 50D50C19421; Sat, 4 Apr 2026 10:58:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775300292; bh=M4uUFGPWTsMW+aVafwNZZdbKqmdCp3+dk9lic6nmNNg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LbKRr43CdKESFgLQcOwsc8jDyHxZwuDAJyyaikSR4VXxIvxH1Q/ZD9kzYoS/Ineyg EuaWKdeewgkVDuNFIbGw0quKVMOr/JLtbktLQ09PdXQoNxG2CPgEenW7umeDa1uTGm HutqWDM2071LI97/hL1Byljj9A7+c6RMnID0liNCwo9LbQF6xVhA5Rt/CoeKbZxWTs nXVK73PobEhcy96b61kGoWUj4WdH/12SKrLHXOFg/Zrz+5bS+nck71nAIm9Sw9t1Vg bnTti7hhiWoay9lTi5JfMBWVEsAl3UO+iVVEcC0AY7XLmljmq/u0Jxi3Q0ICr0LPTP r6+iZfPeme2tg== Date: Sat, 4 Apr 2026 12:58:10 +0200 From: Krzysztof Kozlowski To: Luca Weiss Cc: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alexander Koskovich , Liam Girdwood , Mark Brown , Bartosz Golaszewski , Marcel Holtmann , Luiz Augusto von Dentz , Balakrishna Godavarthi , Rocky Liao , Johannes Berg , Jeff Johnson , ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-bluetooth@vger.kernel.org, linux-wireless@vger.kernel.org, ath11k@lists.infradead.org Subject: Re: [PATCH v2 2/7] dt-bindings: bluetooth: qcom,wcn6750-bt: Document WCN6755 Bluetooth Message-ID: <20260404-fast-quaint-agama-8afbfe@quoll> References: <20260403-milos-fp6-bt-wifi-v2-0-393322b27c5f@fairphone.com> <20260403-milos-fp6-bt-wifi-v2-2-393322b27c5f@fairphone.com> Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260403-milos-fp6-bt-wifi-v2-2-393322b27c5f@fairphone.com> On Fri, Apr 03, 2026 at 03:52:48PM +0200, Luca Weiss wrote: > Document the WCN6755 Bluetooth using a fallback to WCN6750 since the two > chips seem to be completely pin and software compatible. In fact the > original downstream kernel just pretends the WCN6755 is a WCN6750. > > Signed-off-by: Luca Weiss > --- > .../devicetree/bindings/net/bluetooth/qcom,wcn6750-bt.yaml | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof