From patchwork Mon Jul 23 12:34:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Govind Singh X-Patchwork-Id: 10540115 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2930B112E for ; Mon, 23 Jul 2018 12:34:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1895A285D6 for ; Mon, 23 Jul 2018 12:34:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0CAF3286A1; Mon, 23 Jul 2018 12:34:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B1E64285D6 for ; Mon, 23 Jul 2018 12:34:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389030AbeGWNfz (ORCPT ); Mon, 23 Jul 2018 09:35:55 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:40994 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388998AbeGWNfy (ORCPT ); Mon, 23 Jul 2018 09:35:54 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 6B5636071B; Mon, 23 Jul 2018 12:34:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1532349294; bh=IvT51qOtHhA5HPY6Lxc2uYmfq0Ntg4+bZniauUco3cs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fgg7VSMkeuVItdryHxcMnlaguAX6mpgXVHMs+anDF7irayRUOwLaGiRxJipoW8PaU q/raxbEN2ZTLJf09jzooxSSYUDKCIU4b8ppQ5sNC/XoVi+K4gNdVmoEM4Tuywhup30 Si9Deo+TnO3jpupqaMUe2itsXiUXJZvaeiuczpME= Received: from govinds-linux.qualcomm.com (blr-c-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.19.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: govinds@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 921DC60B77; Mon, 23 Jul 2018 12:34:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1532349294; bh=IvT51qOtHhA5HPY6Lxc2uYmfq0Ntg4+bZniauUco3cs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fgg7VSMkeuVItdryHxcMnlaguAX6mpgXVHMs+anDF7irayRUOwLaGiRxJipoW8PaU q/raxbEN2ZTLJf09jzooxSSYUDKCIU4b8ppQ5sNC/XoVi+K4gNdVmoEM4Tuywhup30 Si9Deo+TnO3jpupqaMUe2itsXiUXJZvaeiuczpME= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 921DC60B77 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=govinds@codeaurora.org From: Govind Singh To: niklas.cassel@linaro.org, bjorn.andersson@linaro.org, david.brown@linaro.org, andy.gross@linaro.org, robh@kernel.org, devicetree@vger.kernel.org, ath10k@lists.infradead.org Cc: linux-wireless@vger.kernel.org, Govind Singh Subject: [PATCH v4 3/6] dt: bindings: add bindings for msa memory region Date: Mon, 23 Jul 2018 18:04:25 +0530 Message-Id: <20180723123428.12993-4-govinds@codeaurora.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180723123428.12993-1-govinds@codeaurora.org> References: <20180723123428.12993-1-govinds@codeaurora.org> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add device tree binding documentation details of msa memory region for ath10k qmi client for SDM845/APQ8098 SoC into "qcom,ath10k.txt". Signed-off-by: Govind Singh Reviewed-by: Rob Herring --- .../devicetree/bindings/net/wireless/qcom,ath10k.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt index 7fd4e8ce4149..2196d1ab3c8c 100644 --- a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt +++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt @@ -56,6 +56,11 @@ Optional properties: the length can vary between hw versions. - -supply: handle to the regulator device tree node optional "supply-name" is "vdd-0.8-cx-mx". +- memory-region: + Usage: optional + Value type: + Definition: reference to the reserved-memory for the msa region + used by the wifi firmware running in Q6. Example (to supply the calibration data alone): @@ -149,4 +154,5 @@ wifi@18000000 { <0 140 0 /* CE10 */ >, <0 141 0 /* CE11 */ >; vdd-0.8-cx-mx-supply = <&pm8998_l5>; + memory-region = <&wifi_msa_mem>; };