Skip to content

Commit 957647b

Browse files
kartbenfabiobaltieri
authored andcommitted
dts: espressif: Streamline device tree binding descriptions
Ensure consistent (and concise) short descriptions of all the esp*.yaml bindings Signed-off-by: Benjamin Cabé <[email protected]>
1 parent b8c710d commit 957647b

26 files changed

+34
-25
lines changed

dts/bindings/adc/espressif,esp32-adc.yaml

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

55
description: |
6-
Espressif ESP32 ADC
6+
ESP32 ADC.
7+
78
Possible available resolutions depends on the used chip.
89
- ESP32 < 9,10,11,12 >
910
- ESP32-S2 < 12 >

dts/bindings/can/espressif,esp32-twai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2022 Henrik Brix Andersen <[email protected]>
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: Espressif ESP32 Two-Wire Automotive Interface (TWAI)
4+
description: ESP32 Two-Wire Automotive Interface (TWAI)
55

66
compatible: "espressif,esp32-twai"
77

dts/bindings/counter/espressif,esp32-rtc-timer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
description: |
55
6-
Espressif's Counter Driver based on RTC Main Timer.
6+
ESP32 Counter Driver based on RTC Main Timer.
77
88
Any reset/sleep mode, except for the power-up reset, will not
99
stop or reset the RTC Timer. This behavior may be handy when

dts/bindings/counter/espressif,esp32-timer.yaml

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

44
description: |
5-
Espressif's general-purpose Timers.
5+
ESP32 general-purpose timers.
6+
67
Each Timer is part of a Timer Group and the number of available Timers
78
is SoC-dependent.
89

dts/bindings/cpu/espressif,xtensa-lx6.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: Espressif Xtensa CPU
4+
description: Espressif Xtensa LX6 CPU
55

66
compatible: "espressif,xtensa-lx6"
77

dts/bindings/cpu/espressif,xtensa-lx7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: Espressif Xtensa CPU
4+
description: Espressif Xtensa LX7 CPU
55

66
compatible: "espressif,xtensa-lx7"
77

dts/bindings/dac/espressif,esp32-dac.yaml

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

44
description: |
5-
Espressif Digital to Analog converter (DAC) control node
6-
is part of the RTC low-power domain and belongs to the SENSE
5+
ESP32 Digital to Analog converter (DAC)
6+
7+
Part of the RTC low-power domain and belongs to the SENSE
78
peripherals set. RTC peripherals has GPIOs controlled by the
89
RTCIO mux, which is separated from the main IO mux.
910

dts/bindings/dma/espressif,esp32-gdma.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-
Espressif's GDMA (General Direct Memory Access) Node
5+
ESP32 GDMA (General Direct Memory Access)
66
77
General Direct Memory Access (GDMA) is a feature that allows
88
peripheral-to-memory, memory-to-peripheral, and memory-to-memory

dts/bindings/flash_controller/espressif,esp32-flash-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: ESP32 Family flash controller
1+
description: ESP32 flash controller
22

33
compatible: "espressif,esp32-flash-controller"
44

dts/bindings/input/espressif,esp32-touch-sensor.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 touch sensor parent node
5+
ESP32 touch sensor input
66
77
This defines a group of touch sensors that can generate input events. Each touch
88
sensor is defined in a child node of the touch-sensor node and defines a specific key

0 commit comments

Comments
 (0)