diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-04-10 09:33:46 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-04-24 10:36:15 -0400 |
commit | 372c1d6d64abc0565188c24015c55229413c65cb (patch) | |
tree | 9c72971b57d48695d4036ed596938fff2d413429 /Documentation/devicetree/bindings/pinctrl | |
parent | 4cf0cec21e3099b54743a6367360797e4fd5af21 (diff) |
doc: devicetree: Fix various typos
Fix spelling typos in Documentation/devicetree/bindings.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/devicetree/bindings/pinctrl')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt | 2 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/brcm,bcm2835-gpio.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt index bc50899e0c81..648d60eb9fd8 100644 --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | * Atmel AT91 Pinmux Controller | 1 | * Atmel AT91 Pinmux Controller |
2 | 2 | ||
3 | The AT91 Pinmux Controler, enables the IC | 3 | The AT91 Pinmux Controller, enables the IC |
4 | to share one PAD to several functional blocks. The sharing is done by | 4 | to share one PAD to several functional blocks. The sharing is done by |
5 | multiplexing the PAD input/output signals. For each PAD there are up to | 5 | multiplexing the PAD input/output signals. For each PAD there are up to |
6 | 8 muxing options (called periph modes). Since different modules require | 6 | 8 muxing options (called periph modes). Since different modules require |
diff --git a/Documentation/devicetree/bindings/pinctrl/brcm,bcm2835-gpio.txt b/Documentation/devicetree/bindings/pinctrl/brcm,bcm2835-gpio.txt index 8edc20e1b09e..2569866c692f 100644 --- a/Documentation/devicetree/bindings/pinctrl/brcm,bcm2835-gpio.txt +++ b/Documentation/devicetree/bindings/pinctrl/brcm,bcm2835-gpio.txt | |||
@@ -5,7 +5,7 @@ controller, and pinmux/control device. | |||
5 | 5 | ||
6 | Required properties: | 6 | Required properties: |
7 | - compatible: "brcm,bcm2835-gpio" | 7 | - compatible: "brcm,bcm2835-gpio" |
8 | - reg: Should contain the physical address of the GPIO module's registes. | 8 | - reg: Should contain the physical address of the GPIO module's registers. |
9 | - gpio-controller: Marks the device node as a GPIO controller. | 9 | - gpio-controller: Marks the device node as a GPIO controller. |
10 | - #gpio-cells : Should be two. The first cell is the pin number and the | 10 | - #gpio-cells : Should be two. The first cell is the pin number and the |
11 | second cell is used to specify optional parameters: | 11 | second cell is used to specify optional parameters: |