From: Matt Ranostay <matt@ranostay.consulting>
To: linux-iio@vger.kernel.org
Cc: Matt Ranostay <matt@ranostay.consulting>
Subject: [PATCH 2/2] iio: pulsedlight-lidar-lite-v2: add lidar-lite-v3 property
Date: Fri, 9 Dec 2016 22:34:39 -0800 [thread overview]
Message-ID: <1481351679-23400-2-git-send-email-matt@ranostay.consulting> (raw)
In-Reply-To: <1481351679-23400-1-git-send-email-matt@ranostay.consulting>
Signed-off-by: Matt Ranostay <matt@ranostay.consulting>
---
drivers/iio/proximity/pulsedlight-lidar-lite-v2.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c b/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c
index 1fa9eefa0982..0adcc417967d 100644
--- a/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c
+++ b/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c
@@ -326,12 +326,14 @@ static int lidar_remove(struct i2c_client *client)
static const struct i2c_device_id lidar_id[] = {
{"lidar-lite-v2", 0},
+ {"lidar-lite-v3", 0},
{ },
};
MODULE_DEVICE_TABLE(i2c, lidar_id);
static const struct of_device_id lidar_dt_ids[] = {
{ .compatible = "pulsedlight,lidar-lite-v2" },
+ { .compatible = "garmin,lidar-lite-v3" },
{ }
};
MODULE_DEVICE_TABLE(of, lidar_dt_ids);
--
2.7.4
prev parent reply other threads:[~2016-12-10 6:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-10 6:34 [PATCH 1/2] devicetree: add Garmin vendor prefix Matt Ranostay
2016-12-10 6:34 ` Matt Ranostay [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1481351679-23400-2-git-send-email-matt@ranostay.consulting \
--to=matt@ranostay.consulting \
--cc=linux-iio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).