Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac3e8ea1 authored by Masanari Iida's avatar Masanari Iida Committed by Jonathan Corbet
Browse files

Documentation: devicetree: Fix double words in Doumentation/devicetree



This patch fix multiple words such as "the the" and "which which"
in Documentation/devicetree.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 633708a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ Properties:
               "qcom,kpss-timer" - krait subsystem
               "qcom,scss-timer" - scorpion subsystem

- interrupts : Interrupts for the the debug timer, the first general purpose
- interrupts : Interrupts for the debug timer, the first general purpose
               timer, and optionally a second general purpose timer in that
               order.

+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Properties:

  Compatibility with many Cavium evaluation boards.

- reg: The base address of the the CF chip select banks.  Depending on
- reg: The base address of the CF chip select banks.  Depending on
  the device configuration, there may be one or two banks.

- cavium,bus-width: The width of the connection to the CF devices.  Valid
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ configuration register for writes. These configuration register may be used to
enable (and disable in some cases) SoC pin drivers, select peripheral clock
sources (internal or pin), etc. In some cases, a configuration register is
write once or the individual bits are write once. In addition to device config,
the DSCR block may provide registers which which are used to reset peripherals,
the DSCR block may provide registers which are used to reset peripherals,
provide device ID information, provide ethernet MAC addresses, as well as other
miscellaneous functions.

+1 −1
Original line number Diff line number Diff line
* Renesas R-Car DMA Controller Device Tree bindings

Renesas R-Car Generation 2 SoCs have have multiple multi-channel DMA
Renesas R-Car Generation 2 SoCs have multiple multi-channel DMA
controller instances named DMAC capable of serving multiple clients. Channels
can be dedicated to specific clients or shared between a large number of
clients.
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ Optional Properties:
  - lines-initial-states: Bitmask that specifies the initial state of each
  line. When a bit is set to zero, the corresponding line will be initialized to
  the input (pulled-up) state. When the  bit is set to one, the line will be
  initialized the the low-level output state. If the property is not specified
  initialized the low-level output state. If the property is not specified
  all lines will be initialized to the input state.

  The I/O expander can detect input state changes, and thus optionally act as
Loading