From patchwork Mon Mar 20 10:46:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 665527 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C900C6FD1D for ; Mon, 20 Mar 2023 10:52:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230344AbjCTKwp (ORCPT ); Mon, 20 Mar 2023 06:52:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229956AbjCTKwB (ORCPT ); Mon, 20 Mar 2023 06:52:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BBDD312070; Mon, 20 Mar 2023 03:49:26 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DFA9961444; Mon, 20 Mar 2023 10:48:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42F1AC433EF; Mon, 20 Mar 2023 10:48:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679309288; bh=H362FRaRLTPpqbrdTPkO0txUWwDidvve8th1nvkt7zI=; h=From:To:Cc:Subject:Date:From; b=I+QRlUmEiDRUtHEY1ZiKIg+xPMvpxGs4m0hits6Hj1zmwHTytcqkabSDMBjiwFS/C BqVePcP/xOJeS0+cp4EiVoXAFKDh94FI1IgjjiAdbqiJtPVUgQLpEo4iuM+c6kTLJS uBLht59rWc9F3dRttLePDkBHKFLr9k9+9anfk6jfxpkogkGuAmemVcZcQCBlum8Dy+ ax7sWyxfEkusC9tzx5RoDo0vrdC+bRPsInzw2ndIC/eKxKZbp1FJCBB4fQZIf+ngrh 6UfbJEHSV9sCkgkuKBm7VA1e97ZZl/ThNWy8B+LporPKQPlI0Vxy9xtlSI1/FhaiN+ Es0BxAgAbQWUw== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1peD4y-0005nT-86; Mon, 20 Mar 2023 11:49:28 +0100 From: Johan Hovold To: Kalle Valo , Bjorn Andersson Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Andy Gross , Konrad Dybcio , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 0/3] arm64: dts: qcom: sc8280xp-x13s: add wifi calibration variant Date: Mon, 20 Mar 2023 11:46:55 +0100 Message-Id: <20230320104658.22186-1-johan+linaro@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org This series adds the missing calibration variant devicetree property which is needed to load the (just released) calibration data and use the ath11k wifi on the X13s and sc8280xp-crd. Kalle, do you want to take the binding through your tree or should Bjorn take it all through the Qualcomm tree? Johan Johan Hovold (3): dt-bindings: wireless: add ath11k pcie bindings arm64: dts: qcom: sc8280xp-x13s: add wifi calibration variant arm64: dts: qcom: sc8280xp-crd: add wifi calibration variant .../bindings/net/wireless/pci17cb,1103.yaml | 56 +++++++++++++++++++ arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 17 ++++++ .../qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 17 ++++++ 3 files changed, 90 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/wireless/pci17cb,1103.yaml Reviewed-by: Konrad Dybcio Tested-by: Steev Klimaszewski #Thinkpad X13s