diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-11-08 11:07:36 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-11-15 07:38:14 -0800 |
commit | cd6d364f474491160bfd8cb4bad0637858023161 (patch) | |
tree | 55024cfd828944d7860323b0b86eef87f0283b14 /Documentation/devicetree/bindings/crypto | |
parent | c27f2de754a1412ce4a6c4af723605f776ec4ac2 (diff) | |
download | linux-next-cd6d364f474491160bfd8cb4bad0637858023161.tar.gz |
ARM: dts: doc: Document missing compatible property for omap-sham driver
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation/devicetree/bindings/crypto')
-rw-r--r-- | Documentation/devicetree/bindings/crypto/omap-sham.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/crypto/omap-sham.txt b/Documentation/devicetree/bindings/crypto/omap-sham.txt index f839acd6f0ee..ad9115569611 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. |