Re: [PATCH] Documentation: DT: cpsw: document missing compatible

2015-09-01 Thread Rob Herring
On Mon, Aug 31, 2015 at 1:21 AM, Mugunthan V N  wrote:
> CPSW driver has multiple compatibles for errata implentations but not
> documented, add necessary documentation.
>
> Signed-off-by: Mugunthan V N 

Applied. Thanks.

Rob
> ---
>
> The compatibles are added in the commit 7da1160002f1 ('drivers:
> net: cpsw: add am335x errata workarround for interrutps') which
> is present in linux-next/master
>
> ---
>  Documentation/devicetree/bindings/net/cpsw.txt | 6 +-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/net/cpsw.txt 
> b/Documentation/devicetree/bindings/net/cpsw.txt
> index 33fe846..a9df21a 100644
> --- a/Documentation/devicetree/bindings/net/cpsw.txt
> +++ b/Documentation/devicetree/bindings/net/cpsw.txt
> @@ -2,7 +2,11 @@ TI SoC Ethernet Switch Controller Device Tree Bindings
>  --
>
>  Required properties:
> -- compatible   : Should be "ti,cpsw"
> +- compatible   : Should be one of the below:-
> + "ti,cpsw" for backward compatible
> + "ti,am335x-cpsw" for AM335x controllers
> + "ti,am4372-cpsw" for AM437x controllers
> + "ti,dra7-cpsw" for DRA7x controllers
>  - reg  : physical base address and size of the cpsw
>   registers map
>  - interrupts   : property with a value describing the interrupt
> --
> 2.5.0.474.g3a9835b
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] Documentation: DT: cpsw: document missing compatible

2015-08-31 Thread Mugunthan V N
CPSW driver has multiple compatibles for errata implentations but not
documented, add necessary documentation.

Signed-off-by: Mugunthan V N 
---

The compatibles are added in the commit 7da1160002f1 ('drivers:
net: cpsw: add am335x errata workarround for interrutps') which
is present in linux-next/master

---
 Documentation/devicetree/bindings/net/cpsw.txt | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/cpsw.txt 
b/Documentation/devicetree/bindings/net/cpsw.txt
index 33fe846..a9df21a 100644
--- a/Documentation/devicetree/bindings/net/cpsw.txt
+++ b/Documentation/devicetree/bindings/net/cpsw.txt
@@ -2,7 +2,11 @@ TI SoC Ethernet Switch Controller Device Tree Bindings
 --
 
 Required properties:
-- compatible   : Should be "ti,cpsw"
+- compatible   : Should be one of the below:-
+ "ti,cpsw" for backward compatible
+ "ti,am335x-cpsw" for AM335x controllers
+ "ti,am4372-cpsw" for AM437x controllers
+ "ti,dra7-cpsw" for DRA7x controllers
 - reg  : physical base address and size of the cpsw
  registers map
 - interrupts   : property with a value describing the interrupt
-- 
2.5.0.474.g3a9835b

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html