From: Ondrej Jirman Date: Mon, 1 Apr 2019 11:56:14 +0000 (+0200) Subject: gnss: ubx: add u-blox,neo-6m compatible X-Git-Tag: v5.2-rc1~151^2~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc10c5cb14397d61d203d0a319ef796d4f6d943;p=thirdparty%2Fkernel%2Fstable.git gnss: ubx: add u-blox,neo-6m compatible Add compatible for u-blox NEO-6M GPS module. Signed-off-by: Ondrej Jirman Signed-off-by: Johan Hovold --- diff --git a/drivers/gnss/ubx.c b/drivers/gnss/ubx.c index 12568aebb7f6a..7b05bc40532e5 100644 --- a/drivers/gnss/ubx.c +++ b/drivers/gnss/ubx.c @@ -130,6 +130,7 @@ static void ubx_remove(struct serdev_device *serdev) #ifdef CONFIG_OF static const struct of_device_id ubx_of_match[] = { + { .compatible = "u-blox,neo-6m" }, { .compatible = "u-blox,neo-8" }, { .compatible = "u-blox,neo-m8" }, {},