diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2018-06-25 18:22:40 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-06-30 20:23:42 +0300 |
commit | 4b5de1fa97b9932db0e989afe7dba3029fbd4545 (patch) | |
tree | dd170d9ff356c8149110d9aa0c6af1c094fff4b3 /drivers/iio/accel | |
parent | c6988eb0e7d2ae1c892874d92ee9a7e8a380896d (diff) | |
download | linux-4b5de1fa97b9932db0e989afe7dba3029fbd4545.tar.xz |
iio: accel: adxl345: add link to datasheet
Add a link to the ADXL345 datasheet
Cc: Eva Rachel Retuya <eraretuya@gmail.com>
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/accel')
-rw-r--r-- | drivers/iio/accel/adxl345_core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iio/accel/adxl345_core.c b/drivers/iio/accel/adxl345_core.c index 7251d0e63d74..8e0d56b89201 100644 --- a/drivers/iio/accel/adxl345_core.c +++ b/drivers/iio/accel/adxl345_core.c @@ -6,6 +6,8 @@ * This file is subject to the terms and conditions of version 2 of * the GNU General Public License. See the file COPYING in the main * directory of this archive for more details. + * + * Datasheet: http://www.analog.com/media/en/technical-documentation/data-sheets/ADXL345.pdf */ #include <linux/module.h> |