From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 1/2] dt: bindings: add dt entry for XO calibration support Date: Wed, 27 Mar 2019 14:36:17 -0500 Message-ID: <20190327193617.GA18283@bogus> References: <20190302050635.17694-1-govinds@codeaurora.org> <20190302050635.17694-2-govinds@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190302050635.17694-2-govinds-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Govind Singh Cc: ath10k-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Sat, Mar 02, 2019 at 10:36:34AM +0530, Govind Singh wrote: > 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. Should have a vendor prefix. Rob