Skip to content

Commit d9b4bac

Browse files
kartbenfabiobaltieri
authored andcommitted
dts: bindings: Minor fixes for various bindings' description
Fix/clarify descriptions for several devicetree bindings. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent c45b81f commit d9b4bac

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

dts/bindings/gpio/arduino-mkr-header.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
description: |
5-
GPIO pins exposing on Arduino MKR headers.
5+
GPIO pins exposed on Arduino MKR headers.
66
77
The Arduino MKR layout provides two headers on both edges of the board.
88

dts/bindings/gpio/grove-header.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
description: |
5-
GPIO pins exposing on Grove 4 pins headers.
5+
GPIO pins exposed on Grove 4 pins headers.
66
77
This binding provides a nexus mapping for 2 pins as depicted below.
88

dts/bindings/input/gpio-keys.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
description: |
5-
Zephyr Input GPIO KEYS parent node
5+
Group of GPIO-bound input keys.
66
77
This defines a group of buttons that can generate input events. Each button
88
is defined in a child node of the gpio-keys node and defines a specific key

dts/bindings/led/gpio-leds.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
description: |
5-
This allows you to define a group of LEDs. Each LED in the group is
6-
controlled by a GPIO. Each LED is defined in a child node of the
7-
gpio-leds node.
5+
Group of GPIO-controlled LEDs.
6+
7+
Each LED is defined in a child node of the gpio-leds node.
88
99
Here is an example which defines three LEDs in the node /leds:
1010

dts/bindings/led/pwm-leds.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Copyright (c) 2018, Linaro Limited
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: PWM LEDs parent node
4+
description: |
5+
Group of PWM-controlled LEDs.
6+
7+
Each LED is defined in a child node of the pwm-leds node.
58
69
compatible: "pwm-leds"
710

dts/bindings/mtd/fixed-partitions.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
description: |
2-
This binding is used to describe fixed partitions of a flash (or
3-
other nonvolatile storage) memory.
2+
Fixed partitions of a flash (or other non-volatile storage) memory.
43
54
Here is an example:
65

dts/bindings/sensor/invensense,icm42688.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
description: |
7-
ICM-42688 motion tracking device
7+
ICM-42688 motion tracking device.
8+
89
When setting the accel-pm, accel-range, accel-odr, gyro-pm, gyro-range,
910
gyro-odr properties in a .dts or .dtsi file you may include icm42688.h
1011
and use the macros defined there.

0 commit comments

Comments
 (0)