From patchwork Wed Aug 15 09:26:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Govind Singh X-Patchwork-Id: 10566401 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 EE4391515 for ; Wed, 15 Aug 2018 09:26:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DFE0329ECB for ; Wed, 15 Aug 2018 09:26:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D437929ECD; Wed, 15 Aug 2018 09:26:58 +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 8847B29ECB for ; Wed, 15 Aug 2018 09:26:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729002AbeHOMSU (ORCPT ); Wed, 15 Aug 2018 08:18:20 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:40080 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728986AbeHOMSU (ORCPT ); Wed, 15 Aug 2018 08:18:20 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id E4B6562503; Wed, 15 Aug 2018 09:26:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1534325217; bh=IvT51qOtHhA5HPY6Lxc2uYmfq0Ntg4+bZniauUco3cs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=e+BOMXrEtVMQRxf4YHY3S672lBgy4vZ89N6ZXzKqZsDJBSIQzqjuIRjhodSO3MP8+ /1MJi/GePTK+9Wz8hC5gYzIsQgGpxjkD5QH9b4SVHyP4bXDypnBLRYPnXZV4GFqOqk Sp3wQi4D6u091BSS5kzbPv5eESyccVEggoYNstcs= 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 8B34962501; Wed, 15 Aug 2018 09:26:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1534325217; bh=IvT51qOtHhA5HPY6Lxc2uYmfq0Ntg4+bZniauUco3cs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=e+BOMXrEtVMQRxf4YHY3S672lBgy4vZ89N6ZXzKqZsDJBSIQzqjuIRjhodSO3MP8+ /1MJi/GePTK+9Wz8hC5gYzIsQgGpxjkD5QH9b4SVHyP4bXDypnBLRYPnXZV4GFqOqk Sp3wQi4D6u091BSS5kzbPv5eESyccVEggoYNstcs= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 8B34962501 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: ath10k@lists.infradead.org, briannorris@chromium.org, niklas.cassel@linaro.org, bjorn.andersson@linaro.org, andy.gross@linaro.org, devicetree@vger.kernel.org Cc: linux-wireless@vger.kernel.org, Govind Singh Subject: [PATCH v5 3/6] dt: bindings: add bindings for msa memory region Date: Wed, 15 Aug 2018 14:56:34 +0530 Message-Id: <20180815092637.11455-4-govinds@codeaurora.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180815092637.11455-1-govinds@codeaurora.org> References: <20180815092637.11455-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: Bjorn Andersson --- .../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>; };