From patchwork Wed Mar 27 00:18:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ond=C5=99ej_Jirman?= X-Patchwork-Id: 10872335 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 24E8813B5 for ; Wed, 27 Mar 2019 00:20:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0604C28D54 for ; Wed, 27 Mar 2019 00:20:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EE4A328D5E; Wed, 27 Mar 2019 00:20:50 +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=-3.4 required=2.0 tests=BAYES_00,DKIM_ADSP_DISCARD, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id A72EF28D54 for ; Wed, 27 Mar 2019 00:20:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=zBMyyQYf3CcMTspzX93N+aWy7pZQTRs65IZJuikG4MU=; b=lma9mHng8asQPI pQPbXDgJi/vGJLgjryIzj+PQJBbTK6tqc+YlG74N81VcVusrAkZrBZ3uxyP+YgaaybtiXukjjm2W+ y3C7WJwZmzyOJehIcN7D5YkCLN0YhFd6X/tcMh8LihonXFtUicHxwXKGWuzGSp6xFB/kkPw8a3lQk atGUB7lef8Cbxe6Ksw5DO0Gwsw2Li6nxrRcoSaLkrhMTRLVUgyG3ZSzoZTuQV+klYZ50kXPZFtR6w +bH7AhgVjtyyNrE4fYtw6NbBHlQ3AW76tFDjhbakuYsAw3HXYoEQzfpsdc+ArdQATGFKx5U2amP7Z rlZ1Prlr6H0mgT55B9wA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h8wJB-0005rv-6v; Wed, 27 Mar 2019 00:20:45 +0000 Received: from vps.xff.cz ([195.181.215.36]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h8wHX-0002p6-9n for linux-arm-kernel@lists.infradead.org; Wed, 27 Mar 2019 00:19:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megous.com; s=mail; t=1553645936; bh=UzU+qsNACtfxcYu/73bvogl1+uKb4UDhIEXNrk+9P9U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gRH4vPr/SU/IcJ6p/gDJrwcDsUfdZW9C8p9BARKASolUnGWiefwuJBu3wxpKnaBov Gibb7/R02rM5KnhcBd5BCv6QZM/w5/akd3TEDua8cQn7kd/s0FXPeRJRNs8bBAVH7A eIVbfxfwHynecSb8Mj1H0LnuQi139D8FsY+xlM8Q= From: megous@megous.com To: maxime.ripard@free-electrons.com, wens@csie.org, robh@kernel.org, johan@kernel.org, mark.rutland@arm.com Subject: [PATCH 6/7] dt-bindings: gnss: Add u-blox,neo-6m compatible Date: Wed, 27 Mar 2019 01:18:42 +0100 Message-Id: <20190327001843.2420-7-megous@megous.com> In-Reply-To: <20190327001843.2420-1-megous@megous.com> References: <20190327001843.2420-1-megous@megous.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190326_171903_492953_09496142 X-CRM114-Status: UNSURE ( 6.93 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ondrej Jirman , devicetree@vger.kernel.org, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Ondrej Jirman Add compatible for u-blox NEO-6M GPS module. Signed-off-by: Ondrej Jirman Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/gnss/u-blox.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/gnss/u-blox.txt b/Documentation/devicetree/bindings/gnss/u-blox.txt index e475659cb85f..7cdefd058fe0 100644 --- a/Documentation/devicetree/bindings/gnss/u-blox.txt +++ b/Documentation/devicetree/bindings/gnss/u-blox.txt @@ -9,6 +9,7 @@ Required properties: - compatible : Must be one of + "u-blox,neo-6m" "u-blox,neo-8" "u-blox,neo-m8"