dts: bindings: fix typo in (timer, usb-c, usb, watchdog)
Utilize a code spell-checking tool to scan for and correct spelling errors in all files within the dts/bindings/timer, usb-c, usb and watchdog. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
This commit is contained in:
parent
9a28689375
commit
22315d6a9d
|
@ -44,5 +44,5 @@ properties:
|
|||
Setting clk-divider to 2 specifies the system timer uses the clock
|
||||
that CPU clock frequency divided by (2^2=)4, or 27MHz.
|
||||
|
||||
Devision ratio constants can be found in the
|
||||
Division ratio constants can be found in the
|
||||
dt-bindings/timer/nuclei-systimer.h header file.
|
||||
|
|
|
@ -17,4 +17,4 @@ properties:
|
|||
gptfreq:
|
||||
type: int
|
||||
required: true
|
||||
description: gpt frequences
|
||||
description: gpt frequencies
|
||||
|
|
|
@ -115,7 +115,7 @@ properties:
|
|||
type: array
|
||||
description: |
|
||||
An array of source Power Data Objects (PDOs).
|
||||
Use tht following macros to define the PDOs, defined in
|
||||
Use the following macros to define the PDOs, defined in
|
||||
dt-bindings/usb-c/pd.h.
|
||||
* PDO_FIXED
|
||||
* PDO_BATT
|
||||
|
@ -127,7 +127,7 @@ properties:
|
|||
type: array
|
||||
description: |
|
||||
An array of sink Power Data Objects (PDOs).
|
||||
Use tht following macros to define the PDOs, defined in
|
||||
Use the following macros to define the PDOs, defined in
|
||||
dt-bindings/usb-c/pd.h.
|
||||
* PDO_FIXED
|
||||
* PDO_BATT
|
||||
|
@ -139,7 +139,7 @@ properties:
|
|||
type: array
|
||||
description: |
|
||||
An array of sink Vendor Defined Objects (VDOs).
|
||||
Use tht following macros to define the VDOs, defined in
|
||||
Use the following macros to define the VDOs, defined in
|
||||
dt-bindings/usb-c/pd.h.
|
||||
* VDO_IDH
|
||||
* VDO_CERT
|
||||
|
@ -155,7 +155,7 @@ properties:
|
|||
type: array
|
||||
description: |
|
||||
An array of sink Vendor Defined Objects (VDOs).
|
||||
Use tht following macros to define the VDOs, defined in
|
||||
Use the following macros to define the VDOs, defined in
|
||||
dt-bindings/usb-c/pd.h.
|
||||
* VDO_IDH
|
||||
* VDO_CERT
|
||||
|
|
|
@ -13,7 +13,7 @@ compatible: "zephyr,uac2"
|
|||
# The only reason for putting Audio Streaming interfaces at the end is because
|
||||
# Audio Control entities derive their unique ID from child index (+ 1). For most
|
||||
# cases the order shouldn't really matter, but if there happen to be maximum
|
||||
# possible number of entities (255) then the Audio Streaming would inadvertedly
|
||||
# possible number of entities (255) then the Audio Streaming would inadvertently
|
||||
# "consume" one of the available IDs.
|
||||
|
||||
properties:
|
||||
|
|
|
@ -23,7 +23,7 @@ properties:
|
|||
type: string
|
||||
description: |
|
||||
Type of endpoint synchronization for IN devices.
|
||||
Default value is Sychronous.
|
||||
Default value is Synchronous.
|
||||
Adaptive is not supported.
|
||||
enum:
|
||||
- "No Synchronization"
|
||||
|
|
|
@ -23,7 +23,7 @@ properties:
|
|||
type: string
|
||||
description: |
|
||||
Type of endpoint synchronization for IN devices.
|
||||
Default value is Sychronous.
|
||||
Default value is Synchronous.
|
||||
Adaptive is not supported.
|
||||
enum:
|
||||
- "No Synchronization"
|
||||
|
|
|
@ -16,7 +16,7 @@ properties:
|
|||
type: int
|
||||
description: |
|
||||
Clock frequency used by counter in Hz. You can specify a frequency here or specify a clock
|
||||
using the clocks propertie.
|
||||
using the clocks properties.
|
||||
|
||||
reset-pulse-length:
|
||||
type: int
|
||||
|
|
|
@ -22,5 +22,5 @@ properties:
|
|||
wdog-lock:
|
||||
type: boolean
|
||||
description: |
|
||||
When set, lock watchdog configration after setup until the next
|
||||
When set, lock watchdog configuration after setup until the next
|
||||
reset.
|
||||
|
|
|
@ -16,7 +16,7 @@ properties:
|
|||
type: int
|
||||
description: |
|
||||
Clock frequency used by counter in Hz. You can specify a frequency here or specify a clock
|
||||
using the clocks propertie.
|
||||
using the clocks properties.
|
||||
|
||||
reset-pulse-length:
|
||||
type: int
|
||||
|
|
Loading…
Reference in a new issue