Skip to content

Commit 4d11a11

Browse files
moonlight83340danieldegrasse
authored andcommitted
sensor: adxl3xx: Clarify defgroup names in DT bindings
Replace vague "ADI DT Options" titles with explicit, device-specific @defgroup names such as "ADXL345 DT Options", "ADXL362 DT Options", "ADXL367 DT Options", and "ADXL372 DT Options". This improves clarity for developers and documentation readers by avoiding the unclear "ADI" abbreviation. Fix: #92021 Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>
1 parent aa3db8e commit 4d11a11

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

include/zephyr/dt-bindings/sensor/adxl345.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define ZEPHYR_INCLUDE_DT_BINDINGS_ADI_ADX345_H_
88

99
/**
10-
* @defgroup ADXL345 ADI DT Options
10+
* @defgroup ADXL345 ADXL345 DT Options
1111
* @ingroup sensor_interface
1212
* @{
1313
*/

include/zephyr/dt-bindings/sensor/adxl362.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define ZEPHYR_INCLUDE_DT_BINDINGS_ADI_ADX362_H_
88

99
/**
10-
* @defgroup ADXL362 ADI DT Options
10+
* @defgroup ADXL362 ADXL362 DT Options
1111
* @ingroup sensor_interface
1212
* @{
1313
*/

include/zephyr/dt-bindings/sensor/adxl367.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define ZEPHYR_INCLUDE_DT_BINDINGS_ADI_ADX367_H_
88

99
/**
10-
* @defgroup ADXL367 ADI DT Options
10+
* @defgroup ADXL367 ADXL367 DT Options
1111
* @ingroup sensor_interface
1212
* @{
1313
*/

include/zephyr/dt-bindings/sensor/adxl372.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define ZEPHYR_INCLUDE_DT_BINDINGS_ADI_ADX372_H_
88

99
/**
10-
* @defgroup ADXL372 ADI DT Options
10+
* @defgroup ADXL372 ADXL372 DT Options
1111
* @ingroup sensor_interface
1212
* @{
1313
*/

0 commit comments

Comments
 (0)