Message ID | 20190401115616.21337-5-megous@megous.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add bluetooth, gps and accelerometer to TBS A711 | expand |
On Mon, Apr 01, 2019 at 01:56:15PM +0200, megous via linux-sunxi wrote: > From: Ondrej Jirman <megous@megous.com> > > Add compatible for u-blox NEO-6M GPS module. > > Signed-off-by: Ondrej Jirman <megous@megous.com> Ouch, I forgot to add: Reviewed-by: Rob Herring <robh@kernel.org> I'll do v3 if necessary, for this. regards, Ondrej > --- > 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" > > -- > 2.21.0 > > -- > You received this message because you are subscribed to the Google Groups "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.
On Mon, Apr 01, 2019 at 02:02:09PM +0200, Ondřej Jirman wrote: > On Mon, Apr 01, 2019 at 01:56:15PM +0200, megous via linux-sunxi wrote: > > From: Ondrej Jirman <megous@megous.com> > > > > Add compatible for u-blox NEO-6M GPS module. > > > > Signed-off-by: Ondrej Jirman <megous@megous.com> > > Ouch, I forgot to add: > > Reviewed-by: Rob Herring <robh@kernel.org> > > I'll do v3 if necessary, for this. Looks good to me too. Now applied with Robs ack along with the ubx-driver patch. Thanks, Johan
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"