From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2092DC04EBC for ; Sun, 18 Nov 2018 21:58:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DAF4220869 for ; Sun, 18 Nov 2018 21:58:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kemnade.info header.i=@kemnade.info header.b="hYXZlkqs" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DAF4220869 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kemnade.info Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728131AbeKSIT4 (ORCPT ); Mon, 19 Nov 2018 03:19:56 -0500 Received: from mail.andi.de1.cc ([85.214.239.24]:52560 "EHLO h2641619.stratoserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726053AbeKSITz (ORCPT ); Mon, 19 Nov 2018 03:19:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20180802; h=References:In-Reply-To:Message-Id:Date:Subject: Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=LcmDRY75wIJJh4C8lmrNs/L7nV5wlcrI+sfWIZTVJko=; b=hYXZlkqs3ZE0ZbZ+1apQY9ZhQ NR1rSMO5TXqLX5ZRxquIoUPn6kIFOAiMNlkpozK/OYWjN2PhP1WntDpoYPZv8wsnnw39wuFbT0jur 0nu12SNgUaRhmLhm87bTXF8qwcNNfSYKMdY+dnZgMoWlbVBgmm6EzwFIKB0tvIZSPMrQY=; Received: from p200300ccfbe8ca001a3da2fffebfd33a.dip0.t-ipconnect.de ([2003:cc:fbe8:ca00:1a3d:a2ff:febf:d33a] helo=aktux) by h2641619.stratoserver.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gOV5A-00078h-6i; Sun, 18 Nov 2018 22:58:20 +0100 Received: from andi by aktux with local (Exim 4.89) (envelope-from ) id 1gOV59-0003DK-UG; Sun, 18 Nov 2018 22:58:19 +0100 From: Andreas Kemnade To: johan@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Discussions about the Letux Kernel Cc: Andreas Kemnade Subject: [PATCH RFC 5/5] dt-bindings: gnss: add lna-supply property Date: Sun, 18 Nov 2018 22:58:01 +0100 Message-Id: <20181118215801.12280-6-andreas@kemnade.info> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20181118215801.12280-1-andreas@kemnade.info> References: <20181118215801.12280-1-andreas@kemnade.info> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add lna-supply property. Signed-off-by: Andreas Kemnade --- Documentation/devicetree/bindings/gnss/sirfstar.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/gnss/sirfstar.txt b/Documentation/devicetree/bindings/gnss/sirfstar.txt index 1be7597ae884..9614774d14bc 100644 --- a/Documentation/devicetree/bindings/gnss/sirfstar.txt +++ b/Documentation/devicetree/bindings/gnss/sirfstar.txt @@ -30,6 +30,7 @@ Optional properties: - sirf,wakeup-gpios : GPIO used to determine device power state (pin name: RFPWRUP, WAKEUP) - timepulse-gpios : Time pulse GPIO (pin name: 1PPS, TM) +- lna-supply : Separate supply for a LNA Example: -- 2.11.0