diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-11-08 00:37:36 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-11-15 10:38:14 -0500 |
commit | cd6d364f474491160bfd8cb4bad0637858023161 (patch) | |
tree | 55024cfd828944d7860323b0b86eef87f0283b14 /Documentation/devicetree/bindings | |
parent | c27f2de754a1412ce4a6c4af723605f776ec4ac2 (diff) |
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')
-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: | |||
6 | SHAM versions: | 6 | SHAM versions: |
7 | - "ti,omap2-sham" for OMAP2 & OMAP3. | 7 | - "ti,omap2-sham" for OMAP2 & OMAP3. |
8 | - "ti,omap4-sham" for OMAP4 and AM33XX. | 8 | - "ti,omap4-sham" for OMAP4 and AM33XX. |
9 | Note that these two versions are incompatible. | 9 | - "ti,omap5-sham" for OMAP5, DRA7 and AM43XX. |
10 | - ti,hwmods: Name of the hwmod associated with the SHAM module | 10 | - ti,hwmods: Name of the hwmod associated with the SHAM module |
11 | - reg : Offset and length of the register set for the module | 11 | - reg : Offset and length of the register set for the module |
12 | - interrupts : the interrupt-specifier for the SHAM module. | 12 | - interrupts : the interrupt-specifier for the SHAM module. |