Skip to content

Commit d6f57d8

Browse files
marcowsrobherring
authored andcommitted
dt-bindings: fix spelling, typos, grammar, duplicated words
Signed-off-by: Markus Heidelberg <m.heidelberg@cab.de> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
1 parent 86eedc6 commit d6f57d8

15 files changed

Lines changed: 22 additions & 22 deletions

Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ patternProperties:
140140
the connection between the motherboard and any tiles. Sometimes the
141141
compatible is placed directly under this node, sometimes it is placed
142142
in a subnode named "motherboard-bus". Sometimes the compatible includes
143-
"arm,vexpress,v2?-p1" sometimes (on software models) is is just
143+
"arm,vexpress,v2?-p1" sometimes (on software models) it is just
144144
"simple-bus". If the compatible is placed in the "motherboard-bus" node,
145145
it is stricter and always has two compatibles.
146146
type: object

Documentation/devicetree/bindings/example-schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ required:
223223
#
224224
# For multiple 'if' schema, group them under an 'allOf'.
225225
#
226-
# If the conditionals become too unweldy, then it may be better to just split
226+
# If the conditionals become too unwieldy, then it may be better to just split
227227
# the binding into separate schema documents.
228228
allOf:
229229
- if:

Documentation/devicetree/bindings/gpio/gpio.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ and bit-banged data signals:
3535
<&gpio1 15 0>;
3636

3737
In the above example, &gpio1 uses 2 cells to specify a gpio. The first cell is
38-
a local offset to the GPIO line and the second cell represent consumer flags,
39-
such as if the consumer desire the line to be active low (inverted) or open
38+
a local offset to the GPIO line and the second cell represents consumer flags,
39+
such as if the consumer desires the line to be active low (inverted) or open
4040
drain. This is the recommended practice.
4141

4242
The exact meaning of each specifier cell is controller specific, and must be
@@ -59,7 +59,7 @@ GPIO pin number, and GPIO flags as accepted by the "qe_pio_e" gpio-controller.
5959
Optional standard bitfield specifiers for the last cell:
6060

6161
- Bit 0: 0 means active high, 1 means active low
62-
- Bit 1: 0 mean push-pull wiring, see:
62+
- Bit 1: 0 means push-pull wiring, see:
6363
https://en.wikipedia.org/wiki/Push-pull_output
6464
1 means single-ended wiring, see:
6565
https://en.wikipedia.org/wiki/Single-ended_triode
@@ -176,7 +176,7 @@ example of a name from an SoC's reference manual) would not be desirable.
176176

177177
In either case placeholders are discouraged: rather use the "" (blank
178178
string) if the use of the GPIO line is undefined in your design. Ideally,
179-
try to add comments to the dts file describing the naming the convention
179+
try to add comments to the dts file describing the naming convention
180180
you have chosen, and specifying from where the names are derived.
181181

182182
The names are assigned starting from line offset 0, from left to right,
@@ -304,7 +304,7 @@ pins 50..69.
304304
It is also possible to use pin groups for gpio ranges when pin groups are the
305305
easiest and most convenient mapping.
306306

307-
Both both <pinctrl-base> and <count> must set to 0 when using named pin groups
307+
Both <pinctrl-base> and <count> must be set to 0 when using named pin groups
308308
names.
309309

310310
The property gpio-ranges-group-names must contain exactly one string for each
@@ -313,7 +313,7 @@ range.
313313
Elements of gpio-ranges-group-names must contain the name of a pin group
314314
defined in the respective pin controller. The number of pins/GPIO lines in the
315315
range is the number of pins in that pin group. The number of pins of that
316-
group is defined int the implementation and not in the device tree.
316+
group is defined in the implementation and not in the device tree.
317317

318318
If numerical and named pin groups are mixed, the string corresponding to a
319319
numerical pin range in gpio-ranges-group-names must be empty.

Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ description: |+
5252
As above, The Multimedia HW will go through SMI and M4U while it
5353
access EMI. SMI is a bridge between m4u and the Multimedia HW. It contain
5454
smi local arbiter and smi common. It will control whether the Multimedia
55-
HW should go though the m4u for translation or bypass it and talk
55+
HW should go through the m4u for translation or bypass it and talk
5656
directly with EMI. And also SMI help control the power domain and clocks for
5757
each local arbiter.
5858

Documentation/devicetree/bindings/leds/common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ properties:
6262
default-state:
6363
description:
6464
The initial state of the LED. If the LED is already on or off and the
65-
default-state property is set the to same value, then no glitch should be
65+
default-state property is set to the same value, then no glitch should be
6666
produced where the LED momentarily turns off (or on). The "keep" setting
6767
will keep the LED at whatever its current state is, without producing a
6868
glitch.

Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ properties:
2626
'#gpio-cells':
2727
description:
2828
The first cell is the pin number.
29-
The second cell is is used to specify flags.
29+
The second cell is used to specify flags.
3030
See ../gpio/gpio.txt for more information.
3131
const: 2
3232

Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ properties:
2626
'#gpio-cells':
2727
description:
2828
The first cell is the pin number.
29-
The second cell is is used to specify flags.
29+
The second cell is used to specify flags.
3030
See ../gpio/gpio.txt for more information.
3131
const: 2
3232

Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ properties:
2828
'#gpio-cells':
2929
description:
3030
The first cell is the pin number.
31-
The second cell is is used to specify flags.
31+
The second cell is used to specify flags.
3232
See ../gpio/gpio.txt for more information.
3333
const: 2
3434

Documentation/devicetree/bindings/mmc/mmc-controller-common.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ properties:
5757
# latter case. We choose to use the XOR logic for GPIO CD and WP
5858
# lines. This means, the two properties are "superimposed," for
5959
# example leaving the GPIO_ACTIVE_LOW flag clear and specifying the
60-
# respective *-inverted property property results in a
60+
# respective *-inverted property results in a
6161
# double-inversion and actually means the "normal" line polarity is
6262
# in effect.
6363
wp-inverted:
@@ -264,7 +264,7 @@ properties:
264264
mmc-pwrseq-simple.yaml. But now it\'s reused as a tunable delay
265265
waiting for I/O signalling and card power supply to be stable,
266266
regardless of whether pwrseq-simple is used. Default to 10ms if
267-
no available.
267+
not available.
268268
default: 10
269269

270270
supports-cqe:

Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ properties:
149149
- description:
150150
The first register range should be the one of the DWMAC controller
151151
- description:
152-
The second range is is for the Amlogic specific configuration
152+
The second range is for the Amlogic specific configuration
153153
(for example the PRG_ETHERNET register range on Meson8b and newer)
154154

155155
interrupts:

0 commit comments

Comments
 (0)