[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1545994235-8309-4-git-send-email-lollivier@baylibre.com>
Date: Fri, 28 Dec 2018 11:50:34 +0100
From: Loys Ollivier <lollivier@...libre.com>
To: devicetree@...r.kernel.org, Johan Hovold <johan@...nel.org>
Cc: Loys Ollivier <lollivier@...libre.com>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
linux-kernel@...r.kernel.org, Kevin Hilman <khilman@...libre.com>,
linux-amlogic@...ts.infradead.org
Subject: [PATCH 3/4] gnss: add gtop receiver type support
Add a gtop type to the "GNSS_TYPE" attribute.
Note that GTOP receveirs support a subset of NMEA 0183 with vendor
extensions (e.g. to allow switching to the vendor protocol).
Signed-off-by: Loys Ollivier <lollivier@...libre.com>
---
include/linux/gnss.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/gnss.h b/include/linux/gnss.h
index 43546977098c..adbbacc00278 100644
--- a/include/linux/gnss.h
+++ b/include/linux/gnss.h
@@ -22,6 +22,7 @@ enum gnss_type {
GNSS_TYPE_NMEA = 0,
GNSS_TYPE_SIRF,
GNSS_TYPE_UBX,
+ GNSS_TYPE_GTOP,
GNSS_TYPE_COUNT
};
--
2.7.4
Powered by blists - more mailing lists