diff mbox

ARM: dts: doc: Document missing compatible property for omap-sham driver

Message ID 1383889056-17336-1-git-send-email-lokeshvutla@ti.com
State Accepted, archived
Commit cd6d364f474491160bfd8cb4bad0637858023161
Headers show

Commit Message

Lokesh Vutla Nov. 8, 2013, 5:37 a.m. UTC
A new compatible property "ti,omap5-sham" is added to the omap-sham driver
recently to support SHA/MD5 for OMAP5,DRA7 and AM43XX. Documenting the
same.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 .../devicetree/bindings/crypto/omap-sham.txt       |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tony Lindgren Nov. 14, 2013, 6:59 p.m. UTC | #1
* Lokesh Vutla <lokeshvutla@ti.com> [131107 21:38]:
> A new compatible property "ti,omap5-sham" is added to the omap-sham driver
> recently to support SHA/MD5 for OMAP5,DRA7 and AM43XX. Documenting the
> same.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks applying into omap-for-v3.13/fixes.

Tony

> ---
>  .../devicetree/bindings/crypto/omap-sham.txt       |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/crypto/omap-sham.txt b/Documentation/devicetree/bindings/crypto/omap-sham.txt
> index f839acd..ad91155 100644
> --- a/Documentation/devicetree/bindings/crypto/omap-sham.txt
> +++ b/Documentation/devicetree/bindings/crypto/omap-sham.txt
> @@ -6,7 +6,7 @@ Required properties:
>    SHAM versions:
>    - "ti,omap2-sham" for OMAP2 & OMAP3.
>    - "ti,omap4-sham" for OMAP4 and AM33XX.
> -  Note that these two versions are incompatible.
> +  - "ti,omap5-sham" for OMAP5, DRA7 and AM43XX.
>  - ti,hwmods: Name of the hwmod associated with the SHAM module
>  - reg : Offset and length of the register set for the module
>  - interrupts : the interrupt-specifier for the SHAM module.
> -- 
> 1.7.9.5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/crypto/omap-sham.txt b/Documentation/devicetree/bindings/crypto/omap-sham.txt
index f839acd..ad91155 100644
--- a/Documentation/devicetree/bindings/crypto/omap-sham.txt
+++ b/Documentation/devicetree/bindings/crypto/omap-sham.txt
@@ -6,7 +6,7 @@  Required properties:
   SHAM versions:
   - "ti,omap2-sham" for OMAP2 & OMAP3.
   - "ti,omap4-sham" for OMAP4 and AM33XX.
-  Note that these two versions are incompatible.
+  - "ti,omap5-sham" for OMAP5, DRA7 and AM43XX.
 - ti,hwmods: Name of the hwmod associated with the SHAM module
 - reg : Offset and length of the register set for the module
 - interrupts : the interrupt-specifier for the SHAM module.