* [PATCH 1/2] devicetree: add Garmin vendor prefix
@ 2016-12-10 6:34 Matt Ranostay
2016-12-10 6:34 ` [PATCH 2/2] iio: pulsedlight-lidar-lite-v2: add lidar-lite-v3 property Matt Ranostay
0 siblings, 1 reply; 2+ messages in thread
From: Matt Ranostay @ 2016-12-10 6:34 UTC (permalink / raw)
To: linux-iio; +Cc: Matt Ranostay, Rob Herring
Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Matt Ranostay <matt@ranostay.consulting>
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index 64fdc8c1503b..aedd9979d1e9 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -106,6 +106,7 @@ firefly Firefly
focaltech FocalTech Systems Co.,Ltd
friendlyarm Guangzhou FriendlyARM Computer Tech Co., Ltd
fsl Freescale Semiconductor
+garmin Garmin Limited
ge General Electric Company
geekbuying GeekBuying
gef GE Fanuc Intelligent Platforms Embedded Systems, Inc.
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] iio: pulsedlight-lidar-lite-v2: add lidar-lite-v3 property
2016-12-10 6:34 [PATCH 1/2] devicetree: add Garmin vendor prefix Matt Ranostay
@ 2016-12-10 6:34 ` Matt Ranostay
0 siblings, 0 replies; 2+ messages in thread
From: Matt Ranostay @ 2016-12-10 6:34 UTC (permalink / raw)
To: linux-iio; +Cc: Matt Ranostay
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-10 6:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-10 6:34 [PATCH 1/2] devicetree: add Garmin vendor prefix Matt Ranostay
2016-12-10 6:34 ` [PATCH 2/2] iio: pulsedlight-lidar-lite-v2: add lidar-lite-v3 property Matt Ranostay
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).