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

Commit 372c1d6d authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

doc: devicetree: Fix various typos



Fix spelling typos in Documentation/devicetree/bindings.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 4cf0cec2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ Required for all cases except "samsung,s3c2440-hdmiphy-i2c":
    - pinctrl-names: Should contain only one value - "default".

Optional properties:
  - samsung,i2c-slave-addr: Slave address in multi-master enviroment. If not
  - samsung,i2c-slave-addr: Slave address in multi-master environment. If not
    specified, default value is 0.
  - samsung,i2c-max-bus-freq: Desired frequency in Hz of the bus. If not
    specified, the default value in Hz is 100000.
+1 −1
Original line number Diff line number Diff line
LEDs conected to tca6507
LEDs connected to tca6507

Required properties:
- compatible : should be : "ti,tca6507".
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Required properties:
      handle 32 interrupt sources).

    - interrupt-controller: The presence of this property identifies the node
      as an interupt controller. No property value shall be defined.
      as an interrupt controller. No property value shall be defined.

    - #interrupt-cells: Specifies the number of cells needed to encode an
      interrupt source. The type shall be a <u32> and the value shall be 2.
+1 −1
Original line number Diff line number Diff line
* Atmel AT91 Pinmux Controller

The AT91 Pinmux Controler, enables the IC
The AT91 Pinmux Controller, enables the IC
to share one PAD to several functional blocks. The sharing is done by
multiplexing the PAD input/output signals. For each PAD there are up to
8 muxing options (called periph modes). Since different modules require
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ controller, and pinmux/control device.

Required properties:
- compatible: "brcm,bcm2835-gpio"
- reg: Should contain the physical address of the GPIO module's registes.
- reg: Should contain the physical address of the GPIO module's registers.
- gpio-controller: Marks the device node as a GPIO controller.
- #gpio-cells : Should be two. The first cell is the pin number and the
  second cell is used to specify optional parameters:
Loading