From patchwork Sat Mar 2 05:06:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Govind Singh X-Patchwork-Id: 10836447 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 2433D1805 for ; Sat, 2 Mar 2019 05:06:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 132C22D201 for ; Sat, 2 Mar 2019 05:06:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0422F2D298; Sat, 2 Mar 2019 05:06:51 +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.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI 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 A98A92D22A for ; Sat, 2 Mar 2019 05:06:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726693AbfCBFGq (ORCPT ); Sat, 2 Mar 2019 00:06:46 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:36406 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725300AbfCBFGp (ORCPT ); Sat, 2 Mar 2019 00:06:45 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 0116A60F3A; Sat, 2 Mar 2019 05:06:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1551503205; bh=7atp+JxqmU8JtBhm+x4paCEcFS0Nq8J2HdH/vFVMVcE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=g12hfTintI/ZuRIkR/5C6idC7oOYVuI1fdL2UQ+gaSrgyplG1DIWcpvYfvxR3mSkB sc7hQiSLQh6/5wFSARzx6uSdgGyBuck61LEREs0ps5TR8sTUeXeTHPfo0ekVBdDoC0 5Hn9PQCCGtjbnKoGmEOiZWuNyeo/Z4MU94pGGLDw= 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 EACA56087A; Sat, 2 Mar 2019 05:06:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1551503204; bh=7atp+JxqmU8JtBhm+x4paCEcFS0Nq8J2HdH/vFVMVcE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BijcnnVGHCkaM1Oy7PgLc8bDE6BXal5RfzdnH5fVEY83epelRKr6i/DI4KSI8FMyU huEaIiPA0kpFRN/KJ5J8i67Z0xICK7fl+Y1xsdhijtuNNU7YnURnOhPDhRyLCEOXr4 U7eGeI6dZpVqlGyQAYTX1+yroQPZtMtz3g9ZPIPU= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org EACA56087A 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 Cc: linux-wireless@vger.kernel.org, devicetree@vger.kernel.org, Govind Singh Subject: [PATCH 1/2] dt: bindings: add dt entry for XO calibration support Date: Sat, 2 Mar 2019 10:36:34 +0530 Message-Id: <20190302050635.17694-2-govinds@codeaurora.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190302050635.17694-1-govinds@codeaurora.org> References: <20190302050635.17694-1-govinds@codeaurora.org> MIME-Version: 1.0 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 dt binding to get xo calibration data support for wifi rf clock. Signed-off-by: Govind Singh --- Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt index ae661e65354e..ab8042866e83 100644 --- a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt +++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt @@ -81,6 +81,7 @@ Optional properties: Definition: Name of external front end module used. Some valid FEM names for example: "microsemi-lx5586", "sky85703-11" and "sky85803" etc. +- xo-cal-data: xo cal offset to be configured in xo trim register. Example (to supply PCI based wifi block details):