@@ -35,8 +35,8 @@ and bit-banged data signals:
3535 <&gpio1 15 0>;
3636
3737In 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
4040drain. This is the recommended practice.
4141
4242The 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.
5959Optional 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
177177In either case placeholders are discouraged: rather use the "" (blank
178178string) 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
180180you have chosen, and specifying from where the names are derived.
181181
182182The names are assigned starting from line offset 0, from left to right,
@@ -304,7 +304,7 @@ pins 50..69.
304304It is also possible to use pin groups for gpio ranges when pin groups are the
305305easiest 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
308308names.
309309
310310The property gpio-ranges-group-names must contain exactly one string for each
@@ -313,7 +313,7 @@ range.
313313Elements of gpio-ranges-group-names must contain the name of a pin group
314314defined in the respective pin controller. The number of pins/GPIO lines in the
315315range 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
318318If numerical and named pin groups are mixed, the string corresponding to a
319319numerical pin range in gpio-ranges-group-names must be empty.
0 commit comments