[PATCH] documentation: devicetree: Fix typo within Documentation/devicetree

2013-02-03 Thread Masanari Iida
Correct spelling typos within Documentation/devicetree

Signed-off-by: Masanari Iida 
---
 Documentation/devicetree/bindings/arm/atmel-aic.txt| 2 +-
 Documentation/devicetree/bindings/arm/exynos/power_domain.txt  | 2 +-
 Documentation/devicetree/bindings/arm/gic.txt  | 4 ++--
 Documentation/devicetree/bindings/arm/omap/omap.txt| 6 +++---
 Documentation/devicetree/bindings/i2c/samsung-i2c.txt  | 2 +-
 Documentation/devicetree/bindings/mips/cavium/dma-engine.txt   | 2 +-
 Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt   | 6 +++---
 Documentation/devicetree/bindings/mmc/samsung-sdhci.txt| 2 +-
 Documentation/devicetree/bindings/powerpc/fsl/srio.txt | 4 ++--
 Documentation/devicetree/bindings/regulator/tps62360-regulator.txt | 4 ++--
 Documentation/devicetree/bindings/rtc/s3c-rtc.txt  | 2 +-
 Documentation/devicetree/bindings/watchdog/samsung-wdt.txt | 2 +-
 12 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/atmel-aic.txt 
b/Documentation/devicetree/bindings/arm/atmel-aic.txt
index 19078bf..ad03121 100644
--- a/Documentation/devicetree/bindings/arm/atmel-aic.txt
+++ b/Documentation/devicetree/bindings/arm/atmel-aic.txt
@@ -4,7 +4,7 @@ Required properties:
 - compatible: Should be "atmel,-aic"
 - interrupt-controller: Identifies the node as an interrupt controller.
 - interrupt-parent: For single AIC system, it is an empty property.
-- #interrupt-cells: The number of cells to define the interrupts. It sould be 
3.
+- #interrupt-cells: The number of cells to define the interrupts. It should be 
3.
   The first cell is the IRQ number (aka "Peripheral IDentifier" on datasheet).
   The second cell is used to specify flags:
 bits[3:0] trigger type and level flags:
diff --git a/Documentation/devicetree/bindings/arm/exynos/power_domain.txt 
b/Documentation/devicetree/bindings/arm/exynos/power_domain.txt
index 6528e21..3fb457b 100644
--- a/Documentation/devicetree/bindings/arm/exynos/power_domain.txt
+++ b/Documentation/devicetree/bindings/arm/exynos/power_domain.txt
@@ -4,7 +4,7 @@ Exynos processors include support for multiple power domains 
which are used
 to gate power to one or more peripherals on the processor.
 
 Required Properties:
-- compatiable: should be one of the following.
+- compatible: should be one of the following.
 * samsung,exynos4210-pd - for exynos4210 type power domain.
 - reg: physical base address of the controller and length of memory mapped
 region.
diff --git a/Documentation/devicetree/bindings/arm/gic.txt 
b/Documentation/devicetree/bindings/arm/gic.txt
index 62eb8df..3dfb0c0 100644
--- a/Documentation/devicetree/bindings/arm/gic.txt
+++ b/Documentation/devicetree/bindings/arm/gic.txt
@@ -42,7 +42,7 @@ Main node required properties:
 
 Optional
 - interrupts   : Interrupt source of the parent interrupt controller on
-  secondary GICs, or VGIC maintainance interrupt on primary GIC (see
+  secondary GICs, or VGIC maintenance interrupt on primary GIC (see
   below).
 
 - cpu-offset   : per-cpu offset within the distributor and cpu interface
@@ -74,7 +74,7 @@ Required properties:
   virtual interface control register base and size. The 2nd additional
   region is the GIC virtual cpu interface register base and size.
 
-- interrupts : VGIC maintainance interrupt.
+- interrupts : VGIC maintenance interrupt.
 
 Example:
 
diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt 
b/Documentation/devicetree/bindings/arm/omap/omap.txt
index d0051a7..f8288ea 100644
--- a/Documentation/devicetree/bindings/arm/omap/omap.txt
+++ b/Documentation/devicetree/bindings/arm/omap/omap.txt
@@ -39,16 +39,16 @@ Boards:
 - OMAP3 Tobi with Overo : Commercial expansion board with daughter board
   compatible = "ti,omap3-tobi", "ti,omap3-overo", "ti,omap3"
 
-- OMAP4 SDP : Software Developement Board
+- OMAP4 SDP : Software Development Board
   compatible = "ti,omap4-sdp", "ti,omap4430"
 
 - OMAP4 PandaBoard : Low cost community board
   compatible = "ti,omap4-panda", "ti,omap4430"
 
-- OMAP3 EVM : Software Developement Board for OMAP35x, AM/DM37x
+- OMAP3 EVM : Software Development Board for OMAP35x, AM/DM37x
   compatible = "ti,omap3-evm", "ti,omap3"
 
-- AM335X EVM : Software Developement Board for AM335x
+- AM335X EVM : Software Development Board for AM335x
   compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3"
 
 - AM335X Bone : Low cost community board
diff --git a/Documentation/devicetree/bindings/i2c/samsung-i2c.txt 
b/Documentation/devicetree/bindings/i2c/samsung-i2c.txt
index b6cb5a1..ccdf9c9 100644
--- a/Documentation/devicetree/bindings/i2c/samsung-i2c.txt
+++ b/Documentation/devicetree/bindings/i2c/samsung-i2c.txt
@@ -18,7 +18,7 @@ Optional properties:
 The gpio specifier depends on the gpio controller. Required in all
 cases except for "samsung,s3c2440-hdmiphy-i2c" whose input/output
  

Re: [PATCH] documentation: devicetree: Fix typo within Documentation/devicetree

2013-01-14 Thread Grant Likely
On Mon, 14 Jan 2013 15:14:56 +0900, Masanari Iida  wrote:
> Correct spelling typos within Documentation/devicetree
> 
> Signed-off-by: Masanari Iida 

Applied, thanks.

g.

> ---
>  Documentation/devicetree/bindings/arm/atmel-aic.txt| 2 +-
>  Documentation/devicetree/bindings/arm/exynos/power_domain.txt  | 2 +-
>  Documentation/devicetree/bindings/arm/gic.txt  | 4 ++--
>  Documentation/devicetree/bindings/arm/omap/omap.txt| 6 +++---
>  Documentation/devicetree/bindings/i2c/samsung-i2c.txt  | 2 +-
>  Documentation/devicetree/bindings/mips/cavium/dma-engine.txt   | 2 +-
>  Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt   | 6 +++---
>  Documentation/devicetree/bindings/mmc/samsung-sdhci.txt| 2 +-
>  Documentation/devicetree/bindings/powerpc/fsl/srio.txt | 4 ++--
>  Documentation/devicetree/bindings/regulator/tps62360-regulator.txt | 4 ++--
>  Documentation/devicetree/bindings/rtc/s3c-rtc.txt  | 2 +-
>  Documentation/devicetree/bindings/watchdog/samsung-wdt.txt | 2 +-
>  12 files changed, 19 insertions(+), 19 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/atmel-aic.txt 
> b/Documentation/devicetree/bindings/arm/atmel-aic.txt
> index 19078bf..ad03121 100644
> --- a/Documentation/devicetree/bindings/arm/atmel-aic.txt
> +++ b/Documentation/devicetree/bindings/arm/atmel-aic.txt
> @@ -4,7 +4,7 @@ Required properties:
>  - compatible: Should be "atmel,-aic"
>  - interrupt-controller: Identifies the node as an interrupt controller.
>  - interrupt-parent: For single AIC system, it is an empty property.
> -- #interrupt-cells: The number of cells to define the interrupts. It sould 
> be 3.
> +- #interrupt-cells: The number of cells to define the interrupts. It should 
> be 3.
>The first cell is the IRQ number (aka "Peripheral IDentifier" on 
> datasheet).
>The second cell is used to specify flags:
>  bits[3:0] trigger type and level flags:
> diff --git a/Documentation/devicetree/bindings/arm/exynos/power_domain.txt 
> b/Documentation/devicetree/bindings/arm/exynos/power_domain.txt
> index 6528e21..3fb457b 100644
> --- a/Documentation/devicetree/bindings/arm/exynos/power_domain.txt
> +++ b/Documentation/devicetree/bindings/arm/exynos/power_domain.txt
> @@ -4,7 +4,7 @@ Exynos processors include support for multiple power domains 
> which are used
>  to gate power to one or more peripherals on the processor.
>  
>  Required Properties:
> -- compatiable: should be one of the following.
> +- compatible: should be one of the following.
>  * samsung,exynos4210-pd - for exynos4210 type power domain.
>  - reg: physical base address of the controller and length of memory mapped
>  region.
> diff --git a/Documentation/devicetree/bindings/arm/gic.txt 
> b/Documentation/devicetree/bindings/arm/gic.txt
> index 62eb8df..3dfb0c0 100644
> --- a/Documentation/devicetree/bindings/arm/gic.txt
> +++ b/Documentation/devicetree/bindings/arm/gic.txt
> @@ -42,7 +42,7 @@ Main node required properties:
>  
>  Optional
>  - interrupts : Interrupt source of the parent interrupt controller on
> -  secondary GICs, or VGIC maintainance interrupt on primary GIC (see
> +  secondary GICs, or VGIC maintenance interrupt on primary GIC (see
>below).
>  
>  - cpu-offset : per-cpu offset within the distributor and cpu interface
> @@ -74,7 +74,7 @@ Required properties:
>virtual interface control register base and size. The 2nd additional
>region is the GIC virtual cpu interface register base and size.
>  
> -- interrupts : VGIC maintainance interrupt.
> +- interrupts : VGIC maintenance interrupt.
>  
>  Example:
>  
> diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt 
> b/Documentation/devicetree/bindings/arm/omap/omap.txt
> index d0051a7..f8288ea 100644
> --- a/Documentation/devicetree/bindings/arm/omap/omap.txt
> +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt
> @@ -39,16 +39,16 @@ Boards:
>  - OMAP3 Tobi with Overo : Commercial expansion board with daughter board
>compatible = "ti,omap3-tobi", "ti,omap3-overo", "ti,omap3"
>  
> -- OMAP4 SDP : Software Developement Board
> +- OMAP4 SDP : Software Development Board
>compatible = "ti,omap4-sdp", "ti,omap4430"
>  
>  - OMAP4 PandaBoard : Low cost community board
>compatible = "ti,omap4-panda", "ti,omap4430"
>  
> -- OMAP3 EVM : Software Developement Board for OMAP35x, AM/DM37x
> +- OMAP3 EVM : Software Development Board for OMAP35x, AM/DM37x
>compatible = "ti,omap3-evm", "ti,omap3"
>  
> -- AM335X EVM : Software Developement Board for AM335x
> +- AM335X EVM : Software Development Board for AM335x
>compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3"
>  
>  - AM335X Bone : Low cost community board
> diff --git a/Documentation/devicetree/bindings/i2c/samsung-i2c.txt 
> b/Documentation/devicetree/bindings/i2c/samsung-i2c.txt
> index b6cb5a1..ccdf9c9 100644
> --- a/Documentation/de