Commit 53759e25 authored by Martin Kelly's avatar Martin Kelly Committed by Jonathan Cameron

iio: magnetometer: add clarifying comment

Add a comment clarifying better when to use <device_name> vs
<device_name>-magn in compatibility strings.
Signed-off-by: default avatarMartin Kelly <martin@martingkelly.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent ee230351
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
* For new single-chip sensors use <device_name> as compatible string. * For new single-chip sensors use <device_name> as compatible string.
* For old single-chip devices keep <device_name>-magn to maintain * For old single-chip devices keep <device_name>-magn to maintain
* compatibility * compatibility
* For multi-chip devices, use <device_name>-magn to distinguish which
* capability is being used
*/ */
static const struct of_device_id st_magn_of_match[] = { static const struct of_device_id st_magn_of_match[] = {
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment