dts: bindings: fix typo in (adc, arm)
Utilize a code spell-checking tool to scan for and correct spelling errors in all files within the dts/bindings/adc and arm. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
This commit is contained in:
parent
13f8cece6c
commit
9888db155b
|
@ -14,7 +14,7 @@ description: |
|
|||
|
||||
Zephyr API is using gain unit to characterize ADC input.
|
||||
To achieve compatibility we choose to select those gain,
|
||||
which coresponds to the ESP32 ADC attenuation feature.
|
||||
which corresponds to the ESP32 ADC attenuation feature.
|
||||
|
||||
ESP32,attenuation ~ zephyr,gain
|
||||
----------------- -----------
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
description: |
|
||||
Infineon Cat1 ADC
|
||||
Each ADC group Cat1 is assigned to a Zephyr device. Refer to the Infineon PSoC6 reference
|
||||
manual (Section Port I/O functions) for the group/chanel mapping to a specific port-pin on
|
||||
manual (Section Port I/O functions) for the group/channel mapping to a specific port-pin on
|
||||
the board. For example on the cy8cproto_062_4343w P10.0 is mapped to adc0,channel0 and
|
||||
P10.1 is mapped to adc0,channel1.
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
description: |
|
||||
Infineon XMC4XXX ADC
|
||||
Each ADC group XMC4XXX is assigned to a Zephyr device. Refer to Infineon XMC4XXX reference manual
|
||||
(Section Port I/O functions) for the group/chanel mapping to a specific port-pin on the board.
|
||||
(Section Port I/O functions) for the group/channel mapping to a specific port-pin on the board.
|
||||
For example on the xmc45_relax_kit P14.0 is mapped to adc0,channel0 and P14.1 is mapped to
|
||||
adc0,channel1.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2020, Linaro Limited
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Atmel SAMD2x Power Manger (PM)
|
||||
description: Atmel SAMD2x Power Manager (PM)
|
||||
|
||||
compatible: "atmel,samd2x-pm"
|
||||
|
||||
|
|
Loading…
Reference in a new issue