Skip to content

Commit a7fcc23

Browse files
eleanorLYJrobherring
authored andcommitted
dt-bindings: Fix various typos
Corrected several typos in Documentation/devicetree/bindings files. Reviewed-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Kuan-Wei Chiu <[email protected]> Reviewed-by: Matti Vaittinen <[email protected]> Signed-off-by: Yu-Chun Lin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent 1a52a09 commit a7fcc23

24 files changed

+25
-25
lines changed

Documentation/devicetree/bindings/arm/arm,coresight-dummy-source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: |
1717
The Coresight dummy source component is for the specific coresight source
1818
devices kernel don't have permission to access or configure. For some SOCs,
1919
there would be Coresight source trace components on sub-processor which
20-
are conneted to AP processor via debug bus. For these devices, a dummy driver
20+
are connected to AP processor via debug bus. For these devices, a dummy driver
2121
is needed to register them as Coresight source devices, so that paths can be
2222
created in the driver. It provides Coresight API for operations on dummy
2323
source devices, such as enabling and disabling them. It also provides the

Documentation/devicetree/bindings/cpu/idle-states.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ patternProperties:
385385
386386
This property is required in idle state nodes of device tree meant
387387
for RISC-V systems. For more details on the suspend_type parameter
388-
refer the SBI specifiation v0.3 (or higher) [7].
388+
refer the SBI specification v0.3 (or higher) [7].
389389
390390
local-timer-stop:
391391
description:

Documentation/devicetree/bindings/display/lvds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ maintainers:
1616
description:
1717
This binding extends the data mapping defined in lvds-data-mapping.yaml.
1818
It supports reversing the bit order on the formats defined there in order
19-
to accomodate for even more specialized data formats, since a variety of
19+
to accommodate for even more specialized data formats, since a variety of
2020
data formats and layouts is used to drive LVDS displays.
2121

2222
properties:

Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Optional properties:
2020
memcpy channels in eDMA.
2121

2222
Notes:
23-
When requesting channel via ti,dra7-dma-crossbar, the DMA clinet must request
23+
When requesting channel via ti,dra7-dma-crossbar, the DMA client must request
2424
the DMA event number as crossbar ID (input to the DMA crossbar).
2525

2626
For ti,am335x-edma-crossbar: the meaning of parameters of dmas for clients:

Documentation/devicetree/bindings/iio/accel/lis302.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Optional properties for all bus drivers:
3636
- st,irq{1,2}-disable: disable IRQ 1/2
3737
- st,irq{1,2}-ff-wu-1: raise IRQ 1/2 on FF_WU_1 condition
3838
- st,irq{1,2}-ff-wu-2: raise IRQ 1/2 on FF_WU_2 condition
39-
- st,irq{1,2}-data-ready: raise IRQ 1/2 on data ready contition
39+
- st,irq{1,2}-data-ready: raise IRQ 1/2 on data ready condition
4040
- st,irq{1,2}-click: raise IRQ 1/2 on click condition
4141
- st,irq-open-drain: consider IRQ lines open-drain
4242
- st,irq-active-low: make IRQ lines active low

Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ properties:
6060
The 4th cell is a phandle to a node describing a set of CPUs this
6161
interrupt is affine to. The interrupt must be a PPI, and the node
6262
pointed must be a subnode of the "ppi-partitions" subnode. For
63-
interrupt types other than PPI or PPIs that are not partitionned,
63+
interrupt types other than PPI or PPIs that are not partitioned,
6464
this cell must be zero. See the "ppi-partitions" node description
6565
below.
6666

Documentation/devicetree/bindings/leds/awinic,aw200xx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ patternProperties:
6666
IMAXled = 160000 * (592 / 600.5) * (1 / max-current-switch-number)
6767
And the minimum output current formula:
6868
IMINled = 3300 * (592 / 600.5) * (1 / max-current-switch-number)
69-
where max-current-switch-number is determinated by led configuration
69+
where max-current-switch-number is determined by led configuration
7070
and depends on how leds are physically connected to the led driver.
7171
7272
allOf:

Documentation/devicetree/bindings/mailbox/brcm,iproc-flexrm-mbox.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Required properties:
2424
number of completion messages for which FlexRM will inject
2525
one MSI interrupt to CPU.
2626

27-
The 3nd cell contains MSI timer value representing time for
27+
The 3rd cell contains MSI timer value representing time for
2828
which FlexRM will wait to accumulate N completion messages
2929
where N is the value specified by 2nd cell above. If FlexRM
3030
does not get required number of completion messages in time

Documentation/devicetree/bindings/media/i2c/thine,thp7312.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description:
1616
can be connected to CMOS image sensors from various vendors, supporting both
1717
MIPI CSI-2 and parallel interfaces. It can also output on either MIPI CSI-2
1818
or parallel. The hardware is capable of transmitting and receiving MIPI
19-
interlaved data strams with data types or multiple virtual channel
19+
interleaved data streams with data types or multiple virtual channel
2020
identifiers.
2121

2222
allOf:

Documentation/devicetree/bindings/media/samsung,exynos4210-fimc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ properties:
7777
$ref: /schemas/types.yaml#/definitions/uint32-array
7878
maxItems: 2
7979
description: |
80-
An array specyfing minimum image size in pixels at the FIMC input and
80+
An array specifying minimum image size in pixels at the FIMC input and
8181
output DMA, in the first and second cell respectively. Default value
8282
is <16 16>.
8383

0 commit comments

Comments
 (0)