Message ID | 1547744074-28308-1-git-send-email-lollivier@baylibre.com |
---|---|
State | New |
Headers | show |
On Thu, 17 Jan 2019 17:54:31 +0100, Loys Ollivier wrote: > Add globaltop vendor definition. > > Signed-off-by: Loys Ollivier <lollivier@baylibre.com> > --- > > v2: Alphabetical order > > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring <robh@kernel.org>
On Thu, Jan 17, 2019 at 05:54:33PM +0100, Loys Ollivier wrote: > Add an MTK (Mediatek) type to the "GNSS_TYPE" attribute. > > Note that MTK receivers support a subset of NMEA 0183 with vendor > extensions (e.g. to allow switching to the vendor protocol). Copy paste error? AFAICT there is no Mediatek vendor protocol, only the extensions to NMEA. > Signed-off-by: Loys Ollivier <lollivier@baylibre.com> > --- > > v2: renamed from GTOP to MTK. > > include/linux/gnss.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/gnss.h b/include/linux/gnss.h > index 43546977098c..36968a0f33e8 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_MTK, > > GNSS_TYPE_COUNT > }; Add the gnss_type_names string in this patch along with the define. Johan
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts index 90a56af967a7..3b3d4dcc47aa 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts @@ -17,6 +17,7 @@ aliases { serial0 = &uart_AO; ethernet0 = ðmac; }; @@ -269,7 +270,20 @@